• 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.6k
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 28 Jun 2022, 03:14

    @fcwilt I'm looking at the Status window? Y is currently at 34.5.

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

      @fcwilt I just moved the bed FORWARDS. Y is now at 124.5.

      1 Reply Last reply Reply Quote 0
      • undefined
        fcwilt @A Former User
        last edited by 28 Jun 2022, 03:16

        @mac said in I could use some help:

        @fcwilt okay, I did a test. I clicked on Y-50 twice. That took the rear of the bed to the endstop (it hit it, versus touching it and backing away).

        Where did the test start from? The fact that -100 took the rear of the bed to the endstop tells us nothing without knowing where the bed started from.

        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 28 Jun 2022, 03:22 Reply Quote 0
        • undefined
          fcwilt @A Former User
          last edited by fcwilt 28 Jun 2022, 03:17

          @mac said in I could use some help:

          @fcwilt I'm looking at the Status window? Y is currently at 34.5.

          You cannot trust those numbers until you are absolutely sure the 100 is the correct value for Y in M92.

          If M92 values are off everything the printer "says" and does will be off.

          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 @fcwilt
            last edited by 28 Jun 2022, 03:22

            @fcwilt okay, here's something, I moved the Y-axis as far forwards as it would go. Status is saying I'm at 220.00.

            The nozzle is 59 mm in front of the rear of the bed. So, for the nozzle to be at the back of the bed, the front of the bed has to go another 59mm. At which point Status should say Y is at 279.0.

            ? undefined 2 Replies Last reply 28 Jun 2022, 03:23 Reply Quote 0
            • ?
              A Former User @A Former User
              last edited by 28 Jun 2022, 03:23

              @fcwilt I understand what you're saying about how the numbers have to be exact. Being close would be a good beginning to that journey, I think.

              ? 1 Reply Last reply 28 Jun 2022, 03:26 Reply Quote 0
              • ?
                A Former User @A Former User
                last edited by 28 Jun 2022, 03:26

                @fcwilt I just moved the nozzle to where I'd like the front of the bed to be. Status is reporting 62.0. I moved the bed as far forwards as it would go. I'm at 220.0 according to status, but I have another 59mm to go.

                ? 1 Reply Last reply 28 Jun 2022, 03:32 Reply Quote 0
                • ?
                  A Former User @A Former User
                  last edited by 28 Jun 2022, 03:32

                  @fcwilt im sorry this is so frustrating. For me as well. But based on what we’ve learned, I’m starting to see the problem spatially. So that’s helpful, to me, at least.

                  undefined 1 Reply Last reply 28 Jun 2022, 03:35 Reply Quote 0
                  • undefined
                    fcwilt @A Former User
                    last edited by fcwilt 28 Jun 2022, 03:33

                    @mac said in I could use some help:

                    @fcwilt okay, here's something, I moved the Y-axis as far forwards as it would go. Status is saying I'm at 220.00.

                    The nozzle is 59 mm in front of the rear of the bed. So, for the nozzle to be at the back of the bed, the front of the bed has to go another 59mm. At which point Status should say Y is at 279.0.

                    Yes, one of the things I am trying to determine is if the M208 values you are using are correct.

                    As I mentioned if they are off then my homing code is off and will not work.

                    Here is what needs to be done.

                    • double or triple check that jogging Y by a specified distance moves that distance when measured with a ruler. You cannot use the readout from the DWC.
                    • once you are absolutely sure you can use the Y jog buttons to move known amounts we can then determine the max travel on the Y axis.
                    • once we know that we can determine if the M208 values for the Y axis are correct.

                    To use jogging of Y to measure the max travel of Y is simple:

                    • execute M564 H0 S0 (from the DWC console is fine) so you can jog the entire axis without being limited by the current M208 limits
                    • jog the bed as far back as possible
                    • execute G92 Y0
                    • jog the bed as far forward as possible
                    • read the current Y position as displayed by the DWC

                    Report the results. Fingers crossed again.

                    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 28 Jun 2022, 03:35

                      @mac said in I could use some help:

                      @fcwilt im sorry this is so frustrating. For me as well. But based on what we’ve learned, I’m starting to see the problem spatially. So that’s helpful, to me, at least.

                      It can be tricky and sometimes it is hard to wrap your head around all the interacting bits.

                      IF I was sitting with you at the computer this whole thing would have been finished in about an hour. But having to communicate back and forth slows things down.

                      But we are getting closer.

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

                        @fcwilt yes, I agree, we are. I’ll use a metal ruler I have. It hasn’t changed in 70 years.

                        undefined 1 Reply Last reply 28 Jun 2022, 03:42 Reply Quote 0
                        • undefined
                          fcwilt @A Former User
                          last edited by fcwilt 28 Jun 2022, 03:42

                          @mac said in I could use some help:

                          @fcwilt yes, I agree, we are. I’ll use a metal ruler I have. It hasn’t changed in 70 years.

                          DRAT and DOUBLE DRAT.

                          I posted M92 when it should have been G92.

                          DO NOT ENTER M92 Y0.

                          IF you do just re-boot the machine and be sure and use G92 and the specified point in the process.

                          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 28 Jun 2022, 03:45 Reply Quote 1
                          • ?
                            A Former User @fcwilt
                            last edited by 28 Jun 2022, 03:45

                            @fcwilt sorry? are you saying that the changes I made to Y were supposed to be in another line?

                            ? undefined 2 Replies Last reply 28 Jun 2022, 03:47 Reply Quote 0
                            • ?
                              A Former User @A Former User
                              last edited by 28 Jun 2022, 03:47

                              @fcwilt where's this G92?

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                fcwilt @A Former User
                                last edited by 28 Jun 2022, 03:49

                                @mac said in I could use some help:

                                @fcwilt sorry? are you saying that the changes I made to Y were supposed to be in another line?

                                This part here:

                                To use jogging of Y to measure the max travel of Y is simple:
                                - execute M564 H0 S0 (from the DWC console is fine) so you can jog the entire axis without being limited by the current M208 limits
                                - jog the bed as far back as possible
                                - execute G92 Y0
                                - jog the bed as far forward as possible
                                - read the current Y position as displayed by the DWC

                                The G92 above was original posted as M92 which was wrong, wrong, wrong and would have messed up the entire process.

                                I have corrected the original post and re-posted it here.

                                As long as you have not started this process listed above all is good.

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

                                  @fcwilt I haven't even started measuring again. I did turn the printer off so I could move the bed back to the end-stop. I'd like to use that 0-point to measure from. But getting to it is brutal!

                                  undefined ? 2 Replies Last reply 28 Jun 2022, 03:55 Reply Quote 0
                                  • undefined
                                    fcwilt @A Former User
                                    last edited by 28 Jun 2022, 03:55

                                    @mac said in I could use some help:

                                    @fcwilt I haven't even started measuring again. I did turn the printer off so I could move the bed back to the end-stop. I'd like to use that 0-point to measure from. But getting to it is brutal!

                                    Understood.

                                    And it's true that the longer move you measure the less slight inaccuracies in the measurement will affect the results.

                                    One good measurement is all you should need to verify the the Y setting of 100 in the M92 command is the correct value for your printer.

                                    At least my mistake with G92 was corrected in time and you didn't get messed up by it. That's a relief.

                                    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 A Former User 28 Jun 2022, 04:03

                                      @fcwilt OKAY, I've moved the bed back, right to the point where the endstop clicks. I've taped the metal ruler to the frame. The beginning of the measure is absolutely lining up with the very back of the metal bed.

                                      So, I had to Home Y to get the machine movement points back. The bed was already right at the switch, but it decided to pound on the motor for a bit, then it stopped.

                                      With the movement buttons back, I jogged the bed forwards 10 times (Y+10 each time). The front of the bed is at 12 and 7/8 right now. If it had started at the endstop, I think it would be at 13 inches exactly right now.

                                      ? undefined 2 Replies Last reply 28 Jun 2022, 04:07 Reply Quote 0
                                      • ?
                                        A Former User @A Former User
                                        last edited by 28 Jun 2022, 04:07

                                        @fcwilt 13 inches of travel is 300mm. We're talking round numbers, Frederick!

                                        1 Reply Last reply Reply Quote 0
                                        • undefined
                                          fcwilt @A Former User
                                          last edited by fcwilt 28 Jun 2022, 04:07

                                          @mac said in I could use some help:

                                          @fcwilt OKAY, I've moved the bed back, right to the point where the endstop clicks. I've taped the metal ruler to the frame. The beginning of the measure is absolutely lining up with the very back of the metal bed.

                                          So, I had to Home Y to get the machine movement points back. The bed was already right at the switch, but it decided to pound on the motor for a bit, then it stopped.

                                          With the movement buttons back, I jogged the bed forwards 10 times (Y+10 each time). The front of the bed is at 12 and 7/8 right now. If it had started at the endstop, I think it would be at 13 inches exactly right now.

                                          I really don't quite understand what you did but that doesn't matter as long as...

                                          You are satisfied that the Y value of 100 for M92 in the config.g file is correct.

                                          If you are we can proceed to measure the Y axis.

                                          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 28 Jun 2022, 04:08 Reply Quote 0
                                          342 out of 682
                                          • First post
                                            342/682
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA