Preserve LinuxCNC M61 tool-number line
This commit is contained in:
@@ -399,7 +399,7 @@ void USE_TOOL_LENGTH_OFFSET(const EmcPose &) {
|
||||
void CHANGE_TOOL_NUMBER(int number) {
|
||||
if (active_sink) {
|
||||
active_sink->select_tool(number);
|
||||
active_sink->change_tool(0);
|
||||
active_sink->change_tool(event_line());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user