JSCAD User Group
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0
    K Offline
    1. Home
    2. ksanger

    ksanger

    @ksanger

    0
    Reputation
    3
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ksanger Unfollow Follow
    • Does //!OpenSCAD no longer work?

      I'm an OpenScad user and have used OpenJSCAD to teach our students about software CAD online. Note students are issued Chromebooks and are unable to load OpenScad so having a Web version was great. Today however it looks like typing OpenSCAD commands no longer works? I don't want to learn to code in Java. Just keep using OpenSCAD as is. Its much simpler and makes more sense to me.

      However today I typed:

      //!OpenSCAD
      
      cylinder(d=10,h=5);
      cube(10);
      
      

      And get an error message.

      TypeError: (intermediate value).union is not a function
      Stack trace:
      main@blob:http://openjscad.azurewebsites.net/20dceac7-404e-490f-b41b-3abf076ddc19:11:7
      OpenJsCad.runMainInWorker@http://openjscad.azurewebsites.net/openjscad.js:613:22
      @blob:http://openjscad.azurewebsites.net/20dceac7-404e-490f-b41b-3abf076ddc19:58:96
      
      
      posted in General Discussions
      K
      ksanger