Browse Source

Update M524 description

Scott Lahteine 6 years ago
parent
commit
3f6424076b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/gcode.h

+ 1
- 1
Marlin/src/gcode/gcode.h View File

@@ -216,7 +216,7 @@
216 216
  * M502 - Revert to the default "factory settings". ** Does not write them to EEPROM! **
217 217
  * M503 - Print the current settings (in memory): "M503 S<verbose>". S0 specifies compact output.
218 218
  * M504 - Validate EEPROM contents. (Requires EEPROM_SETTINGS)
219
- * M524 - Abort the current SD print job (started with M24)
219
+ * M524 - Abort the current SD print job started with M24. (Requires SDSUPPORT)
220 220
  * M540 - Enable/disable SD card abort on endstop hit: "M540 S<state>". (Requires SD_ABORT_ON_ENDSTOP_HIT)
221 221
  * M569 - Enable stealthChop on an axis. (Requires at least one _DRIVER_TYPE to be TMC2130 or TMC2208)
222 222
  * M600 - Pause for filament change: "M600 X<pos> Y<pos> Z<raise> E<first_retract> L<later_retract>". (Requires ADVANCED_PAUSE_FEATURE)

Loading…
Cancel
Save