Replies: 1 comment 1 reply
-
The second one is not an issue, the behaviour is normal. If you are in fact going to be printing at 300C, then you will absolutely have to set max temp to around 310C, there is no way around it. If you're not going to be printing that hot, then I suggest you set max temp to 300C, and leave it there. Glad you found my work useful 😀. Please star the repo if possible. Thanks! And please post a solution if you find one for the mcu temp. |
Beta Was this translation helpful? Give feedback.
-
So when building out the config for the sv06+ I chose to copy a few things from my Ender 3v2 and found a couple quirks.
First when adding (mcu below)
[temperature_sensor mcu_temp]
sensor_type: temperature_mcu
min_temp: 0
max_temp: 110
for some reason this causes the machine to crash when probing the z axis and going under 0 (coincidence possibly/probably however 100% repeatable) causes a - MCU shutdown: ADC out of range - when reviewing the logs shows my MCU temp spiked to -409 and causes a crash. Is there another command I can use or is there a underlying problem here? Removing the monitoring does resolve this and allow to function without issue.
Second max extruder temp I had to bump this to 310 in the config as during my testing I set the extruder temp to 300 to verify device would reach it. Again got a system crash this time because during heatup the temp exceeded 300 and sensitve klipper said no no no and shut down.
For the experienced out there is there any known issue to exceeding to the limits in of the device in the config to avoid things like this?
Aside from the 2 things mentioned above everything went super smooth and am entirely grateful for this extremely simple thorough guide.
Beta Was this translation helpful? Give feedback.
All reactions