mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-22 21:27:02 -07:00
Change spoolman_spool_id mode to simple
This commit is contained in:
parent
b19e373a00
commit
61c06a4a4b
1 changed files with 1 additions and 1 deletions
|
|
@ -2028,7 +2028,7 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
def->tooltip = L("The spool ID of this filament profile within your Spoolman instance. This will allow automatic spool switching when "
|
||||
"using moonraker to track spool usage and one touch updating of this filament profile from the Spoolman properties. "
|
||||
"Setting this to a value of 0 disables its functionality.");
|
||||
def->mode = comAdvanced;
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionInt());
|
||||
def->cli = ConfigOptionDef::nocli;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue