mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 03:45:58 +08:00
bugfix hardware option.
This commit is contained in:
parent
4e53d9bd12
commit
3cb8a61cfb
@ -2410,11 +2410,11 @@ void TabPrinter::update_fff()
|
|||||||
get_field("retract_restart_extra_toolchange", i)->toggle
|
get_field("retract_restart_extra_toolchange", i)->toggle
|
||||||
(have_multiple_extruders && toolchange_retraction);
|
(have_multiple_extruders && toolchange_retraction);
|
||||||
}
|
}
|
||||||
|
if (m_has_single_extruder_MM_page) {
|
||||||
bool have_advanced_wipe_volume = m_config->opt_bool("wipe_advanced");
|
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" })
|
for (auto el : { "wipe_advanced_nozzle_melted_volume", "wipe_advanced_multiplier", "wipe_advanced_algo" })
|
||||||
get_field(el)->toggle(have_advanced_wipe_volume);
|
get_field(el)->toggle(have_advanced_wipe_volume);
|
||||||
|
}
|
||||||
Thaw();
|
Thaw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user