Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    PanelDue Issue with Standby Temperatures

    Scheduled Pinned Locked Moved Solved
    PanelDue
    3
    5
    278
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • helpimlostundefined
      helpimlost
      last edited by

      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.

      IMG_0669.JPG

      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
      
      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        Thanks, I've sure @mfs12 would like to take a look.

        Z-Bot CoreXY Build | Thingiverse Profile

        mfs12undefined 1 Reply Last reply Reply Quote 1
        • mfs12undefined
          mfs12 @Phaedrux
          last edited by mfs12

          Hey @helpimlost, thanks for reporting this issue. It was already reported and is related to https://github.com/Duet3D/PanelDueFirmware/issues/132

          Turns 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 created this issue in Duet3D/PanelDueFirmware

          closed Macro buttons are not displayed in some cases #132

          mfs12 created this issue in Duet3D/PanelDueFirmware

          closed Standyby temperatures displayed although not configured #160

          Visit me on github at https://github.com/mfs12/

          helpimlostundefined 1 Reply Last reply Reply Quote 2
          • helpimlostundefined
            helpimlost @mfs12
            last edited by

            @mfs12 Got it. Thanks for letting me know!

            1 Reply Last reply Reply Quote 0
            • mfs12undefined
              mfs12
              last edited by

              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.

              mfs12 created this issue in Duet3D/PanelDueFirmware

              closed Standyby temperatures displayed although not configured #160

              Visit me on github at https://github.com/mfs12/

              1 Reply Last reply Reply Quote 1
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA