OpenJSCAD: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
== Dockerized Version ==
== Dockerized Version ==
see https://github.com/BITPlan/docker-openjscad
see https://github.com/BITPlan/docker-openjscad
<source lang='bash'>
docker run bitplan/openjscad:latest -P
</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 14:35, 16 March 2019

Install

sudo npm install -g @jscad/openjscad

Dockerized Version

see https://github.com/BITPlan/docker-openjscad

docker run bitplan/openjscad:latest -P

Convert from BlocksCAD?