WORLK IN PROGESS. README GETS AN UPDATE SOON!
| Name | CLI Command | Type | Comment |
|---|---|---|---|
| FileURI | string | Required. Not used in CLI. The program will download the given. Needs to end with .gcode | |
| Raft | --raft-layers | int? | |
| Brim | --brim-width | int? | |
| SupportMaterialBuildeplateOnly | --support-material-buildplate-only | bool? | |
| FillPattern | --fill-pattern | string | rectilinear, alignedrectilinear, grid, triangles, stars, cubic, line, concentric, honeycomb, 3dhoneycomb, gyroid, hilbertcurve, archimedeanchords, octagramspiral, adaptivecubic, supportcubic; default: stars |
| ExportGCode | --export-gcode | bool? | Required if no config file is selected |
| ExportOBJ | --export-obj | bool? | Does not work. Will be removed soon. |
| Slice | -s | bool? | Use ExportGCode instead. |
| SingleInstance | --single-instance | bool? | Does not work. Will be removed soon. |
| Repair | --repair | bool? | |
| SupportMaterial | --support-material | bool? | |
| Rotate | --rotate | float? | |
| RotateX | --rotate-x | float? | |
| RotateY | --rotate-y | float? | |
| Scale | --scale | float? | |
| LayerHeight | --layer-height | float? | |
| LoadConfigFile | --load | string | Select one of the given profiles (after websocket is conected) |
| Output | -o | string | Gets overwirtten |
| SaveConfigFile | --save | string | |
| Loglevel | --loglevel | int? | |
| FillDensity | --fill-density | float? | |
| ScaleToFit | --scale-to-fit | SerializableVector3 | |
| AlignXY | --align-xy | SerializableVector2 | |
| Center | --center | SerializableVector2 | |
| GcodeComments | --gcode-comments | string | |
| File | Use FileURi instead |