Support new style Anycubic Chiron TFT (#21597)

This commit is contained in:
Nick
2021-04-19 05:04:38 +01:00
committed by GitHub
parent 59fd6428ae
commit d5143c2c15
7 changed files with 484 additions and 232 deletions

View File

@ -2443,6 +2443,10 @@ static_assert(hbm[Z_AXIS] >= 0, "HOMING_BUMP_MM.Z must be greater than or equal
#error "GRAPHICAL_TFT_UPSCALE must be 2, 3, or 4."
#endif
#if BOTH(CHIRON_TFT_STANDARD, CHIRON_TFT_NEW)
#error "Please select only one of CHIRON_TFT_STANDARD or CHIRON_TFT_NEW."
#endif
/**
* Some boards forbid the use of -1 Native USB
*/