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

    Auto Level Question/Issue?

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    44
    3.8k
    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.
    • jkdpundefined
      jkdp
      last edited by

      Yes I had s4 and still not getting any leadscrew adjustments only the "Bed equation fits points [0.0, 0.0, 0.026] [0.0, 720.0, -0.016] [650.0, 720.0, 0.155] [650.0, 0.0, 0.018]" parameter.

      They've been turning out pretty good, a few settings left to adjust with the retraction settings and have a slight wobble in 2 screws, have 2 more coming in, just waiting to change them out.
      thanks

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        I think I need to ask for clarification on what you're expecting to happen, because I'm not sure really.

        You say you want to get your motors back into sync, but don't want to home to zmax with endstops due to the time it takes to travel.

        You're using G32 to run bed.g before a print and loading a heightmap for grid compensation with g29 s1.

        What are you expecting G32 (bed.g) to do? When it runs do you see the z motors turning at all?
        When the print starts, do you see the z motors turning to compensate for the bed surface? (G29)

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • jkdpundefined
          jkdp
          last edited by

          what I want to happen is lets just say new build. I want to run g28 home, all axes, then a g29 to prepare a heightmap and then run g32 before a print to sync my motors so they are perfectly plane. and then start a print.

          when I run g32 the z motors are turning, when a [print starts it does compensate for bed surface. but What I want to know is why it does not level the motors prior to a print when I run g32, even if I run it numerous times it does not show me different parameters.

          1 Reply Last reply Reply Quote 0
          • jkdpundefined
            jkdp
            last edited by

            basically I want the leadscrew adjustment to be made prior to printing

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

              @jkdp said in Auto Level Question/Issue?:

              I already have the s4 command

              m561
              G28 ; home
              M401 ; deploy Z probe
              G30 P0 X5 Y5 Z-99999 ;probe near front right (FR) lead screw
              G30 P1 X5 Y720 Z-99999 ;probe near rear right (RR) lead screw
              G30 P2 X650 Y720 Z-99999 ;probe near real left (RL) lead screw
              G30 P3 X650 Y5 Z-99999 S4 ;probe near a front left (FL)
              G30 p4 X325 Y350 z-99999
              M402 ; retract probe
              G29 S1

              You are defining 5 probe points and using S4 on the last-but-one. So the final probe point will be ignored. You should either delete the final (G30 p4) point, or move the S4 parameter to that one.

              However, I am not sure that is causing the problem. Please run M671 without parameters and check the response, to ensure that your M671 command in config.g was accepted.

              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
              • jkdpundefined
                jkdp
                last edited by

                SOME PROGRESS!! got this msg:

                10‎:‎09‎:‎58‎ ‎PM
                M671 Z leadscrew coordinates are not configured

                1 Reply Last reply Reply Quote 0
                • jkdpundefined
                  jkdp
                  last edited by

                  I think my error be in my mapping or in my lead screw position if someone can look over that.

                  1 Reply Last reply Reply Quote 0
                  • jkdpundefined
                    jkdp
                    last edited by

                    in the "settings" tab - under "Machine Properties" shouldn't all 4 z motors be 0_1534040600645_de.png listed there?

                    1 Reply Last reply Reply Quote 0
                    • jkdpundefined
                      jkdp
                      last edited by

                      is the location of my m671 command in my config.g file in the correct location I do have it after the m669 and m667 but....

                      1 Reply Last reply Reply Quote 0
                      • jkdpundefined
                        jkdp
                        last edited by

                        I found the problem. Stupid user error... I've been battling with this past 3 months.....

                        M671 X:-150:-150:800:800 Y-10:850:850:-10 S1

                        I have a : in front of the x axis coordinate X:-150

                        Ugh...

                        But Thank you very much guys administrator and Phaedrux wouldn't have been able to figure this one out without you guys.

                        1 Reply Last reply Reply Quote 2
                        • jkdpundefined
                          jkdp
                          last edited by

                          also one other question should I have

                          M92 X160 Y80 Z1605 E418 ; Set steps per mm

                          or should I have this

                          M92 X160 Y80 Z1605:1605:1605:1605 E418 ; Set steps per mm

                          with the same idea for all parameters with z axis movement settings with-in config.sys

                          1 Reply Last reply Reply Quote 0
                          • jkdpundefined
                            jkdp
                            last edited by

                            correction config.g

                            1 Reply Last reply Reply Quote 0
                            • jkdpundefined
                              jkdp
                              last edited by

                              ALSO one other thing now when I run g32 I get the leadscrew adjustment made 🙂 but I am not able to see a heigh map from the gui.??

                              1 Reply Last reply Reply Quote 0
                              • Phaedruxundefined
                                Phaedrux Moderator
                                last edited by

                                Do you mean g29?

                                Can you view the height map in the DWC?

                                Z-Bot CoreXY Build | Thingiverse Profile

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

                                  You need only one Z motor current in your M906 command. It will be applied to all the Z motors.

                                  To generate a height map, you must run G29.

                                  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
                                  • jkdpundefined
                                    jkdp
                                    last edited by

                                    yes I do have the height map with g29 thanks again guys

                                    1 Reply Last reply Reply Quote 0
                                    • jkdpundefined
                                      jkdp
                                      last edited by

                                      0_1534393062450_WIN_20180816_00_08_38_Pro.jpg

                                      a finished print, in case any one wanted to see it.

                                      Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                      • jkdpundefined
                                        jkdp
                                        last edited by

                                        On another note, I"ve started printing a low poly waitier hands. ANd am seeing a lot of ringing and cannot eliminate it no matter what I try. I did notice it on my t-rex from MakerBot which scaled and printed beautifully, but because there were many small curvatures the to form the skull ur not able to see them as clearly. But they are there, visibly. some pics of the ringing with the low poly waiter hands. any advice, I've played around with jerk and accelrations and speeds from 50mm/s-200mm/s. and cannot get rid of the ringing.0_1534393541484_WIN_20180816_00_25_19_Pro.jpg

                                        adjusting

                                        Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                        • Phaedruxundefined
                                          Phaedrux Moderator @jkdp
                                          last edited by

                                          @jkdp said in Auto Level Question/Issue?:

                                          0_1534393062450_WIN_20180816_00_08_38_Pro.jpg

                                          a finished print, in case any one wanted to see it.

                                          That is massive! What are you going to do with it?

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          1 Reply Last reply Reply Quote 0
                                          • Phaedruxundefined
                                            Phaedrux Moderator @jkdp
                                            last edited by

                                            @jkdp have you seen the release notes for 2.02 beta?

                                            https://forum.duet3d.com/topic/6405/new-beta-firmware-2-02beta1

                                            Dynamic Acceleration Adjustment (DAA). This is an experimental feature that adjusts the acceleration and deceleration of moves independently, to minimise excitation of mechanical resonance at a specified frequency, thereby reducing ringing. By default this feature is disabled. Use the M593 command to enable and configure it.

                                            Z-Bot CoreXY Build | Thingiverse Profile

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