Generate M73 lines for silent mode only for MK3 printers

This commit is contained in:
Enrico Turri 2018-07-13 11:32:50 +02:00
parent ee67b2c7c3
commit 75cf4e0947
7 changed files with 7 additions and 330 deletions

View file

@ -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");