Added comments for M28, M29 to list of implemented Gcodes

This commit is contained in:
Sam Ward 2011-05-03 14:29:06 +08:00
parent e243330338
commit 6f94a2f5da

View file

@ -37,6 +37,8 @@
// M25 - Pause SD print
// M26 - Set SD position in bytes (M26 S12345)
// M27 - Report SD print status
// M28 - Start SD write (M28 filename.g)
// M29 - Stop SD write
// M81 - Turn off Power Supply
// M82 - Set E codes absolute (default)
// M83 - Set E codes relative while in Absolute Coordinates (G90) mode