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

    I could use some help

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    11
    682
    63.5k
    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.
    • A Former User?
      A Former User @droftarts
      last edited by

      @droftarts I actually understand what you just wrote. Thanks!

      1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @A Former User
        last edited by

        @mac said in I could use some help:

        @fcwilt on RRF Config Tool, Endstop Configuration, X-Switch-High end, Y-Switch-High end, Z-Z-probe-Low end.

        Change to?

        Sorry, I don't use that tool.

        You posted part of your config.g file showing M574 X2 S1 and M574 Y2 S1.

        If your endstops are, in fact, at the low (min) end of the X and Y axes, X2 needs to be X1 and Y2 needs to be Y1.

        Just edit your config.g file in the DWC editor. No need to use the config tool for such simple changes.

        Frederick

        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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

          @droftarts I typed that into the command line, and sent it (somewhere). What should I have done after that?

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

            @mac M92 X40.00 Y40.00 Z2000.00 E420.00

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

              @droftarts and to confirm if that M92 command worked, I need to Home X again, correct?

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

                @droftarts The M92 command lowered then raised the X-axis. The printhead shimmied side to side, but that's it.

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

                  @fcwilt What should the P for the Z be?

                  fcwiltundefined A Former User? 2 Replies Last reply Reply Quote 0
                  • fcwiltundefined
                    fcwilt @A Former User
                    last edited by

                    @mac said in I could use some help:

                    @fcwilt What should the P for the Z be?

                    I don't know. You said at one point you had a Z endstop. You must have connected it to some input pin.

                    Is it still connected to that same pin?

                    Frederick

                    Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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

                      @droftarts

                      ; Endstops
                      M574 X1 S1 P"!io5.in"                              ; configure switch-type (e.g. microswitch) endstop for high end on X via pin !io5.in
                      M574 Y1 S1 P"!io6.in"                              ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin !io6.in
                      M574 Z1 S2                                         ; configure Z-probe endstop for low end on Z
                      
                      A Former User? 1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User @A Former User
                        last edited by

                        @mac whoa, I did it!

                        fcwiltundefined 1 Reply Last reply Reply Quote 0
                        • fcwiltundefined
                          fcwilt @A Former User
                          last edited by

                          @mac said in I could use some help:

                          @mac whoa, I did it!

                          You did what?

                          Frederick

                          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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

                            @fcwilt I got the code to appear like you did, with the black background.

                            A Former User? fcwiltundefined 2 Replies Last reply Reply Quote 0
                            • A Former User?
                              A Former User @A Former User
                              last edited by

                              @droftarts I also saw the Save button in the X 0:/sys/config.g ? G-Code Reference (disk image) Save

                              1 Reply Last reply Reply Quote 0
                              • fcwiltundefined
                                fcwilt @A Former User
                                last edited by fcwilt

                                @mac said in I could use some help:

                                @fcwilt I got the code to appear like you did, with the black background.

                                You are making good progress!

                                Now with the endstops configured what we believe to be correct you can check their operation using the Object Model Browser.

                                You did get that up and running didn't you? I think I recall you did.

                                Or you can execute M119 from the DWC console and it will display the state of the endstops.

                                To verify their operation you have to find a way to hold them closed so you can execute the M119 and see what is reported.

                                And, of course, you want to execute M119 when they are not closed to see what is reported.

                                Frederick

                                Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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

                                  @fcwilt The Z Endstop is plugged into io_2 (right above i0_3, which is the BLTouch). The green wire is attached to GND (middle hole), and the white wire is attached to io2. in.

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

                                    @fcwilt I have to go feed my daughter's horse. Back in twenty.

                                    1 Reply Last reply Reply Quote 0
                                    • fcwiltundefined
                                      fcwilt @A Former User
                                      last edited by

                                      @mac said in I could use some help:

                                      @fcwilt The Z Endstop is plugged into io_2 (right above i0_3, which is the BLTouch). The green wire is attached to GND (middle hole), and the white wire is attached to io2. in.

                                      Then the command should be:

                                      M574 Z1 S1 P"!io2.in" but using the ! character assumes you have connected the white wire to the NC connection on the endstop switch.

                                      If you HAVE NOT connected the wire to the NC connection of the endstop switch DO NO include the ! character.

                                      And then we need to us M119 to verify the operation of each endstop switch to be sure they are working and generating the correct states for closed and open.

                                      Frederick

                                      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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

                                        @fcwilt The WHITE WIRE is connected to the NO.

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

                                          @droftarts

                                          ; Endstops
                                          M574 X1 S1 P"!io5.in"                              ; configure switch-type (e.g. microswitch) endstop for high end on X via pin !io5.in
                                          M574 Y1 S1 P"!io6.in"                              ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin !io6.in
                                          M574 Z1 S2 P"io2.in"                                       ; configure Z-probe endstop for low end on Z
                                          
                                          A Former User? 1 Reply Last reply Reply Quote 0
                                          • A Former User?
                                            A Former User @A Former User
                                            last edited by

                                            @droftarts I LOVE doing that!

                                            fcwiltundefined A Former User? 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA