Skip to content

Commit

Permalink
small changes to reflect changes to G29 V (verbosity) parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
aegean-odyssey committed Jan 3, 2021
1 parent 4514c24 commit bc45b57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uSDCard/util-setup-gcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ M851 Z0
G28
G33 V3 T
M500
G29 V3
G29 V5
M503
G29 C1
M851 Z0.600
Expand All @@ -32,7 +32,7 @@ M665 V25 ; 25mm calibration radius
G28
G33 V3 T
M500
G29 V3 L-50 R50 B-50 F50 ; 50mm x 50mm mesh
G29 V5 L-50 R50 B-50 F50 ; 50mm x 50mm mesh
M503
G29 C1
M851 Z0.600
Expand Down Expand Up @@ -83,7 +83,7 @@ EOF
cat <<EOF >"$ZD/G29_BED_LEVEL.gcode"
M988 /BEDLEVEL.TXT
G28
G29 V3
G29 V5
M500
M503 S0
M989
Expand Down

0 comments on commit bc45b57

Please sign in to comment.