Added G28 command description to top of file.
This commit is contained in:
parent
3b3af86ec6
commit
17ac612301
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
// G0 -> G1
|
||||
// G1 - Coordinated Movement X Y Z E
|
||||
// G4 - Dwell S<seconds> or P<milliseconds>
|
||||
// G28 - Home all Axis
|
||||
// G90 - Use Absolute Coordinates
|
||||
// G91 - Use Relative Coordinates
|
||||
// G92 - Set current position to cordinates given
|
||||
|
|
|
|||
Loading…
Reference in a new issue