Event G-code for Stop SD Print (#13547)
Co-Authored-By: 7eggert <7eggert@gmx.de> Co-Authored-By: robbycandra <robbycandra.mail@gmail.com>
This commit is contained in:
committed by
Scott Lahteine
parent
2cfa9e9008
commit
46445a5a16
@ -1143,6 +1143,9 @@ void loop() {
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
card.removeJobRecoveryFile();
|
||||
#endif
|
||||
#ifdef EVENT_GCODE_SD_STOP
|
||||
enqueue_and_echo_commands_P(PSTR(EVENT_GCODE_SD_STOP));
|
||||
#endif
|
||||
}
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
Reference in New Issue
Block a user