Skip to content

Commit

Permalink
Update milling-basics.md
Browse files Browse the repository at this point in the history
update mpcnc starting gcode
  • Loading branch information
V1EngineeringInc authored Nov 20, 2024
1 parent 22ada13 commit d69c0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/milling-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ What your machine will do **before** the job starts. The LowRider Configs show e
```
G92 X0 Y0 Z0 ; Set Current position to 0, all axes
G00 Z5.0000 F500 ; Raise Z 5mm at 8.3mm/s to clear clamps and screws
G28 X Y Z ; Home in order, with Z touchplate
G28 Z ; Home Z touchplate
G92 Z0.5 ; Account for probe thickness (set your thickness)
G00 Z5.000 F500 ; Raise Z probe off of surface
M00 ; Pause for LCD button press so you can remove the touchplate
Expand Down

0 comments on commit d69c0cf

Please sign in to comment.