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

Init old_red to 127 to ensure initial change

Fix #10012
parent 317673fe
Branches
Tags
No related merge requests found
...@@ -94,7 +94,7 @@ void GcodeSuite::M190() { ...@@ -94,7 +94,7 @@ void GcodeSuite::M190() {
#if ENABLED(PRINTER_EVENT_LEDS) #if ENABLED(PRINTER_EVENT_LEDS)
const float start_temp = thermalManager.degBed(); const float start_temp = thermalManager.degBed();
uint8_t old_red = 255; uint8_t old_red = 127;
#endif #endif
do { do {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment