mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-19 16:19:07 -07:00
Generate M73 lines for silent mode only for MK3 printers
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user