Enhance IDEX toolchange auto-return w/ no park, full control (#14117)
This commit is contained in:
committed by
Scott Lahteine
parent
3d9d72e8db
commit
aa0383a83b
@@ -80,7 +80,7 @@ void ac_home() {
|
||||
|
||||
void ac_setup(const bool reset_bed) {
|
||||
#if HOTENDS > 1
|
||||
tool_change(0, 0, true);
|
||||
tool_change(0, true);
|
||||
#endif
|
||||
|
||||
planner.synchronize();
|
||||
@@ -104,7 +104,7 @@ void ac_cleanup(
|
||||
#endif
|
||||
clean_up_after_endstop_or_probe_move();
|
||||
#if HOTENDS > 1
|
||||
tool_change(old_tool_index, 0, true);
|
||||
tool_change(old_tool_index, true);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user