Make new overhang slowdonw(PrusaSlicer's slowdown) default again.

And tweak it
This commit is contained in:
SoftFever
2023-08-22 18:33:43 +08:00
parent 44a013a5a7
commit 95762fabee
5 changed files with 10 additions and 36 deletions

View File

@@ -783,7 +783,7 @@ void PrintConfigDef::init_fff_params()
def->category = L("Speed");
def->tooltip = L("Enable this option to use classic mode");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool{ true });
def->set_default_value(new ConfigOptionBool{ false });
def = this->add("enable_overhang_speed", coBool);
def->label = L("Slow down for overhang");
@@ -4607,7 +4607,7 @@ void PrintConfigDef::handle_legacy(t_config_option_key &opt_key, std::string &va
"remove_freq_sweep", "remove_bed_leveling", "remove_extrusion_calibration",
"support_transition_line_width", "support_transition_speed", "bed_temperature", "bed_temperature_initial_layer",
"can_switch_nozzle_type", "can_add_auxiliary_fan", "extra_flush_volume", "spaghetti_detector", "adaptive_layer_height",
"z_hop_type", "z_lift_type"/*, "overhang_speed_classic"*/
"z_hop_type", "z_lift_type"
};
if (ignore.find(opt_key) != ignore.end()) {