mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
fix some small issues of machine_max_acceleration_travel
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user