prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.63k stars 1.92k forks source link

Expose "Export Toolpath as OBJ" Feature on CLI #3046

Open bardiir opened 4 years ago

bardiir commented 4 years ago

Behavior

I would like to request an option to export the Toolpath as OBJ from the CLI as a new feature.

bubnikv commented 4 years ago

unfortunately the current implementation is a hack that pulls the triangles from the graphics card.

FlorianJa commented 3 years ago

In fact there is a command on the CLI for exporting the object as obj file, but unfortunately it does not work. It creates a obj file but its empty. And there is no error message on the CLI