Skip to content
Snippets Groups Projects
Commit 8061836e authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix Lulzbot tag 30: "Heaters Off"

parent 249f600c
Branches
Tags
No related merge requests found
......@@ -91,7 +91,13 @@ bool TemperatureScreen::onTouchHeld(uint8_t tag) {
#if HOTENDS > 2
setTargetTemp_celsius(0,E2);
#if HOTENDS > 3
setTargetTemp_celsius(0,E4);
setTargetTemp_celsius(0,E3);
#if HOTENDS > 4
setTargetTemp_celsius(0,E4);
#if HOTENDS > 5
setTargetTemp_celsius(0,E5);
#endif
#endif
#endif
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment