revarbat / mandoline-py

A 3D printing STL-to-GCode slicer based on the Clipper library.
BSD 2-Clause "Simplified" License
87 stars 25 forks source link

Add a disable complex output #8

Open EvgeniGenchev opened 3 years ago

EvgeniGenchev commented 3 years ago

I have to say I really like what you did. I wrote a script that takes a .stl file and finds the relatively best printing position based on the amount of support there is, using mandoline. However, having a multithreaded application calling mandoline makes the terminal hell. Would you mind adding a "disable output" flag or a flag to print on success message only?