Michal Rudolf
Results
3
comments of
Michal Rudolf
Yes, you can uncomment it. Right now MINI, MK4, MK3.5 and XL can have it enabled.
Enable for XL, not for XL_Dwarf or XL_Dev_Kit (atleast for now).
Looks like our CI have a problem. There is a simple solution: Remove this from Marlin.h ``` #if ENABLED(EXPERIMENTAL_I2CBUS) #include "feature/twibus.h" #endif ``` and this from Marlin.cpp ``` #if ENABLED(EXPERIMENTAL_I2CBUS)...