Skip to content

Commit

Permalink
Merge branch 'v2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
flyfisher604 committed Apr 18, 2021
2 parents c140d9d + 345bceb commit 0170bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MPCNC.cps
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ function toolChange() {
flushMotions();
// Go to tool change position
onRapid(propertyMmToUnit(properties.toolChange1_X), propertyMmToUnit(properties.toolChange2_Y), propertyMmToUnit(properties.toolChangeZ));
onRapid(propertyMmToUnit(properties.toolChange1_X), propertyMmToUnit(properties.toolChange2_Y), propertyMmToUnit(properties.toolChange3_Z));
flushMotions();
Expand Down

0 comments on commit 0170bd3

Please sign in to comment.