|
OpenJSCAD plugin - exporter
|
|
12-14-2019, 11:46 PM
Post: #6
|
|||
|
|||
|
RE: OpenJSCAD plugin - exporter
Indeed, my workflow creates a .jscad file that is not standalone but is used as a library from another jscad script. That way I can use it with as input of another script.
It is meant to be used as follow : include "file.jscad" function main() { let a = volume() } But it is even more complex because as include doesn't work on windows OS anymore, I changed my workflow by injecting the function () into the other jscad that uses it |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)



