Odd appearance in M291 window
-
This isn't causing me an issue, so just reporting it out of interest.
It only seems to have started since 3.5.1
Don't recall seeing it at any time previous.I have an M291 during my bed soaking period that pops up every few seconds as a notice of what's going on.
The relevant section of code iswhile ((heat.heaters[0].active - var.target) > (sensors.analog[8].lastReading)) && (global.BedHasSoaked = false) if heat.heaters[0].state != "active" echo "Bed heater no longer active. Soaking cancelled" M99 M291 R{"Soaking Bed (" ^ heat.heaters[0].active ^ "C) Please wait"} P{"Bed temp = " ^ heat.heaters[0].current ^ " : Edge temp = " ^ (sensors.analog[8].lastReading)} S0 T2 G4 S4
I've just noticed that for a fraction of a second, you can see an emergency stop button in the corner.
-
@OwenD good spot I see that as well.
-
@OwenD Thanks for reporting this, I'm going to fix it in v3.5.2.