• Tags
  • Documentation
  • Order
  • Register
  • Login
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 @fcwilt
    last edited by 27 Jun 2022, 15:27

    @fcwilt

    M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
    M92 X40.00 Y40.00 Z2000.00 E420.00 ; set steps per mm
    ? 1 Reply Last reply 27 Jun 2022, 15:28 Reply Quote 0
    • ?
      A Former User @A Former User
      last edited by 27 Jun 2022, 15:28

      @droftarts I've been saving and rebooting after each change (after the last few changes, but not the first two).

      undefined 1 Reply Last reply 27 Jun 2022, 15:30 Reply Quote 1
      • undefined
        fcwilt @A Former User
        last edited by 27 Jun 2022, 15:28

        @mac said in I could use some help:

        @droftarts check out the existing M92 line.

        Hi mac.

        It seems you may have missed the post I made about the benefit of placing the M92 command before the M350 command.

        There is no downside to doing so and it allows you to make changes to the M350 command, if you wish to experiment, without having to change the M92 command, once the M92 command is correct for 16x micro-stepping.

        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
        • undefined
          fcwilt @A Former User
          last edited by 27 Jun 2022, 15:30

          @mac said in I could use some help:

          @droftarts I've been saving and rebooting after each change (after the last few changes, but not the first two).

          I see the problem with the M574 for the Z endstop.

          The command has an S2 when it should be S1.

          Edit and re-boot, then execute M119 again.

          We are close to getting homing working.

          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 27 Jun 2022, 15:32 Reply Quote 0
          • ?
            A Former User @fcwilt
            last edited by 27 Jun 2022, 15:32

            @fcwilt I'm still considering your M92 edit (moving it to ABOVE the M350 line). Can I simply copy and paste? Will the form renumber itself?

            undefined ? 2 Replies Last reply 27 Jun 2022, 15:33 Reply Quote 0
            • undefined
              fcwilt @A Former User
              last edited by 27 Jun 2022, 15:33

              @mac said in I could use some help:

              @fcwilt I'm still considering your M92 edit (moving it to ABOVE the M350 line). Can I simply copy and paste? Will the form renumber itself?

              Yes, you can cut-and-paste a line of code with no problems.

              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
                last edited by 27 Jun 2022, 15:33

                @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 S1 P"io2.in" ; configure Z-probe endstop for low end on Z
                undefined ? 2 Replies Last reply 27 Jun 2022, 15:34 Reply Quote 0
                • undefined
                  fcwilt @A Former User
                  last edited by 27 Jun 2022, 15:34

                  @mac said in I could use some help:

                  @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 S1 P"io2.in" ; configure Z-probe endstop for low end on Z

                  Great!

                  Now execute the M119 again and let us know what is reports.

                  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
                    last edited by 27 Jun 2022, 15:35

                    @droftarts new M119: X not stopped, Y not stopped, Z at min stop, Z probe not stopped

                    ? undefined 2 Replies Last reply 27 Jun 2022, 15:35 Reply Quote 0
                    • ?
                      A Former User @A Former User
                      last edited by 27 Jun 2022, 15:35

                      @droftarts the print head's six inches off the bed

                      undefined 1 Reply Last reply 27 Jun 2022, 15:38 Reply Quote 0
                      • undefined
                        fcwilt @A Former User
                        last edited by 27 Jun 2022, 15:36

                        @mac said in I could use some help:

                        @droftarts new M119: X not stopped, Y not stopped, Z at min stop, Z probe not stopped

                        Great!

                        Notice that it says Z at min stop - was the Z endstop switch actually closed when you ran the M119?

                        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 27 Jun 2022, 15:39 Reply Quote 0
                        • undefined
                          fcwilt @A Former User
                          last edited by 27 Jun 2022, 15:38

                          @mac said in I could use some help:

                          @droftarts the print head's six inches off the bed

                          I just asked a related question about the Z endstop switch.

                          Now you need to find a way to execute the M119 while both the X and Y endstop switches are closed - maybe with a bit of tape or a rubber band?

                          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 27 Jun 2022, 15:40 Reply Quote 0
                          • ?
                            A Former User @fcwilt
                            last edited by 27 Jun 2022, 15:39

                            @fcwilt the only thing that would close the z endstop is if the X axis came down and closed it.

                            undefined 1 Reply Last reply 27 Jun 2022, 15:41 Reply Quote 0
                            • ?
                              A Former User @fcwilt
                              last edited by 27 Jun 2022, 15:40

                              @fcwilt wait, fcwilt? not droftarts? jeeze you guys are ganging up on me!

                              ? undefined 2 Replies Last reply 27 Jun 2022, 15:42 Reply Quote 0
                              • undefined
                                fcwilt @A Former User
                                last edited by 27 Jun 2022, 15:41

                                @mac said in I could use some help:

                                @fcwilt the only thing that would close the z endstop is if the X axis came down and closed it.

                                OK that's good to know.

                                If the white wire is actually connected to the NO connection of the Z endstop switch it should not be indicating Z at min stop.

                                Find a way to close the Z endstop switch and execute M119.

                                I want to see if it still reports Z at min stop or if it reports something different.

                                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 27 Jun 2022, 15:46 Reply Quote 0
                                • ?
                                  A Former User @A Former User
                                  last edited by 27 Jun 2022, 15:42

                                  @droftarts @fcwilt if we're going to work on this together, I need to know you two are in agreement before I do anything.

                                  Do you both agree that I should tape X and Y closed? Then M119 again?

                                  undefined undefined 2 Replies Last reply 27 Jun 2022, 15:44 Reply Quote 0
                                  • undefined
                                    fcwilt @A Former User
                                    last edited by 27 Jun 2022, 15:43

                                    @mac said in I could use some help:

                                    @fcwilt wait, fcwilt? not droftarts? jeeze you guys are ganging up on me!

                                    No - it just gets confusing when posts overlap in time.

                                    I'm typing, your typing, droftarts is typing - and things get a bit out of order - time wise.

                                    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
                                    • undefined
                                      fcwilt @A Former User
                                      last edited by 27 Jun 2022, 15:44

                                      @mac said in I could use some help:

                                      @droftarts @fcwilt if we're going to work on this together, I need to know you two are in agreement before I do anything.

                                      Do you both agree that I should tape X and Y closed? Then M119 again?

                                      Mac! You've cut me to the quick! Have you no faith in me! 😉

                                      I've only been doing this stuff for years.

                                      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 27 Jun 2022, 15:47 Reply Quote 0
                                      • ?
                                        A Former User @fcwilt
                                        last edited by 27 Jun 2022, 15:46

                                        @fcwilt @droftarts I closed the z-endstop with my left finger, and hit M110 Send with my right finger. M119 reported Z: at end stop, Z probe: not stopped.

                                        I'm not making this up, guys.

                                        undefined 1 Reply Last reply 27 Jun 2022, 15:52 Reply Quote 0
                                        • ?
                                          A Former User @fcwilt
                                          last edited by 27 Jun 2022, 15:47

                                          @fcwilt @droftarts I'm just trying to be respectful to Ian and you.

                                          1 Reply Last reply Reply Quote 1
                                          166 out of 682
                                          • First post
                                            166/682
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA