Merge branch 'main' into add-option-to-disable-powerloss-recovery

This commit is contained in:
Ioannis Giannakas
2025-12-05 12:11:54 +00:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -4414,7 +4414,7 @@ void TabPrinter::build_fff()
optgroup->append_line(line);
optgroup->append_single_option_line("fan_kickstart");
optgroup = page->new_optgroup(L("Extruder Clearance"), "param_extruder_clearence");
optgroup = page->new_optgroup(L("Extruder Clearance"), "param_extruder_clearance");
optgroup->append_single_option_line("extruder_clearance_radius");
optgroup->append_single_option_line("extruder_clearance_height_to_rod");
optgroup->append_single_option_line("extruder_clearance_height_to_lid");