Hello everyone,
I'm experiencing a slight problem with the output current of my bed and hotend. Nothing alarming in the sense that they work and to my knowledge have always worked like that, but in the need to heat my machine much faster, I checked my amperages:
- For the hotend = ~1.75A but connect to “out 1”.
- For the bed = ~6.85A but connect to “out 0”.
*to the current clamp
My board is a Duet 3 Mini 5+, so I should be able to get 15Afor the board and 5A for the hotend. However, this is not the case. There's no limitation on my power supply (LRS-350-24 MeanWell), whether the elements are switched on separately or not, the values remain approximately the same.
Where could the limitation come from? I don't have PWM limitation for my M307 controllers.
M950 H0 C"out1" T0 ; create heater #0
M143 H0 P0 T0 C0 S285 A0 ; configure heater monitor #0 for heater #0
M307 H0 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #0
M950 H1 C"out0" T1 ; create heater #1
M143 H1 P0 T1 C0 S115 A0 ; configure heater monitor #0 for heater #1
M307 H1 R2.43 D5.5 E1.35 K0.56 B1 ; configure model of heater #1