1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2024-12-23 06:14:35 +02:00
cae-tools/sl2/README
Werner Almesberger 6800f025c1 sl2/: standalone slicer (WIP)
sfc/slicer.py has troubles with artefacts. It seems that we can do much
better by avoiding the high-level operations and doing all the slicing
"manually".
2015-09-29 10:51:08 -03:00

9 lines
451 B
Plaintext

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.