MKFirmware / MK4duo

MK4duo Firmware Printers 3D for Arduino and Arduino due
http://www.marlinkimbra.it
GNU General Public License v3.0
206 stars 117 forks source link

Bed and chamber reseting their target temp to lower ones #689

Closed chainreaction closed 5 years ago

chainreaction commented 5 years ago

Issue description

Short time after I have set bed and chamber target temp they been reseted to lower ones. I'm using M140 S110 and M191 S50 After that bed -> 100 and chamber -> 45

Firmware version

4.3.8 rev 20022019

My setup

MagoKimbra commented 5 years ago

The values of max temp are values beyond which it must not go otherwise it goes into error. Naturally for obvious reasons those values cannot be set as target, because even a single tenth of degree would be enough that the firmware goes into error. So there is a 15 degree margin for settable temps. If max temp is 115 the maximum temperature that can be set is 100. In the dev version the margin has been reduced to 10 °.

chainreaction commented 5 years ago

Ok, thx for the comment!