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

    DUET WiFi E0 / E1 no workie - config?

    Scheduled Pinned Locked Moved Solved
    General Discussion
    5
    12
    972
    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.
    • rodekundefined
      rodek
      last edited by

      for the extruder to work the hot end must be 160deg or you could use a M302 to allow for cold extrusion.

      1 Reply Last reply Reply Quote 0
      • nurbieundefined
        nurbie
        last edited by

        Yes, this machine will be doing cold extrusion exclusively.
        Where would I enter the M302 value?

        1 Reply Last reply Reply Quote 0
        • DocTruckerundefined
          DocTrucker
          last edited by

          Put it at the end of your configuration file.

          Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

          1 Reply Last reply Reply Quote 0
          • nurbieundefined
            nurbie
            last edited by

            XYZ steppers appear to be energised and have LEDs on.
            That, and I know they work since I can control them through the GUI.

            Does the LED for E0 / E1 only light up if extrusion is called for in gcode?

            How can I test the E0 / E1 steppers to know that they are working /wired correctly?
            Is there some gcode I can load to test them?

            A Former User? 1 Reply Last reply Reply Quote 0
            • A Former User?
              A Former User @nurbie
              last edited by A Former User

              @nurbie said in DUET WiFi E0 / E1 no workie - config?:

              Does the LED for E0 / E1 only light up if extrusion is called for in gcode?

              LEDs are for the ends stops (and the two other E0/E1 leds are for the FETs)

              1 Reply Last reply Reply Quote 0
              • nurbieundefined
                nurbie
                last edited by

                How can I test the E0 / E1 steppers to know that they are working /wired correctly?

                How do I control them through the GUI/terminal?

                Any tests/ideas?

                dc42undefined 1 Reply Last reply Reply Quote 0
                • A Former User?
                  A Former User
                  last edited by

                  If you were to look up the M302 command you'd find you also need to specify which extruder to allow cold extruding for.

                  https://duet3d.dozuki.com/Wiki/Gcode#Section_M302_Allow_cold_extrudes

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

                    @nurbie said in DUET WiFi E0 / E1 no workie - config?:

                    How can I test the E0 / E1 steppers to know that they are working /wired correctly?

                    How do I control them through the GUI/terminal?

                    Any tests/ideas?

                    Select a tool that has an associated extruder. Either set that tool to have no associated heaters in your M563 tool definition command, or enable cold extrusion. Then the extruder buttons in DWC won't be greyed out.

                    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
                    • nurbieundefined
                      nurbie
                      last edited by

                      YES! Gracci dc42!

                      M563 P0 D0 S"LDM_01" did the trick! now testable via GUI.
                      Should there be a Duet LED (proximate to the connector like XYZs) showing that the E0 is energized?

                      M302's not sure if they made any changes but added them as backup.

                      NOW, on the getting the FSRs recognized by the Duet . . . (that's another forum post)

                      M563 P0 D0 S"LDM_01" ; create a named tool using extruder drive 0

                      M558 P5 X0 Y0 Z0 H15 F200 I1 ; FSR Settings
                      G31 P500 X0 Y0 Z-0.3 ; Probe trigger value and offsets
                      M270 I1 P1 S0.05 ; Enabled Probe doubletap w/ 0.05mm tolerance
                      M557 R140 S30 ; default bed mapping
                      M501 ; Load saved config values
                      T0 ; Select Tool 0

                      M302 ; Report current state
                      M302 P0 ; Allow cold extrusion
                      M375 ; Load height map

                      A Former User? 1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User @nurbie
                        last edited by

                        @nurbie said in DUET WiFi E0 / E1 no workie - config?:

                        Should there be a Duet LED (proximate to the connector like XYZs) showing that the E0 is energized?

                        Only if the heater or endstop is active.

                        1 Reply Last reply Reply Quote 0
                        • nurbieundefined
                          nurbie
                          last edited by

                          thanks m8

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