From d69c0cf00ecead00707494f2b16a6b7710450d3c Mon Sep 17 00:00:00 2001 From: Ryan V1 <55478432+V1EngineeringInc@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:55:54 -0800 Subject: [PATCH] Update milling-basics.md update mpcnc starting gcode --- docs/tools/milling-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/milling-basics.md b/docs/tools/milling-basics.md index 71d7941bb..54dfee0e6 100644 --- a/docs/tools/milling-basics.md +++ b/docs/tools/milling-basics.md @@ -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