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
Marlin.pde has multiple references to E_(whatever) and must be changed to E0_(whatever) to compile.
IE line 940 E_ENABLE_PIN must be E0_ENABLE_PIN. Line 1251, 1252, 1264 also need E0 and e0
Compiles and runs fine like that.
The text was updated successfully, but these errors were encountered:
Marlin.pde has multiple references to E_(whatever) and must be changed to E0_(whatever) to compile.
IE line 940 E_ENABLE_PIN must be E0_ENABLE_PIN. Line 1251, 1252, 1264 also need E0 and e0
Compiles and runs fine like that.
The text was updated successfully, but these errors were encountered: