Classic UI BIQU BX (#24387)

This commit is contained in:
Victor Oliveira
2022-06-23 06:18:36 -03:00
committed by GitHub
parent 6355798bfd
commit 1a79537645
5 changed files with 34 additions and 25 deletions

View File

@@ -2923,8 +2923,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
#endif
#endif
#if defined(GRAPHICAL_TFT_UPSCALE) && !WITHIN(GRAPHICAL_TFT_UPSCALE, 2, 4)
#error "GRAPHICAL_TFT_UPSCALE must be 2, 3, or 4."
#if defined(GRAPHICAL_TFT_UPSCALE) && !WITHIN(GRAPHICAL_TFT_UPSCALE, 2, 6)
#error "GRAPHICAL_TFT_UPSCALE must be between 2 and 6."
#endif
#if BOTH(CHIRON_TFT_STANDARD, CHIRON_TFT_NEW)