Replies: 2 comments 8 replies
-
Officially, Creality absolute maximum for bed temperature is: #define BED_MAXTEMP 110 But also there is a overshoot protection: #define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT So, the maximum usable bed temperature is (110-10) = 100 °C Source: https://github.com/CrealityOfficial/Ender-3S1/blob/main/Marlin/Configuration.h |
Beta Was this translation helpful? Give feedback.
6 replies
-
For test in your printer change your configuration.h file increasing the bed temperature to: #define BED_MAXTEMP 120 So the maximum selectable temperature will be: (120 max -10 overshoot) = 110 °C |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
found the code for hot end 300 deg limit, but noticed my hotbed limited to 100 too ??
Beta Was this translation helpful? Give feedback.
All reactions