✨ Creality3D CR-30 PrintMill
This commit is contained in:
committed by
Scott Lahteine
parent
8916b05cb4
commit
bba7c0069f
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user