0

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

efirvida
  • 113
  • 4

1 Answers1

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.