You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using ender 3 pro with MKS TS35-E3+UART 2209+3D Touch and wifi configuration.
I am trying to implement filament detection sensor with using guide but having an error as "ADVANCED_PAUSE_FEATURE currently requires an LCD controller"
If i add #define TOUCH_SCREEN and #define TFT_480x320_SPI and deactivate #define TFT_LVGL_UI_SPI then i overcome this error but get compilation error as expected.
The text was updated successfully, but these errors were encountered:
I've followed the instructions on MKS_FES but I'm still having this msg: #error "ADVANCED_PAUSE_FEATURE requires a supported LCD controller (or EMERGENCY_PARSER)."
Ender 3 Pro + MKS Robin E3P V2.0 + MKS TS35 E3 V2.0 + MKS Wifi Module + MKS TMC 2209 V2.0 UART + MKS FES + 3D Touch
Hi,
i am using ender 3 pro with MKS TS35-E3+UART 2209+3D Touch and wifi configuration.
I am trying to implement filament detection sensor with using guide but having an error as "ADVANCED_PAUSE_FEATURE currently requires an LCD controller"
If i add #define TOUCH_SCREEN and #define TFT_480x320_SPI and deactivate #define TFT_LVGL_UI_SPI then i overcome this error but get compilation error as expected.
The text was updated successfully, but these errors were encountered: