Mandoline icon indicating copy to clipboard operation
Mandoline copied to clipboard

A lightning-fast program to slice 3D STL files into GCode tool paths for FDM 3D printing. (in Alpha)

Results 9 Mandoline issues
Sort by recently updated
recently updated
newest added

exported test models cannot be viewed in cura or pronterface.

On Ubuntu 16.04: ``` $ ./configure ... $ make ... libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -MT BGLMesh3d.lo -MD -MP -MF .deps/BGLMesh3d.Tpo -c BGLMesh3d.cc -fPIC -DPIC -o .libs/BGLMesh3d.o BGLMesh3d.cc: In...

A GUI interface to calibration and slicing would be good.

The slicer needs to have easy to perform calibration setup.

When moving from path to path inside of an island, we should stay in the perimeter of the object.

While line-level infill joining is optimized, macro scale path joining is not. We should re-order paths to reduce distance moved.

Need to implement support structures.

When doing infill patching, the slicer needs to be completing infill on each island before moving to the next one.

The current GCode output needs to be made speed aware.