Added comments for M28, M29 to list of implemented Gcodes
This commit is contained in:
parent
e243330338
commit
6f94a2f5da
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue