mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-28 02:10:32 -07:00
🔨🩹 Pass Ultipanel with ADC_KEYPAD
This commit is contained in:
parent
d638ee02c6
commit
766dfda80e
2 changed files with 2 additions and 2 deletions
|
|
@ -1890,7 +1890,7 @@ static_assert(NUM_SERVOS <= NUM_SERVO_PLUGS, "NUM_SERVOS (or some servo index) i
|
|||
/**
|
||||
* ULTIPANEL encoder
|
||||
*/
|
||||
#if IS_ULTIPANEL && NONE(HAS_ROTARY_ENCODER, SR_LCD_2W_NL, SR_LCD_3W_NL) && !PIN_EXISTS(SHIFT_CLK)
|
||||
#if IS_ULTIPANEL && NONE(HAS_ROTARY_ENCODER, SR_LCD_2W_NL, SR_LCD_3W_NL) && !ANY_PIN(SHIFT_CLK, ADC_KEYPAD)
|
||||
#error "ULTIPANEL controllers require some kind of encoder."
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ opt_set MOTHERBOARD BOARD_SANGUINOLOLU_12 \
|
|||
LCD_LANGUAGE de \
|
||||
CONTROLLER_FAN_PIN 27
|
||||
opt_enable MINIPANEL USE_CONTROLLER_FAN CONTROLLER_FAN_EDITABLE
|
||||
exec_test $1 $2 "Default Configuration | MINIPANAL | CONTROLLER_FAN" "$3"
|
||||
exec_test $1 $2 "Default Configuration | MINIPANEL | CONTROLLER_FAN" "$3"
|
||||
|
||||
#
|
||||
# Start with default configurations...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue