This commit is contained in:
Scott Lahteine
2025-05-03 15:24:12 -05:00
parent 98f636ef1d
commit 04ba9937bf
+5 -6
View File
@@ -1415,13 +1415,12 @@ void tool_change(const uint8_t new_tool, bool no_move/*=false*/) {
#endif
} // (new_tool != old_tool)
else
{
// For switching nozzle with servos, you may have manually edited servo angles
// or other functions which may affect angles. Ensure a T# command restores
// active tool position even when recalling the same tool
else {
// For switching-nozzle-with-servos you may have manually-edited servo angles
// or other functions that can affect angles. So here we ensure a T# command
// restores active tool position even when recalling the same tool.
TERN_(SWITCHING_NOZZLE_TWO_SERVOS, lower_nozzle(new_tool));
}
}
planner.synchronize();