misc changes

This commit is contained in:
SoftFever 2023-08-22 18:34:49 +08:00
parent 95762fabee
commit 08b7af645d
2 changed files with 5 additions and 3 deletions

View file

@ -3736,7 +3736,9 @@ void TabPrinter::toggle_options()
// some options only apply when not using firmware retraction
vec.resize(0);
vec = { "retraction_speed", "deretraction_speed", "retract_before_wipe", "retract_restart_extra", "wipe", "wipe_distance" };
vec = {"retraction_speed", "deretraction_speed", "retract_before_wipe",
"retract_length", "retract_restart_extra", "wipe",
"wipe_distance"};
for (auto el : vec)
//BBS
toggle_option(el, retraction && !use_firmware_retraction, i);