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

    PanelDue No Nozzle Icon…

    Scheduled Pinned Locked Moved
    PanelDue
    2
    8
    1.2k
    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.
    • SPAXundefined
      SPAX
      last edited by

      Hi there.
      I just building my first Delta and confused about nozzle icon…I have just 1 tool with 1 heater...In DWC all good, only bed and 1 tool, but PanelDue show to me one more wrong nozzle....
      Firmware Version: 1.20 (2017-12-23)
      WiFi Server Version: 1.20
      Web Interface Version: 1.20
      PanelDue 1.20b1

      Can someone help me?

      This my config

      M111 S0 ; Debugging off
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates…
      M83 ; ...but relative extruder moves
      M555 P2 ; Set firmware compatibility to look like Marlin
      ; Automatic saving after power loss is not enabled

      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
      M665 R234.295 L467 B197.5 H471.807 X-0.272 Y-0.589 Z0.000 ; Set delta radius, diagonal rod length, printable radius and homed height
      M666 X0.463 Y0.075 Z-0.538 ; Put your endstop adjustments here, or let auto calibration find them
      M208 Z0.1 S1 ; Set minimum Z

      ; Endstops
      M574 X2 Y2 Z2 S1 ; Set active high endstops
      M558 P1 X0 Y0 Z0 F150 H10 T6000 ; Set Z probe type to unmodulated and the dive height + speeds
      G31 P500 X15 Y15 Z1.303 ; Set Z probe trigger value, offset and trigger height
      M557 R165 S20 ; Define mesh grid
      M581 T1 E0 S0 ; Endstop E0 Pause

      ; Drives
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S1 ; Drive 3 goes forwards
      M569 P4 S1 ; Drive 4 goes forwards
      M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation
      M92 X160 Y160 Z160 E879:879 ; Set steps per mm
      M566 X800 Y800 Z800 E800 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000 Y18000 Z18000 E1200 ; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
      M906 X2000 Y2000 Z2000 E800 I10 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout
      M572 D1 S0.1 ; Pressure advance
      M915 P0:1:2 S10 F1 H400 R1 ; Stall detection, R1 - log, R2 - pause

      ; Heaters
      M305 P0 T100000 B3950 R4700 H30 L0 ; Set thermistor + ADC parameters for bed thermistor
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P2 X201 ; Set thermistor + ADC parameters for heater 1 and remap it to channel 201
      M143 H2 S280 ; Set temperature limit for heater 1 to 280C
      M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds

      ; Tools
      M563 P1 D1 H2 S"One" F0 ; Define tool 1
      G10 P1 X0 Y0 Z0 ; Set tool 1 axis offsets
      G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C

      ; Network
      M550 PMyDelta ; Set machine name
      M552 S1 ; Enable network
      ;*** Access point is configured manually via M587
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Fans
      M106 P0 H2 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P1 S0 I0 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P2 S0 I0 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off

      ; Custom settings are not configured
      T1
      M911 S21.0 R23.0 P"G91 M83 G1 Z5 E-5 F1000" ; auto-pause
      M912 P0 S-0.3 ; CPU temp correct
      M501 ; Read stored parameters config-override.g

      Thank you )

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        The current PanelDue firmware expects the tools to be numbered from zero, the same as most slicers do.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • SPAXundefined
          SPAX
          last edited by

          Hmm, I changed 2 lines:

          M563 P0 D1 H2 S "One" F0
          G10 P0 X0 Y0 Z0 R0 S0

          Nothing….just 1 icon are showed now..

          Can I fix it in the firmware?

          1 Reply Last reply Reply Quote 0
          • SPAXundefined
            SPAX
            last edited by

            Omg…nothing do not understand....
            I plugged all in E0 (heater, motor) and PT100 to U1 (RID1)...why duet still show me second tool?

            ; Heaters
            M305 P0 T100000 B3950 R4700 H30 L0 ; Set thermistor + ADC parameters for bed thermistor
            M143 H0 S120 ; Set temperature limit for heater 0 to 120C
            M305 P1 X200 ; Set thermistor + ADC parameters for heater 0 and remap it to channel 201
            M143 H1 S280 ; Set temperature limit for heater 0 to 280C
            M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds

            ; Tools
            M563 P0 D0 H1 S"One" F0 ; Define tool 0
            G10 P0 X0 Y0 Z0 R0 S0 ; Set tool 0 axis offsets, active and standby temperatures to 0C

            what is wrong?

            1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators
              last edited by

              Are you using heater 2 for something?

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

              1 Reply Last reply Reply Quote 0
              • SPAXundefined
                SPAX
                last edited by

                @dc42:

                Are you using heater 2 for something?

                No.

                1 Reply Last reply Reply Quote 0
                • SPAXundefined
                  SPAX
                  last edited by

                  Ouh, just now switched power off to on and all gone well. Before I try to restart by DWC..not manual off power.
                  Thank's )

                  1 Reply Last reply Reply Quote 0
                  • dc42undefined
                    dc42 administrators
                    last edited by

                    The firmware seems to think you have tool 2 configured for something, because it is telling PanelDue that you have 3 heaters in use. Please post your current config.g file.

                    Duet WiFi hardware designer and firmware engineer
                    Please do not ask me for Duet support via PM or email, use the forum
                    http://www.escher3d.com, https://miscsolutions.wordpress.com

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