Disable FirmwareRetraction in RetractionTest (#9113)

Fix issue 8332

Automatically disable firmware retraction when running retraction calibration.
This commit is contained in:
Ian Bassi 2025-04-01 23:10:09 -03:00 committed by GitHub
parent 9fc51ba22e
commit 60dac5f1f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10086,6 +10086,7 @@ void Plater::calib_retraction(const Calib_Params& params)
if (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("top_shell_layers", new ConfigOptionInt(0));
obj->config.set_key_value("bottom_shell_layers", new ConfigOptionInt(3));