Skip to content

Releases: matthewelse/pySlice

Version 0.1

10 Sep 21:06
Compare
Choose a tag to compare

This is based on version 0.1 alpha, however as well as this, it includes complete SVG exporting - it now exports full lines of the slices.

Version 0.1 Alpha

09 Sep 21:31
Compare
Choose a tag to compare
Version 0.1 Alpha Pre-release
Pre-release

This includes the very beginnings of the slicing algorithm. It can now slice a 3D model, and output SVG files of each of the layers. There are still a few issues:

  • It doesn't yet take into account triangles which lie exactly on a plane. This leads to problems where there are gaps in the edges...
  • It cannot yet work out which parts of a model need to be filled in and which bits don't
  • It doesn't yet output G-Code 😦