Allow to set specific extruder for the wipe tower (first part)

This commit is contained in:
Lukas Matena 2023-05-09 13:42:45 +02:00
parent 91dc410f88
commit 88d7620c06
9 changed files with 54 additions and 3 deletions

View file

@ -208,6 +208,7 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
|| opt_key == "wipe_tower_bridging"
|| opt_key == "wipe_tower_extra_spacing"
|| opt_key == "wipe_tower_no_sparse_layers"
|| opt_key == "wipe_tower_extruder"
|| opt_key == "wiping_volumes_matrix"
|| opt_key == "parking_pos_retraction"
|| opt_key == "cooling_tube_retraction"