parent
317673fec3
commit
42608b1925
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Reference in a new issue