mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Disable FirmwareRetraction in RetractionTest (#9113)
Fix issue 8332 Automatically disable firmware retraction when running retraction calibration.
This commit is contained in:
parent
9fc51ba22e
commit
60dac5f1f4
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue