cae-tools/sl2
Werner Almesberger 66adb05ad9 sl2/slicer.pl: use same Z offset calculation as slicer.py
Else, we don't mill into the workpiece but into its support.
2015-09-29 16:48:28 -03:00
..
README sl2/slicer.pl: add command-line options 2015-09-29 12:29:39 -03:00
slicer.pl sl2/slicer.pl: use same Z offset calculation as slicer.py 2015-09-29 16:48:28 -03:00

README

Yet another slicer. This one picks up the idea from sfc/slicer.py but
implements it without using FreeCAD. The FreeCAD-based solution turned
out to produce weird artefacts for some reason, e.g., open paths that
were then falsely closed and yielded bogus toolpaths.

This slicer uses very strict conditions for horizontality: all the
points of a horizontal facet must have identical Z coordinates. It
also implicitly ensures that all paths are closed.

sl2/slicer.pl supports the same command-line options as sfc/slicer.py
and can be used as drop-in replacement, provided that the toolpaths
are re-aligned afterwards.