SlicerTask
Generates a .gcode file from a .stl file. Uses one of the following command line tools (depending on the user's preference) :
slic3r-prusa3d, superslicer, qidislicer, slic3r
superslicer --export-gcode --load printer.ini --load print.ini --load filament.ini -o inputFile outputFile
Content copied to clipboard
The command line also includes slicer options such as --fill-density 30
. These can come from the Slicer Settings
dialog box, or from @Slice
annotations within the .foocad script.
GCodeTask depends on this task, and then performs postprocessing if the script includes post-processing.