ADC out of range means that you don’t have a thermistor plugged in for temperature readings, OR your connection pin for the thermistor is incorrect, OR you have a break in the wire to the thermistor.
printer is working fine, there is no adc error when i set min temp to 0.
i just got strange pla that prints better at 175c than 185c, so i want to try 160c and klipper wont go lower than 170c
figured it out.
min_temp: turns out to be min temp for not throwing error.
And like NAPCAL wrote i needed “min_extrude_temp:” (thought it was the same as min_temp). Added this line in printer.cfg and everything works.
Have no clue why “min_extrude_temp:” isnt included in default cfg file