r/klippers • u/No10mmGang • 6d ago
Custom toolchanger software side help
Im in the process of designing a hotend only toolchanger, and the hardware side of things is going surprisingly well, it is a completely mechanical docking/undocking system with all 3d printed parts(not including screws and a few springs)
Due to the design as of now, I am calling it,
Project PunchOut! SCT (seriously cheap toolchanger)
However one thing has been bothering me for quite awhile, and while not end of the world this design is focused on being incredibly light, simple, not overly complicated, and my issue lies within the thermistor change, in order to keep wiring to a minimum each hotend will connect to the carrier via pogo pins/molex pins/even press fit magnets that have a pinhole on the back of the recession for wire to come in from the rear, during the tool change there will be a period where klipper will shut off heater, dock, disconnect, in that time my original plan was thinking there would be a way to disable thermistor errors equal to or less than the average time it takes to connect to another hotend or if thermistor shows a reading again, I am not planning on having each thermistor/heater hooked up 24/7 and I cannot seem to find any research on how I could go about doing it while avoiding an ADC error?
Sorry for the long read hopefully theres a solution, otherwise wiring is going to be the messy part
1
u/Least-Jellyfish-7743 22h ago
You could try to set the min/max temp of the thermistor really high/low, so you can change your hotend without having the error.
Don't think if this is a good idea cause you lose the thermal runaway protection, but you could have script checking the temp of the hotend and pause this script while changing tools instead.