mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Generate M73 lines for silent mode only for MK3 printers
This commit is contained in:
parent
ee67b2c7c3
commit
75cf4e0947
7 changed files with 7 additions and 330 deletions
|
@ -936,10 +936,7 @@ PrintConfigDef::PrintConfigDef()
|
|||
def->sidetext = L("mm/s²");
|
||||
def->min = 0;
|
||||
def->width = machine_limits_opt_width;
|
||||
//##################################################################################################################################
|
||||
def->default_value = new ConfigOptionFloats{ 1500., 1250. };
|
||||
// def->default_value = new ConfigOptionFloats(1500., 1250.);
|
||||
//##################################################################################################################################
|
||||
|
||||
// M204 T... [mm/sec^2]
|
||||
def = this->add("machine_max_acceleration_retracting", coFloats);
|
||||
|
@ -949,10 +946,7 @@ PrintConfigDef::PrintConfigDef()
|
|||
def->sidetext = L("mm/s²");
|
||||
def->min = 0;
|
||||
def->width = machine_limits_opt_width;
|
||||
//##################################################################################################################################
|
||||
def->default_value = new ConfigOptionFloats{ 1500., 1250. };
|
||||
// def->default_value = new ConfigOptionFloats(1500., 1250.);
|
||||
//##################################################################################################################################
|
||||
|
||||
def = this->add("max_fan_speed", coInts);
|
||||
def->label = L("Max");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue