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

    tool 2 extruder motor will not turn

    Scheduled Pinned Locked Moved
    General Discussion
    2
    12
    280
    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.
    • adkingundefined
      adking
      last edited by

      I am running Duet 3 with Paneldue and DWC. I have set up 2 extruders. Tool 0 and Tool 1. Tool 0 always turns and tool 1 never turns even when tool 1 is selected in DWC. Any ideas?

      Thanks

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        Please post your config.g, the results of M122 and M98 P"config.g"

        Z-Bot CoreXY Build | Thingiverse Profile

        adkingundefined 1 Reply Last reply Reply Quote 0
        • adkingundefined
          adking @Phaedrux
          last edited by

          @Phaedrux

          :; Configuration file for Duet 3 (firmware version 3)
          ; executed by the firmware on start-up
          ;
          ; generated by RepRapFirmware Configuration Tool v3.2.2 on Sat Jan 23 2021 09:40:29 GMT-0500 (Eastern Standard Time)

          ; General preferences
          G90 ; send absolute coordinates...
          M83 ; ...but relative extruder moves
          M550 P"ANYCUBIC MEGA X" ; set printer name

          ; Network
          M552 P192.168.2.1 S1 ; enable network and acquire dynamic address via DHCP
          M553 P255.255.255.0 ; subnet mask
          M586 P0 S1 ; enable HTTP
          M586 P1 S0 ; disable FTP
          M586 P2 S0 ; disable Telnet

          ; Drives
          M569 P0.0 S1 ; physical drive 0.0 goes forwards
          M569 P0.1 S1 ; physical drive 0.1 goes forwards
          M569 P0.2 S1 ; physical drive 0.2 goes forwards
          M569 P0.3 S1 ; physical drive 0.3 goes forwards
          M569 P0.4 S1 ; physical drive 0.4 goes forwards
          M569 P0.5 S0 ; physical drive 0.5 goes forwards
          M584 X0.0 Y0.1 Z0.2 E0.4:0.5 ; set drive mapping
          M350 X16 Y16 Z16 E16 E16 I1 ; configure microstepping with interpolation
          M92 X80.00 Y80.00 Z400.00 E420.00 E420.00 ; set steps per mm
          M566 X900.00 Y900.00 Z60.00 E120.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
          M203 X6000.00 Y6000.00 Z180.00 E1200.00 E1200.00 ; set maximum speeds (mm/min)
          M201 X500.00 Y500.00 Z20.00 E250.00 E250.00 ; set accelerations (mm/s^2)
          M906 X800 Y800 Z800 E800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
          M84 S30 ; Set idle timeout

          ; Axis Limits
          M208 X0 Y0 Z0 S1 ; set axis minima
          M208 X305 Y305 Z300 S0 ; set axis maxima

          ; Endstops
          M574 X1 S1 P"^io0.in" ; configure active-high endstop for low end on X via pin ^io0.in
          M574 Y1 S1 P"^io1.in" ; configure active-high endstop for low end on Y via pin ^io1.in
          M574 Z1 S1 P"^io2.in" ; configure active-high endstop for low end on Z via pin ^io2.in

          ; Z-Probe
          M558 P5 C"^io5.in" H5 F120 T6000 ; set Z probe type to switch and the dive height + speeds
          G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
          M556 S50 X0 Y0 Z0 ; set orthogonal axis compensation parameters
          M557 X15:215 Y15:195 S20 ; define mesh grid

          ; Heaters
          M308 S0 P"temp0" Y"thermistor" ;configure sensor 0 as thermistor on pin temp0
          M950 H0 C"out1" T0 ; create bed heater output on out0 and map it to sensor 0
          M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
          M140 H0 ; map heated bed to heater 0
          M143 H0 S180 ; set temperature limit for heater 0 to 160C
          M570 H0 P120

          M308 S1 P"spi.cs0" Y"thermocouple-max31856" ; configure sensor 1 as thermocouple on pin temp1
          M950 H1 C"out2" T1 ; create nozzle heater output on out1 and map it to sensor 1
          M307 H1 B0 S0.3 ; disable bang-bang mode for heater and set PWM limit
          M143 H1 S520 ; set temperature limit for heater 1 to 500C
          M570 H1 P120

          M308 S2 P"spi.cs1" Y"thermocouple-max31856" ; configure sensor 2 as PT1000 on pin temp2
          M950 H2 C"out3" T2 ; create nozzle heater output on out2 and map it to sensor 2
          M307 H2 B0 S0.3 ; disable bang-bang mode for heater and set PWM limit
          M143 H2 S520 ; set temperature limit for heater 2 to 500C
          m570 H1 P120
          M308 S3 P"temp1" Y"thermistor" ; configure sensor 3 as thermistor on pin temp2
          M950 H3 C"out4" T3 ; create chamber heater output on out3 and map it to sensor 3
          M307 H3 B0 S1.00 ; disable bang-bang mode for the chamber heater and set PWM limit
          M141 P0 H3 ; map chamber to heater 3
          M143 H3 S160 ; set temperature limit for heater 3 to 160C
          m570 H3 120
          M308 S4 P"temp2" Y"thermistor"
          M950 H4 C"out5" T4
          M307 H4 B0 S1.00
          M141 P1 H4
          M143 H4 S160
          M570 H4 P120

          ; Fans
          M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency
          M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
          M950 F1 C"out5" Q500 ; create fan 1 on pin out5 and set its frequency
          M106 P1 S0 H-1 ; set fan 1 value. Thermostatic control is turned off

          ;TOOLS
          M563 P0 S"MAIN EXTRUDER" D0.4 H1 F0 ; define tool 0
          G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
          G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
          M563 P1 S"SECONDARY EXTRUDER" D0.5 H2 F1 ; define tool 1
          G10 P1 X10 Y0 Z0
          G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C

          ; Custom settings

          ; Miscellaneous
          M575 P1 S1 B57600 ; enable support for PanelDue

          Phaedruxundefined 1 Reply Last reply Reply Quote 0
          • adkingundefined
            adking
            last edited by

            === Diagnostics ===
            RepRapFirmware for Duet 3 MB6HC version 3.01-RC9 running on Duet 3 MB6HC v1.01 or later
            Board ID: 08DJM-956L2-G43S4-6JKD4-3S46N-TU4ADUsed output buffers: 1 of 40 (17 max)
            === RTOS ===
            Static ram: 154572
            Dynamic ram: 162496 of which 60 recycled
            Exception stack ram used: 264
            Never used ram: 75824
            Tasks: NETWORK(ready,244) ETHERNET(blocked,444) HEAT(blocked,1184) CanReceiv(suspended,3824) CanSender(suspended,1484) CanClock(blocked,1428) TMC(blocked,216) MAIN(running,4220) IDLE(ready,80)
            Owned mutexes:
            === Platform ===
            Last reset 00:01:32 ago, cause: software
            Last software reset at 2021-03-03 16:44, reason: User, spinning module GCodes, available RAM 75824 bytes (slot 3)
            Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0444a000 BFAR 0x00000000 SP 0xffffffff Task 0x4e49414d
            Error status: 0
            Free file entries: 10
            SD card 0 detected, interface speed: 25.0MBytes/sec
            SD card longest block write time: 0.0ms, max retries 0
            MCU temperature: min 40.0, current 41.2, max 41.3
            Supply voltage: min 24.2, current 24.2, max 24.3, under voltage events: 0, over voltage events: 0, power good: yes
            12V rail voltage: min 12.1, current 12.2, max 12.3, under voltage events: 0
            Driver 0: standstill, reads 61844, writes 14 timeouts 0, SG min/max 0/0
            Driver 1: standstill, reads 61844, writes 14 timeouts 0, SG min/max 0/0
            Driver 2: standstill, reads 61845, writes 14 timeouts 0, SG min/max 0/0
            Driver 3: standstill, reads 61849, writes 11 timeouts 0, SG min/max 0/0
            Driver 4: standstill, reads 61846, writes 14 timeouts 0, SG min/max 0/0
            Driver 5: standstill, reads 61847, writes 14 timeouts 0, SG min/max 0/0
            Date/time: 2021-03-03 16:46:20
            Slowest loop: 5.12ms; fastest: 0.21ms
            === Move ===
            Hiccups: 0(0), FreeDm: 375, MinFreeDm: 375, MaxWait: 0ms
            Bed compensation in use: none, comp offset 0.000
            === MainDDARing ===
            Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
            === AuxDDARing ===
            Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1
            === Heat ===
            Bed heaters = 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamberHeaters = 3 4 -1 -1
            === GCodes ===
            Segments left: 0
            Movement lock held by null
            HTTP is idle in state(s) 0
            Telnet is idle in state(s) 0
            File is idle in state(s) 0
            USB is idle in state(s) 0
            Aux is idle in state(s) 0
            Trigger is idle in state(s) 0
            Queue is idle in state(s) 0
            LCD is idle in state(s) 0
            SBC is idle in state(s) 0
            Daemon is idle in state(s) 0
            Autopause is idle in state(s) 0
            Code queue is empty.
            === Network ===
            Slowest loop: 5.54ms; fastest: 0.03ms
            Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
            HTTP sessions: 1 of 8

            • Ethernet -
              State: active
              Error counts: 0 0 0 0 0
              Socket states: 5 2 2 2 2 0 0 0
              === CAN ===
              Messages sent 368, longest wait 0ms for type 0
              === Linux interface ===
              State: 0, failed transfers: 0
              Last transfer: 92140ms ago
              RX/TX seq numbers: 0/1
              SPI underruns 0, overruns 0
              Number of disconnects: 0
              Buffer RX/TX: 0/0-0
            1 Reply Last reply Reply Quote 0
            • adkingundefined
              adking
              last edited by

              @Phaedrux said in tool 2 extruder motor will not turn:

              M98 P"config.g"

              3/3/2021, 4:47:40 PM M98 P"config.g"
              Error: Bad command: :
              HTTP is enabled on port 80
              FTP is disabled
              TELNET is disabled
              Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
              Warning: Heater 3 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
              Heater 3 allowed excursion 15.0°C, fault trigger time 5.0 seconds
              Warning: Heater 4 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
              Error: Pin 'out4' is not free
              Error: Fan number 0 not found
              Error: Pin 'out5' is not free
              Error: Fan number 1 not found

              1 Reply Last reply Reply Quote 0
              • adkingundefined
                adking
                last edited by

                3/3/2021, 4:47:40 PM M98 P"config.g"
                Error: Bad command: :
                HTTP is enabled on port 80
                FTP is disabled
                TELNET is disabled
                Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
                Warning: Heater 3 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
                Heater 3 allowed excursion 15.0°C, fault trigger time 5.0 seconds
                Warning: Heater 4 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
                Error: Pin 'out4' is not free
                Error: Fan number 0 not found
                Error: Pin 'out5' is not free
                Error: Fan number 1 not found

                Phaedruxundefined 2 Replies Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator
                  last edited by

                  If you still have access to DWC. Upload this zip file in the system tab. Don't extract them. Reboot after. Use M115 to verify the firmware has been applied.

                  https://github.com/Duet3D/RepRapFirmware/releases/download/3.2.2/Duet2and3Firmware-3.2.2.zip

                  That will get your firmware and DWC up to date.

                  Then we shall see about the pin errors.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • adkingundefined
                    adking
                    last edited by

                    My extruders are on a test stand. On my M584 line when I switch the position of my E drives, drive 0.5 works and drive 0.4 does not.

                    1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator @adking
                      last edited by Phaedrux

                      @adking said in tool 2 extruder motor will not turn:

                      ;TOOLS
                      M563 P0 S"MAIN EXTRUDER" D0.4 H1 F0 ; define tool 0
                      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
                      G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
                      M563 P1 S"SECONDARY EXTRUDER" D0.5 H2 F1 ; define tool 1
                      G10 P1 X10 Y0 Z0
                      G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C

                      The extruders aren't working because the tools have the wrong numbers for the drives. Instead of D0.4 and D0.5 it should just be D0 and D1 for the first two extruder drives. You've used the driver addresses.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator @adking
                        last edited by

                        @adking said in tool 2 extruder motor will not turn:

                        Error: Bad command: :

                        I think this is because of a stray : at the start of your config.g

                        :; Configuration file for Duet 3 (firmware version 3)

                        Z-Bot CoreXY Build | Thingiverse Profile

                        1 Reply Last reply Reply Quote 0
                        • Phaedruxundefined
                          Phaedrux Moderator @adking
                          last edited by

                          @adking said in tool 2 extruder motor will not turn:

                          Error: Pin 'out4' is not free
                          Error: Fan number 0 not found
                          Error: Pin 'out5' is not free
                          Error: Fan number 1 not found

                          This is because you're trying to use out4 and out5 as heaters, and then also trying to use them as fans. What do you actually have connected where?

                          Z-Bot CoreXY Build | Thingiverse Profile

                          1 Reply Last reply Reply Quote 0
                          • adkingundefined
                            adking
                            last edited by

                            Problem solved, the D0 D1 solved it. Thank you very much. You have saved me a lot of time and effort.

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