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:
Robby Candra
2019-04-03 10:09:30 +07:00
committed by Scott Lahteine
parent 2cfa9e9008
commit 46445a5a16
76 changed files with 229 additions and 148 deletions

View File

@ -551,6 +551,10 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
#endif
#endif
#if defined(EVENT_GCODE_SD_STOP) && DISABLED(NOZZLE_PARK_FEATURE)
static_assert(NULL == strstr(EVENT_GCODE_SD_STOP, "G27"), "NOZZLE_PARK_FEATURE is required to use G27 in EVENT_GCODE_SD_STOP.");
#endif
/**
* I2C Position Encoders
*/