Codex404
Posts: 21
Joined: Sun Nov 04, 2018 10:46 am

Slice from CLI

I have about 50 different objects I want to print using 3 different profiles. I would like to have a possibility to do this from the commandline to automate things.
I was thinking of something like this:

Code: Select all

s3d --source ./source/someObject.stl --factory factoryFile1 --destination ./gcode/
s3d -s ./source/someObject.stl -f factoryFile1 -d ./gcode/
This makes generating the gcode quite a lot easier because there is no need to delete and add an object, slice it, save it, go back and repeat.

The following links are samples where this feature can be really useful.
- https://www.thingiverse.com/thing:2837866
- https://www.thingiverse.com/thing:2525047

Return to “Feature Requests”