bugfix hardware option.

This commit is contained in:
supermerill 2019-02-04 16:37:48 +01:00
parent 4e53d9bd12
commit 3cb8a61cfb

View File

@ -2410,11 +2410,11 @@ void TabPrinter::update_fff()
get_field("retract_restart_extra_toolchange", i)->toggle
(have_multiple_extruders && toolchange_retraction);
}
if (m_has_single_extruder_MM_page) {
bool have_advanced_wipe_volume = m_config->opt_bool("wipe_advanced");
for (auto el : { "wipe_advanced_nozzle_melted_volume", "wipe_advanced_multiplier", "wipe_advanced_algo" })
get_field(el)->toggle(have_advanced_wipe_volume);
}
Thaw();
}