nmz787 / microfluidic-cad

Currently just some tests of different CAD tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microfluidic-cad

Currently just some tests of different CAD tools

ImplicitCAD usage

extopenscad -o test.stl implicitCAD/tobacco_mesophyll_protoplast_fusion_device.escad -r 1 where:

  • extopenscad
    • is the ImplicitCAD program that parses "extended" OpenSCAD syntax... see OpenSCAD syntax docs for complex examples
  • -o test.stl
    • the output file ImplicitCAD will produce
  • implicitCAD/tobacco_mesophyll_protoplast_fusion_device.escad
    • the path to the input CAD script, writted in ESCAD syntax
  • -r 1
    • the 'resolution' argument, a lower number means more resolution in the output file

About

Currently just some tests of different CAD tools

License:GNU General Public License v2.0


Languages

Language:Tcl 71.4%Language:Python 28.6%