JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Does //!OpenSCAD no longer work?

    General Discussions
    2
    2
    305
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      ksanger last edited by

      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
      
      
      z3dev 1 Reply Last reply Reply Quote 0
      • z3dev
        z3dev @ksanger last edited by z3dev

        @ksanger welcome

        Correct. The 'OpenSCAD' conversion to JSCAD has been decommissioned. The code is very old and needs some extensive maintenance / enhancements.

        Your students should be able to use the new website easily; www.openjscad.xyz

        The 'syntax' to create a new design is slightly different but there's plenty of documentation.

        • User Guide
        • API reference
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors