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

    Extruder Stepper not responding

    Scheduled Pinned Locked Moved Solved
    General Discussion
    5
    14
    347
    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.
    • mlbuxbaum123undefined
      mlbuxbaum123
      last edited by

      @jay_s_uk said in Extruder Stepper not responding:

      @mlbuxbaum123 post your config.
      If the extrusion control is greyed out, do you have a tool selected?

      how do i post config file the right way?

      engikeneerundefined Norderundefined 2 Replies Last reply Reply Quote 0
      • Norderundefined
        Norder @mlbuxbaum123
        last edited by Norder

        @mlbuxbaum123
        However, it is only possible to extrude the filament at a hot end temperature of 160°C. The retraction of the filament only from 90°C.
        All that only when the tool is activated, i.e. click once on the name of the HotEnd in the DWC.
        Before that, the entire function is grayed out.

        Google Translate
        -- Original Text --

        Es wird aber erst bei einer HotEnd Temperatur von 160°C möglich das Filament zu extrudieren. Das zurückziehen des Filaments erst ab 90°C.
        Alles dass erst wenn das Werkzeug aktiviert ist, also einmal auf den Namen des HotEnd im DWC klicken.
        Vorher ist die gesamte Funktion ausgegraut.

        1 Reply Last reply Reply Quote 0
        • mlbuxbaum123undefined
          mlbuxbaum123 @jay_s_uk
          last edited by

          @jay_s_uk
          dashboard says EXTRUDER DRiVE as DRIVE 0
          Config file for drives says
          ; Drives
          M569 P0 S0 ; physical drive 0 (X AXIS) goes S0=backwards, S1=forwards
          M569 P1 S0 ; physical drive 1 (Y AXIS) goes S0=backwards, S1=forwards
          M569 P2 S0 ; physical drive 2 (Z AXIS) goes S0=backwards, S1=forwards
          M569 P3 S1 ; physical drive 3 goes S0=backwards, S1=forwards
          M584 X0 Y1 Z2 E3 ; set drive mapping
          M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
          M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm
          M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
          M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
          M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
          M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
          M84 S30 ; Set idle timeout

          1 Reply Last reply Reply Quote 0
          • mlbuxbaum123undefined
            mlbuxbaum123 @deckingman
            last edited by

            @deckingman said in Extruder Stepper not responding:

            @mlbuxbaum123 There are lots of possible reasons but with the very limited information provided, I can only make an informed guess. The most common reason is that by default, extrusion is prohibited until the hot end is heated. The next most common reason is that no tool is selected. The third most common reason is that the tool has not been configured to use the correct extruder drive. I could continue but you get the idea. For testing purposes, without any filament loaded, you could try sending M302 P1 via the console which will allow cold extrudes. https://docs.duet3d.com/User_manual/Reference/Gcodes#m302-allow-cold-extrudes

            If that doesn't allow you to extrude, then you'll need to post your complete config.g file.

            (This all assumes that you've checked the wiring and tested the motor).

            ; Configuration file for Duet WiFi (firmware version 3.3)
            ; executed by the firmware on start-up
            ;
            ; generated by RepRapFirmware Configuration Tool v3.3.13 on Thu Sep 22 2022 07:04:13 GMT-0400 (Eastern Daylight Time)

            ; General preferences
            M575 P1 S1 B57600 ; enable support for PanelDue
            G90 ; send absolute coordinates...
            M83 ; ...but relative extruder moves
            M550 P"My Printer" ; set printer name
            M669 K1 ; select CoreXY mode

            ; Network
            M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
            M586 P0 S1 ; enable HTTP
            M586 P1 S0 ; disable FTP
            M586 P2 S0 ; disable Telnet

            ; Drives
            M569 P0 S0 ; physical drive 0 (X AXIS) goes S0=backwards, S1=forwards
            M569 P1 S0 ; physical drive 1 (Y AXIS) goes S0=backwards, S1=forwards
            M569 P2 S0 ; physical drive 2 (Z AXIS) goes S0=backwards, S1=forwards
            M569 P3 S1 ; physical drive 3 goes S0=backwards, S1=forwards
            M584 X0 Y1 Z2 E3 ; set drive mapping
            M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
            M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm
            M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
            M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
            M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
            M906 X800 Y800 Z800 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 X300 Y300 Z285 S0 ; set axis maxima

            ; Endstops
            M574 X1 S1 P"!xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
            M574 Y1 S1 P"!ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
            M574 Z1 S2 ; configure Z-probe endstop for low end on Z

            ; Z-Probe
            M558 P5 C"!zprobe.in" H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds
            G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
            M557 X15:215 Y15:195 S20 ; define mesh grid

            ; Heaters
            M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
            M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
            M307 H0 R0.168 K0.302:0.000 D2.11 E1.35 S1.00 B0 ; disable bang-bang mode for the bed heater and set PWM limit
            M140 H0 ; map heated bed to heater 0
            M143 H0 S120 ; set temperature limit for heater 0 to 120C
            M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
            M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
            M307 H1 R2.148 K0.388:0.000 D6.07 E1.35 S1.00 B0 V12.0 ; disable bang-bang mode for heater and set PWM limit
            M143 H1 S280 ; set temperature limit for heater 1 to 280C

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

            ; Tools
            M563 P0 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

            ; Custom settings are not defined

            ; Miscellaneous
            M501 ; load saved parameters from non-volatile memory
            M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

            jay_s_ukundefined 1 Reply Last reply Reply Quote 0
            • engikeneerundefined
              engikeneer @mlbuxbaum123
              last edited by

              @mlbuxbaum123 copy paste the text in a reply here.

              You can also use the code snippet tool on the forum to make it easier to read. It's the </> symbol by Bold and Italic. Makes the code look like this

              M552 S2 ; comment
              

              E3D TC with D3Mini and Toolboards.
              Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
              i3 clone with a bunch of mods

              1 Reply Last reply Reply Quote 0
              • Norderundefined
                Norder @mlbuxbaum123
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @mlbuxbaum123
                  last edited by

                  @mlbuxbaum123 config looks good. just add T0 to the end of your config on its own line

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                  mlbuxbaum123undefined 1 Reply Last reply Reply Quote 0
                  • mlbuxbaum123undefined
                    mlbuxbaum123 @jay_s_uk
                    last edited by

                    @jay_s_uk at the very end of the config file? Below the M911 S10 line?

                    jay_s_ukundefined deckingmanundefined 2 Replies Last reply Reply Quote 0
                    • jay_s_ukundefined
                      jay_s_uk @mlbuxbaum123
                      last edited by

                      @mlbuxbaum123 yep

                      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                      1 Reply Last reply Reply Quote 0
                      • deckingmanundefined
                        deckingman @mlbuxbaum123
                        last edited by

                        @mlbuxbaum123 Actually, your config.g does not look good.

                        This line "M563 P0 H1 F0 ; define tool 0" is missing a drive number. Try this

                        M563 P0 D0 H1 F0

                        Ian
                        https://somei3deas.wordpress.com/
                        https://www.youtube.com/@deckingman

                        mlbuxbaum123undefined 1 Reply Last reply Reply Quote 2
                        • mlbuxbaum123undefined
                          mlbuxbaum123 @deckingman
                          last edited by

                          @deckingman YES !!!!!! that worked ! Just had to reverse direction of that motor in the config file as well !! THANK YOU !!

                          1 Reply Last reply Reply Quote 0
                          • Phaedruxundefined Phaedrux marked this topic as a question
                          • Phaedruxundefined Phaedrux has marked this topic as solved
                          • First post
                            Last post
                          Unless otherwise noted, all forum content is licensed under CC-BY-SA