Difference between revisions of "OpenJSCAD"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://openjscad.org/ | * https://openjscad.org/ | ||
+ | = Install = | ||
+ | <source lang='bash'> | ||
+ | sudo npm install -g @jscad/openjscad | ||
+ | </source> | ||
== Convert from BlocksCAD? == | == Convert from BlocksCAD? == | ||
* https://github.com/EinsteinsWorkshop/BlocksCAD/issues/46 | * https://github.com/EinsteinsWorkshop/BlocksCAD/issues/46 | ||
* https://github.com/EinsteinsWorkshop/BlocksCAD/issues/37 | * https://github.com/EinsteinsWorkshop/BlocksCAD/issues/37 | ||
[[Category:3DPrint]] | [[Category:3DPrint]] |
Revision as of 13:31, 10 March 2019
Install
sudo npm install -g @jscad/openjscad