Added G28 command description to top of file.

This commit is contained in:
Sam Ward 2011-05-12 14:36:19 +08:00
parent 3b3af86ec6
commit 17ac612301

View file

@ -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