diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 6894aabb31..4ecf7995d2 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -4891,7 +4891,7 @@ if (is_marlin_flavor) }); }; optgroup->append_single_option_line("manual_filament_change", "printer_multimaterial_setup#manual-filament-change"); - optgroup->append_single_option_line("bed_temperature_formula", "printer_multimaterial_setup#bed-temperature-type"); + optgroup->append_single_option_line("bed_temperature_formula", "printer_basic_information_advanced#bed-temperature-type"); optgroup = page->new_optgroup(L("Wipe tower"), "param_tower"); optgroup->append_single_option_line("purge_in_prime_tower", "printer_multimaterial_wipe_tower#purge-in-prime-tower");