Fix wiki redirection (#12569)

This commit is contained in:
Ian Bassi
2026-03-02 18:13:01 -03:00
committed by GitHub
parent dba8a6d88b
commit d017250d9c

View File

@@ -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");