JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
I am trying to do an experiment with OpenJScad. Everything goes well, except from an error that does not allow me to place the files inside the view-box. I don't know what is the problem, in the docs seems that even if you use file://... without a server should work, but in my case it doesn't even with a server.
Am I missing something?
Actual Behavior
Receive the following error:
Uncaught TypeError: Cannot read property 'setValue' of undefined
at putSourceInEditor (test.js:87252)
at onConversionDone (test.js:86919)
at Worker.worker.onmessage (test.js:85337)
Expected Behavior
I am trying to do an experiment with OpenJScad. Everything goes well, except from an error that does not allow me to place the files inside the view-box. I don't know what is the problem, in the docs seems that even if you use file://... without a server should work, but in my case it doesn't even with a server.
Am I missing something?
Actual Behavior
Receive the following error:
Steps to Reproduce the Problem
Specifications