Skip to content

Commit

Permalink
Fix Lulzbot tag 30: "Heaters Off"
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Nov 8, 2019
1 parent 249f600 commit 8061836
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8061836

Please sign in to comment.