Browse Source

update comment

Gabe Rosenhouse 11 years ago
parent
commit
f308a8af91
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

76
 // G10 - retract filament according to settings of M207
76
 // G10 - retract filament according to settings of M207
77
 // G11 - retract recover filament according to settings of M208
77
 // G11 - retract recover filament according to settings of M208
78
 // G28 - Home all Axis
78
 // G28 - Home all Axis
79
-// G29 - Detailed Z-Probe, probes the bed at 3 points.  You must de at the home position for this to work correctly.
79
+// G29 - Detailed Z-Probe, probes the bed at 3 or more points.  Will fail if you haven't homed yet.
80
 // G30 - Single Z Probe, probes bed at current XY location.
80
 // G30 - Single Z Probe, probes bed at current XY location.
81
 // G90 - Use Absolute Coordinates
81
 // G90 - Use Absolute Coordinates
82
 // G91 - Use Relative Coordinates
82
 // G91 - Use Relative Coordinates

Loading…
Cancel
Save