Skip to content

Commit

Permalink
format fix runout.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasToka committed Jul 17, 2023
1 parent 342695e commit f88f40d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Marlin/src/feature/runout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ void event_filament_runout(const uint8_t extruder) {

const bool run_runout_script = !runout.host_handling;

#if ENABLED(E3S1PRO_RTS)
temphot = thermalManager.temp_hotend[0].target;
rtscheck.RTS_SndData(ExchangePageBase + 7, ExchangepageAddr);
change_page_font = 7;
sdcard_pause_check = true;
#endif
#if ENABLED(E3S1PRO_RTS)
temphot = thermalManager.temp_hotend[0].target;
rtscheck.RTS_SndData(ExchangePageBase + 7, ExchangepageAddr);
change_page_font = 7;
sdcard_pause_check = true;
#endif

#if ENABLED(HOST_ACTION_COMMANDS)

Expand Down

0 comments on commit f88f40d

Please sign in to comment.