Skip to content

parsing binary stl 3D printable files into clojure graphs, then slice them accordingly.

License

Notifications You must be signed in to change notification settings

gzmask/embodier.stl.slicer

Repository files navigation

embodier-stl-slicer

A clojure command line stl slicer.

Features:

1.Single extrusion whenever possible.

2.Infill pattern that promotes single extrusions.

Compilation

  • using leiningen Lein bin

  • using boot (deprecated) boot build

Documentation Generating

lein marg

Run test

Lein test

or hotrunning:

Lein test-refresh

Usage

  • most of the time:

./target/embodier -s stl-file -g gcode-file

ex:

./target/embodier -s ./resources/stl/asc.stl -g ./resources/gcode/asc_box.gcode

java -jar .\target\embodier.jar -h

  • if doesn't work, try(very slow for lower-end machine):

lein run -- -s ./resources/stl/asc.stl -g ./resources/gcode/asc_box.gcode

License

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

parsing binary stl 3D printable files into clojure graphs, then slice them accordingly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published