mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
fix some small issues of machine_max_acceleration_travel
This commit is contained in:
parent
bfdaa1c51b
commit
eed0c28bd8
13 changed files with 34 additions and 25 deletions
|
@ -2597,7 +2597,7 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
def->min = 0;
|
||||
def->readonly = false;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloats{ 1500., 1250. });
|
||||
def->set_default_value(new ConfigOptionFloats{ 0., 0. });
|
||||
|
||||
def = this->add("fan_max_speed", coInts);
|
||||
def->label = L("Fan speed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue