makerbase-mks / MKS-Robin

MKS Robin is a powerful 32-bit 3D printer control board with STM32F103ZET6 . Support Marlin2.0. Support MKS Robin TFT24/28/32... Screens. The motherboard integrates 5 AXIS interface, hot bed, 2 heating heads, 3 NTC100K, 2 MAX31855.Support MKS Robin WIFI for cloud printing.Supports firmware update by SD card…
https://es.aliexpress.com/item/32757129463.html?spm=a219c.12010612.8148356.9.5fc165f4oDUfFM
131 stars 129 forks source link

MAX_EXTRUDER_TEMP #50

Open dementiev-net opened 6 years ago

dementiev-net commented 6 years ago

In my config: MAX_EXTRUDER_TEMP 280 but I can not select a value greater than 260 on the touchscreen

or make the config file a temperature calibration factor. Real and on screen

zillarob commented 6 years ago

Not uncommon for them to leave a buffer for the pid to have some room to overshoot without tripping the max temp and shutting down.

Setting it with gcode or in the slicer may let you set it closer to max, but the closer you get, the more dialed in your pid needs to be.

enjoyneering commented 5 years ago

You have to set it in two places

cfg_ui_set_maxtemp 260 #should not exceed MAX_HEATED_BED_TEMP MAX_EXTRUDER_TEMP 275 #play a protective role