Sanity check: heater-fault.g
-
Hi, updating from 3.3 to 3.4.2. Want to make sure that I'm not losing heater fault behavior in the process! I have a simple configuration with one tool (tool 0) and one heater, from config.g for reference:
; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4066 A"Bed[C]" ; configure sensor 0 as thermistor on pin bedtemp M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0 ;M307 H0 R0.897 C158.7 D1.38 S1.00 V23.9 B0 ; from M303 H0 S115 M307 H0 R0.6 C158.7 D1.38 S1.00 V23.9 B0 ; from M303 H0 S115 (reduced R to avoid slow heat fails) M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"spi.cs2" Y"thermocouple-max31856" A"HotEnd[C]" M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 B0 R2.193 C254.0 D5.84 S1.00 V24.0 ; from M303 H1 S250 M143 H1 S280 ; set temperature limit for heater 1 to 280C
Corresponding heater-fault.g:
M568 P0 S0 R0 M568 P0 A0 M140 P0 S0 R0 M140 S-275 M0
Is there additional behavior that I should be replicating? Anything look amiss? Thanks so much!
Rob