Disable heater warnings
-
I have a big glob of nylon that I need to remove my hotend.
As the nylon now covering the heatblock, I get this warning
Heating fault on heater 1, temperature rising much more slowly than the expected.
I presume the filament is drawing heat away from the heatblock.
Can I disable this warning while a peel off my filament?
-
-
Thanks, how do I disable it though?
-
You can't disable it, but you can set a higher tolerance of temperature variation.
-
Thanks, which gcode and parameter would that be?
-
@totalitarian said in Disable heater warnings:
Thanks, which gcode and parameter would that be?
See the link I posted earlier.
-
Sorry I really have read that link but can't see an gcode relating to temperature variance
-
@totalitarian M570 is what you need - see here - https://duet3d.dozuki.com/Wiki/GCode#Section_M570_Configure_heater_fault_detection
-
@deckingman HI I did try that but no luck
19:31:38 Error: Heating fault on heater 1, temperature rising much more slowly than the expected 1.1°C/sec
19:30:19 M570 S999 -
Got it, had to put M570 S999 in the config rather than execute it via the console.
Thanks all