Clean up some LCD conditions

This commit is contained in:
Scott Lahteine
2019-07-11 06:11:07 -05:00
parent 3218c4b33f
commit 948c3f580b
5 changed files with 16 additions and 23 deletions

View File

@@ -47,6 +47,8 @@
#define IS_RAMPS_SF
#endif
#define HAS_FREE_AUX2_PINS !(BOTH(ULTRA_LCD, NEWPANEL) && ANY(PANEL_ONE, VIKI2, miniVIKI, MINIPANEL, REPRAPWORLD_KEYPAD))
//
// RAMPS 1.3 / 1.4 - ATmega1280, ATmega2560
//
@@ -1079,3 +1081,5 @@
#endif
#endif
#endif
#undef HAS_FREE_AUX2_PINS