-
I've recently updated my Duet 3 + SBC setup to 3.4.0beta1 and paneldue to 3.3.0-rc3. I'm not sure if it's because I'm using multiple heaters for one tool but there are more stand temperature input fields on the paneldue screen than there should be.
I'd like to know if I'm doing something wrong with one of the configurations I'm using or if this is a known issue.
One configuration has the two heaters set up as two logical heaters, each assigned to a heater output but both assigned to a single tool. The other configuration uses the new feature of 3.4.0 of assigning multiple heater outputs to a single logical heater. The configurations are below.
Two logical heaters 1 tool:
;RailCore Duet 3 + SBC ; Temperature Sensors Magnum+ M308 S0 P"temp0" Y"thermistor" A"bed_heat" T100000 B4240 H0 L0 ;Bed thermistor - connected to temp0 M308 S1 P"temp1" Y"PT1000" A"RTemp" ;Slice PT1000 on Right side ;Define heaters Magnum+ M950 H0 C"out0" T0 ;Bed heater is on out0 M950 H1 C"out1" T1 ;Magnum+ Heater M950 H2 C"out2" T1 ;Magnum+ Heater ;Define Bed M140 H0 ;Heater PID Tuning M307 H0 A90.0 C700.0 D10.0 S1.00 B1 ;Bed Heater M303 Results ;Magnum+ Max Temperatures M570 S360 M143 H1 S460 ;Set max hotend temperature M143 H2 S460 ; Fans M950 F0 C"out8" ;Hotend fan on "out8" connector M106 P0 S255 H1:2 T50 ;enable thermostatic mode for hotend fan M950 F1 C"out9" ;Layer fan on "out4" connector M106 P1 S0 ;Layer Fan ; Tool definitions Magnum+ M563 P0 D0 H1:2 S"Magnum+" F1 ;Define Magnum+ M568 P0 S0:0 R0 ;Set Magnum+ operating and standby temperatures T0 ;select first hot end
One logical heater 1 tool:
;RailCore Duet 3 + SBC ; Temperature Sensors Magnum+ M308 S0 P"temp0" Y"thermistor" A"bed_heat" T100000 B4240 H0 L0 ;Bed thermistor - connected to temp0 M308 S1 P"temp1" Y"PT1000" A"RTemp" ;Slice PT1000 on Right side ;Define heaters Magnum+ M950 H0 C"out0" T0 ;Bed heater is on out0 M950 H1 C"out1+out2" T1 ;Define Bed M140 H0 ;Heater PID Tuning M307 H0 A90.0 C700.0 D10.0 S1.00 B1 ;Bed Heater M303 Results ;Magnum+ Max Temperatures M570 S360 M143 H1 S460 ;Set max hotend temperature ; Fans M950 F0 C"out8" ;Hotend fan on "out8" connector M106 P0 S255 H1 T50 ;enable thermostatic mode for hotend fan M950 F1 C"out9" ;Layer fan on "out4" connector M106 P1 S0 ;Layer Fan ; Tool definitions Magnum+ M563 P0 D0 H1 S"Magnum+" F1 ;Define Magnum+ M568 P0 S0 R0 ;Set Magnum+ operating and standby temperatures T0 ;select first hot end
-
Thanks, I've sure @mfs12 would like to take a look.
-
Hey @helpimlost, thanks for reporting this issue.
It was already reported and is related to https://github.com/Duet3D/PanelDueFirmware/issues/132Turns out it was a different issue. Added the correct link.
https://github.com/Duet3D/PanelDueFirmware/issues/160.
Any further development will be reflect in the github issue.
-
@mfs12 Got it. Thanks for letting me know!
-
Hey @helpimlost, i manage to check this issue and found a solution.
Please check https://github.com/Duet3D/PanelDueFirmware/issues/160 for further information.
The next release candidate which i will release before the weekend will contain this patch. It would be cool if you could confirm the issue is fixed.