Skip to content

Commit

Permalink
3 corner probe - return at end
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Feb 29, 2024
1 parent 3ac076d commit d2a75f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/lib/Probing.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const get3AxisStandardRoutine = (options) => {
// Move back to original position
code.push(
'G0 Z[Z_ADJUST + Z_RETRACT_DISTANCE]',
'G90'
'G90 G0 X0Y0',
);
return code;
};
Expand Down

0 comments on commit d2a75f7

Please sign in to comment.