🎨 Apply HAS_MULTI_HOTEND conditional
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "env_validate.h"
|
||||
|
||||
#if HOTENDS > 1 || E_STEPPERS > 1
|
||||
#if HAS_MULTI_HOTEND || E_STEPPERS > 1
|
||||
#error "MKS Robin E3P only supports one hotend / E-stepper. Comment out this line to continue."
|
||||
#elif HAS_FSMC_TFT
|
||||
#error "MKS Robin E3P doesn't support FSMC-based TFT displays."
|
||||
|
||||
Reference in New Issue
Block a user