mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
ENH: skip_objects: add the skipped_objects into sliced_info
Change-Id: I2a04aa00503a04cfe3e9d680ceabdb4947142d34 (cherry picked from commit ca548d69daa0bc2970efc080fcf1537e6babb278)
This commit is contained in:
parent
b437f6d646
commit
c7775ace16
4 changed files with 38 additions and 6 deletions
|
@ -4942,7 +4942,7 @@ CLIMiscConfigDef::CLIMiscConfigDef()
|
|||
def = this->add("skip_objects", coStrings);
|
||||
def->label = L("Skip Objects");
|
||||
def->tooltip = L("Skip some objects in this print");
|
||||
def->cli_params = "\"3;5;10;77\"";
|
||||
def->cli_params = "\"3,5,10,77\"";
|
||||
def->set_default_value(new ConfigOptionInts());
|
||||
|
||||
/*def = this->add("output", coString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue