Heater error when tuning.
-
I am trying to run M303 H1 S275 on my E3D Cyclops but when it gets to phase 2 an error occurs:
Error: Heater 0 fault: monitor 0 was triggered
The full out put from issuing the command is:
Error: Heater 0 fault: monitor 0 was triggered Auto tune starting phase 2, settling Auto tune starting phase 1, heating up M303 H1 S275; Auto tuning heater 1 using target temperature 275.0°C and PWM 1.00 - do not leave printer unattended
The hotend reaches the target temperature but then it simply fails. I also don't understand why it is reporting an error on Heater 0 as I am testing Heater 1.
Is there a place I can see error message definitions? What is monitor 0?
Below is my config.g:
; Configuration file for Duet 3 (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.5 on Thu Jan 09 2020 15:44:47 GMT+0000 (Greenwich Mean Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"RatRig" ; set printer name M667 S1 ; select CoreXY mode ; Drives M569 P0.0 S1 ; physical drive 0.0 goes forwards M569 P0.1 S1 ; physical drive 0.1 goes forwards M569 P0.2 S0 ; physical drive 0.2 goes forwards ; Left M569 P0.3 S0 ; physical drive 0.3 goes forwards ; Rear M569 P0.4 S0 ; physical drive 0.4 goes forwards ; Right M569 P0.5 S1 ; physical drive 0.5 goes backwards M569 P2.0 S0 ; physical drive 1.0 goes backwards M584 X0.0 Y0.1 Z0.2:0.3:0.4 E0.5:2.0 ; set drive mapping M671 X-22.0:260.0:530 Y120.0:550.0:130.0 S15 ; Kinematic bed ball locations - front left, front right and rear center M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation M92 X80.00 Y80.00 Z400.00 E409.00:409.00 ; set steps per mm M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z1000.00 E1200.00 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E1000:1000 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X500 Y500 Z500 S0 ; set axis maxima ; Endstops M574 X1 S3 ; configure sensorless endstop for low end on X M574 Y1 S3 ; configure sensorless endstop for low end on Y M574 Z1 S3 ; configure sensorless endstop for low end on Z ; Z-Probe ;M950 S0 C"io7.out" ; create servo pin 0 for BLTouch M558 P8 H5 C"io6.in" F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds ;M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved G31 P50 Z3.19 ; set Z probe trigger value, offset and trigger height M557 X35:475 Y15:475 S40 ; define mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" A"Bed" T100000 B3950 ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M307 H0 A436.5 C459.5 D4.1 S1.00 V0 B0 ; disable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M308 S1 P"temp1" Y"thermistor" A"Hotend" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin temp1 M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S280 ; set temperature limit for heater 1 to 280C ; Fans M950 F0 C"out7" Q500 ; create fan 0 on pin out7 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"out8" Q500 ; create fan 1 on pin out8 and set its frequency M106 P1 S1 H-1 ; set fan 1 value. Thermostatic control is turned on M950 F2 C"out9" Q500 ; create fan 1 on pin out8 and set its frequency M106 P2 S1 H-1 ; set fan 1 value. Thermostatic control is turned on ; Tools M563 P0 D0 H1 F0 S"Left" ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C M563 P1 D1 H1 F0 S"Right" ; define tool 1 G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C ; Custom settings are not defined ; Miscellaneous ; load saved parameters from non-volatile memory M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss T0 ; select first tool M501
config_override.g:
; config-override.g file generated in response to M500 at 2022-04-06 17:29 ; This is a system-generated file - do not edit ; Heater model parameters M307 H0 R0.610 K0.237:0.000 D4.50 E1.00 S1.00 B0 M307 H1 R1.038 K0.170:0.000 D13.83 E1.35 S1.00 B0 V24.0 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 G10 L2 P9 X0.00 Y0.00 Z0.00
-
@mjimeyg the error message indicates that the over temperature limit was triggered. Either choose a lower temperature in the M303 tuning command, or use the M143 command to temporarily increase the over temperature limit.
What filament do you print with? 275C is higher than most filaments need.
-
@dc42 Lowering the target temperature fixed it.
I use PLA and PETG, occassionally ASA. I thought tuning required the maximum temperature the hotend could reach.
-
-