Creality3D CR-30 PrintMill

This commit is contained in:
Scott Lahteine
2021-08-29 20:44:55 -05:00
committed by Scott Lahteine
parent 8916b05cb4
commit bba7c0069f
4 changed files with 14 additions and 2 deletions

View File

@ -1469,6 +1469,13 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
#error "CLASSIC_JERK is required for DELTA and SCARA."
#endif
/**
* Some things should not be used on Belt Printers
*/
#if BOTH(BELTPRINTER, HAS_LEVELING)
#error "Bed Leveling is not compatible with BELTPRINTER."
#endif
/**
* Probes
*/