Option to always travel to wipe tower before Tx commands on multi-toolhead setups using type 2 tower (#13703)

* Option to always travel to wipe tower before Tx commands on multi-toolhead setups using type 2 tower
This commit is contained in:
Ioannis Giannakas
2026-05-17 20:46:08 +01:00
committed by GitHub
parent 484ce81e38
commit d52d0a082d
6 changed files with 26 additions and 2 deletions

View File

@@ -359,6 +359,7 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
|| opt_key == "wipe_tower_filament"
|| opt_key == "wiping_volumes_extruders"
|| opt_key == "enable_filament_ramming"
|| opt_key == "tool_change_on_wipe_tower"
|| opt_key == "purge_in_prime_tower"
|| opt_key == "z_offset"
|| opt_key == "support_multi_bed_types"