synman / Ender-3-S1-Pro-Firmware

Creality Ender-3 S1 Pro Firmware
148 stars 8 forks source link

Increase max bed temp via LCD #15

Closed synman closed 1 year ago

synman commented 1 year ago

Should at least be able to see 120C. Best case is to use max bed temp via cfg.

synman commented 1 year ago

Really annoying. This appears to be the one function where a max value is hardcoded within the actual LCD firmware. The handler in lcd_rts is never called when the LCD receives a bed temperature > 110C

IAGITH commented 1 year ago

well.. the bed isnt rated for any more than 110... so i think that could be a fire hazard?? idk

synman commented 1 year ago

Via firmware the max is 120. You can take it there today via an external sender. It's merely the touchscreen is hardcoded for 110.