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

@ -829,6 +829,7 @@ PRINT_CONFIG_CLASS_DERIVED_DEFINE(
((ConfigOptionFloat, wipe_tower_cone_angle))
((ConfigOptionPercent, wipe_tower_extra_spacing))
((ConfigOptionFloat, wipe_tower_bridging))
((ConfigOptionInt, wipe_tower_extruder))
((ConfigOptionFloats, wiping_volumes_matrix))
((ConfigOptionFloats, wiping_volumes_extruders))
((ConfigOptionFloat, z_offset))