mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-24 13:45:13 +00:00
Disable FirmwareRetraction in RetractionTest (#9113)
Fix issue 8332 Automatically disable firmware retraction when running retraction calibration.
This commit is contained in:
@@ -10086,6 +10086,7 @@ void Plater::calib_retraction(const Calib_Params& params)
|
|||||||
if (max_lh->values[0] < layer_height)
|
if (max_lh->values[0] < layer_height)
|
||||||
max_lh->values[0] = { layer_height };
|
max_lh->values[0] = { layer_height };
|
||||||
|
|
||||||
|
printer_config->set_key_value("use_firmware_retraction", new ConfigOptionBool(false));
|
||||||
obj->config.set_key_value("wall_loops", new ConfigOptionInt(2));
|
obj->config.set_key_value("wall_loops", new ConfigOptionInt(2));
|
||||||
obj->config.set_key_value("top_shell_layers", new ConfigOptionInt(0));
|
obj->config.set_key_value("top_shell_layers", new ConfigOptionInt(0));
|
||||||
obj->config.set_key_value("bottom_shell_layers", new ConfigOptionInt(3));
|
obj->config.set_key_value("bottom_shell_layers", new ConfigOptionInt(3));
|
||||||
|
|||||||
Reference in New Issue
Block a user