The thermistor of the hotend of my printer broke, at the moment I have no way to replace it, due to the global situation with the virus. In my hands I have one of these industrial PIDs which is Temperature controller+K-type couple+SSR. Is there a way to disable the PID in Marlin and start printing manually when the PID reaches the desired temperature? I just need it for PLA right now. This way I can use the printer at least until I can replace the thermistor
Asked
Active
Viewed 175 times
1 Answers
1
You can edit the temperature control commands out of your gcode, or just tell your slicer to omit them, typically by setting temperature to 0. Then, as you suggested, start the print manually once your industrial PID tells you it's at-temperature.

R.. GitHub STOP HELPING ICE
- 10,302
- 4
- 24
- 57
-
so I just need to remove the `M104 S...` that was simple, thanks a lot. I will do it tomorrow – efirvida May 26 '20 at 04:08