You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 3delta
+13-13
Original file line number
Diff line number
Diff line change
@@ -1474,9 +1474,9 @@ snit::widget gcodelookup {
1474
1474
G21 "Millimeter mode ( default ) : passed coordinates will be considered as millimeters (command is modal)""G21"
1475
1475
G28 "Home The given axis, or if no axis specified home all axis at the same time (edge)""G28"
1476
1476
G3 "Counter-clockwise motion : see above (command is not modal)""G3 Y5 X10 I2"
1477
-
G30 "Simple Z probe at current XY, reports distance moved down until probe triggers, optional F parameter sets feedrate""G30 - G30 F100"
1477
+
G30 "Simple Z probe at current XY, reports distance moved down until probe triggers. optional F parameter defines the speed of probing, zprobe.slow_feedrate is used when not supplied""G30 - G30 F100"
1478
1478
G31 "Report current Z probe status""G31"
1479
-
G32 "Uses Z probe to calibrate delta endstops and arm radius, use R parameter to select only arm radius calibration and E to select only endstop calibration. I to set target precision, J to set probe_radius, K to keep current endstop trim settings""G32 - G32 R - G32 E - G32 EK - G32 I0.02"
1479
+
G32 "Uses Z probe to calibrate delta endstops and arm radius, use R parameter to select only arm radius calibration and E to select only endstop calibration. I to set target precision, J to set probe_radius, K to keep current endstop trim settings. In Zgrid module, it starts the grid probing""G32 - G32 R - G32 E - G32 EK - G32 I0.02"
1480
1480
G4 "Dwell S<seconds> or P<milliseconds>""G4 P1000"
1481
1481
G90 "Absolute mode ( default ) : passed coordinates will be considered absolute ( relative to 0.0.0 ) (command is modal)""G90"
1482
1482
G91 "Relative mode : passed coordinates will be considered relative to the current point (command is modal)""G91"
M305 "Set parameters for the thermistor, where B is beta, R is r0 and X is t0""M305 B4066"
1523
1523
M306 "Set homing offsets based on current position, subtracts current position from homing offset for specified axis""M306 Z0"
1524
1524
M32 "Select a file, and start playing it""M32 file.gcode"
1525
-
M360 "Scara Morgan: Move to Theta 0 degree position""M360 or M360 P0"
1526
-
M361 "Scara Morgan: Move to Theta 90 degree position""M361 or M360 P0"
1527
-
M364 "Scara Morgan: M364: Move to Psi + Theta 90 degree position""M364 or M344 P0"
1528
-
M370 "Z grid strategy: clears the ZGrid and the bed leveling is disabled until G32 is run again""M370"
1529
-
M371 "Z grid strategy: moves the head to the next calibration postion without saving for manual calibration""M371"
1530
-
M372 "Z grid strategy: move the head to the next calibration postion after saving the current probe point to memory - manual calbration""M372"
1525
+
M360 "Scara Morgan: Move to Theta 0 degree position. Adding P0 will save the current arm position as the Theta 0 degree position""M360 or M360 P0"
1526
+
M361 "Scara Morgan: Move to Theta 90 degree position. Adding P0 will save the current arm position as the Theta 90 degree position""M361 or M360 P0"
1527
+
M364 "Scara Morgan: M364: Move to Psi + Theta 90 degree position. Adding P0 will save the current arm position as the Psi + Theta 90 degree position""M364 or M344 P0"
1528
+
M370 "Z grid strategy: clears the ZGrid and the bed levelling is disabled until G32 is run again. Specify X and Y values to change grid size""M370 M370 X9 Y11"
1529
+
M371 "Z grid strategy: moves the head to the next calibration position without saving for manual calibration""M371"
1530
+
M372 "Z grid strategy: move the head to the next calibration position after saving the current probe point to memory - manual calbration""M372"
1531
1531
M373 "Z grid strategy: completes calibration and enables the Z compensation grid""M373"
1532
-
M374 "Z grid strategy: save calibration grid""M374"
0 commit comments