Creality Ender 5 Configuration
-
I finally found some time and energy to get back to the Ender. I had a few fans swapped, but otherwise things seem to work. I ran the PID tunings, leveled the bed and printed some small bits. First parts out of the Ender and Duet! It really is amazingly quiet for its movements but the full set of fans is still a lot of noise.
Next is figuring out parameters, pressure advance(?), speeds etc.
My PIDs ended up at: (edit: new therm values)
; Heaters M307 H0 B0 S1.00 ; Disable bang-bang for bed heater, set PWM limit M305 P0 T98801 B4185 R4700 ; Set thermistor + ADC parameters for heater 0 M143 H0 S90 ; Set temperature limit for heater 0 to 90C M305 P1 T98801 B4185 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S230 ; Set temperature limit for heater 1 to 230C ; Heater cal ; Heater 1 model: gain 355.8, time constant 112.4, dead time 5.0, max PWM 1.00, ; calibration voltage 24.1, mode PID, inverted no, frequency default ; Computed PID parameters for setpoint change: P11.2, I0.470, D39.5 ; Computed PID parameters for load change: P11. M307 H1 A355.8 C112.4 D5 V24.1 B0 ; Bed cal ; Heater 0 model: gain 141.3, time constant 461.3, dead time 1.2, max PWM 1.00, ; calibration voltage 24.0, mode PID, inverted no, frequency default ; Computed PID parameters for setpoint change: P488.5, I20.825, D407.9 ; Computed PID parameters for load change: P M307 H0 A141.3 C461.3 D1.2 V24.0 B0
I presume that looks sane?
-
Going to be starting this project myself shortly. Good to have some starting Values.
-
@xtl said in Creality Ender 5 Configuration:
I presume that looks sane?
The D value for the bed heater (1.2 seconds) looks suspiciously low, although low values are not unusual if you are using a silicone heater with a built-in thermistor. I suggest you heat the bed to printing temperature, then watch the temperature carefully to see whether it is stable. If you see it oscillating regularly above and below the set temperature, try a larger D value such as 5. The other parameters look normal to me.