I'm having trouble running a calibration Temperature Tower for PETG. I'm using a Post-processing > Modify G Code script that changes the temp every n layers.
However, when going up (hotter) in temp I am getting a fault that the temp is rising too slowly. I figured it must be because when I did the auto-tuning of the heater it was I only set it for 260C M303 H1 S260. I then tried to bump up the temp for Auto-tuning and set it to S300.
Slice Engineering 50W heater Cartridge
PT100 2-wire
However, this was when I started getting the error:
9/6/2022, 11:05:42 AM Auto tune cancelled because target temperature was not reached
9/6/2022, 10:58:42 AM Auto tune starting phase 1, heating up
9/6/2022, 10:58:37 AM M303 T1 S300 Auto tuning heater 1 using target temperature 300.0°C and PWM 1.00 - do not leave printer unattended
NOTE: M307 H1 has the original tune commented out so I could run the tune both ways, and both were unsuccessful
; Configuration file for Duet WiFi (firmware version 3.3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.3.12 on Fri Aug 12 2022 22:17:07 GMT-0500 (Central Daylight Time)
; General preferences
M575 P1 S1 B57600 ; enable support for PanelDue
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Ender 5+" ; set printer name
; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S1 ; enable Telnet
; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S1 ; physical drive 3 goes forwards - Extruder
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z800.00 E560.00 ; set steps per mm
M566 X900.00 Y900.00 Z450.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X4800.00 Y4800.00 Z1500.00 E500.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z10.00 E250.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E600 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 X366 Y358 Z400 S0 ; set axis maxima
; Endstops
M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
M574 Z2 S2 ; configure Z-probe endstop for high end on Z
; Filament Runout
M591 D0 P1 C"e0stop" S1 ; simple filament microswitch high signal when filament present
; Z-Probe
M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
M558 P9 C"^zprobe.in" H2.5 F120 T4800 A2 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X40 Y6 Z3.45 ; set Z probe trigger value, offset and trigger height
M557 X40:366 Y6:352 S60 ; define mesh grid
; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"Bed Heat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 R0.202 K0.291:0.000 D7.13 E1.35 S1.00 B0 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S100 ; set temperature limit for heater 0 to 100C
M308 S1 P"spi.cs1" Y"rtd-max31865" ; create sensor number 1 as a PT100 sensor in the first position on the Duet 2 daughterboard connector
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
;M307 H1 R2.227 K0.493:0.000 D3.07 E1.35 S1.00 B0 V24.0 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S310 ; set temperature limit for heater 1 to 280C
; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 C"Heatsink" S0 H1 T45 ; set fan 0 name and value. Thermostatic control is turned on
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 C"Parts Cooling" S0 H-1 ; set fan 1 name and value. Thermostatic control is turned off
; Tools
M563 P0 S".4mm Phaetus" D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z-0.4 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
M563 P1 S".08mm MS" D0 H1 F0 ; define tool 1
G10 P1 X0 Y0 Z-2.65 ; 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
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 P0 ; select first tool