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

    Ender 5 Plus with dual z calibration

    Scheduled Pinned Locked Moved
    General Discussion
    3
    53
    3.0k
    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.
    • nightmare90gtundefined
      nightmare90gt
      last edited by

      @Veti ; homeall.g
      ; called to home all axes
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 30 2020 16:34:31 GMT+0200 (Central European Summer Time)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G1 H1 X-325 Y-355 F1800 ; move quickly to X or Y endstop and stop there (first pass)
      G1 H1 X-325 ; home X axis
      G1 H1 Y-355 ; home Y axis
      G1 X5 Y5 F6000 ; go back a few mm
      G1 H1 X-325 F360 ; move slowly to X axis endstop once more (second pass)
      G1 H1 Y-355 ; then move slowly to Y-axis endstop
      G90 ; absolute positioning
      G1 X150 Y150 F6000 ; go to the middle of the bed and home Z
      G30 ; home Z by probing the bed

      ; Uncomment the following lines to lift Z after probing
      ;G91 ; relative positioning
      ;G1 Z5 F100 ; lift Z relative to current position
      ;G90 ; absolute positioning

      ; homex.g
      ; called to home the X axis
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 30 2020 16:34:31 GMT+0200 (Central European Summer Time)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G1 H1 X-325 F1800 ; move quickly to X axis endstop and stop there (first pass)
      G1 X5 F6000 ; go back a few mm
      G1 H1 X-325 F360 ; move slowly to X axis endstop once more (second pass)
      G1 H2 Z-5 F6000 ; lower Z again
      G90 ; absolute positioning

      ; homey.g
      ; called to home the Y axis
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 30 2020 16:34:31 GMT+0200 (Central European Summer Time)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G1 H1 Y-355 F1800 ; move quickly to Y axis endstop and stop there (first pass)
      G1 Y5 F6000 ; go back a few mm
      G1 H1 Y-355 F360 ; move slowly to Y axis endstop once more (second pass)
      G1 H2 Z-5 F6000 ; lower Z again
      G90 ; absolute positioning

      ; homey.g
      ; called to home the Y axis
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 30 2020 16:34:31 GMT+0200 (Central European Summer Time)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G1 H1 Y-355 F1800 ; move quickly to Y axis endstop and stop there (first pass)
      G1 Y5 F6000 ; go back a few mm
      G1 H1 Y-355 F360 ; move slowly to Y axis endstop once more (second pass)
      G1 H2 Z-5 F6000 ; lower Z again
      G90 ; absolute positioning

      ; homez.g
      ; called to home the Z axis
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Sep 30 2020 16:34:31 GMT+0200 (Central European Summer Time)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G90 ; absolute positioning
      G1 X19.186 Y-2.504999999999999 F6000 ; go to first probe point
      G30 ; home Z by probing the bed

      ; Uncomment the following lines to lift Z after probing
      ;G91 ; relative positioning
      ;G1 Z5 F100 ; lift Z relative to current position
      ;G90 ; absolute positioning

      1 Reply Last reply Reply Quote 0
      • Vetiundefined
        Veti
        last edited by

        i dont see anything wrong in the config.

        the difference between the homeall and home x / y is:

        home x and y use both motors.

        the initial move in homeall uses just 1 motor (corexy diagonal moves is just one motor turning)

        so things to check. is the other motor actually still, or does it move.

        i think its something mechanical
        try reducing the speed and see what happens during the move.
        so change
        G1 H1 X-325 Y-355 F1800 ; move quickly to X or Y endstop and stop there (first pass)
        to
        G1 H1 X-325 Y-355 F180 ; move quickly to X or Y endstop and stop there (first pass)

        1 Reply Last reply Reply Quote 0
        • nightmare90gtundefined
          nightmare90gt
          last edited by

          I can tell you the y motor rotates very slowly when performing home all.

          I will lower the feedrate tomorrow and report back. Thanks for the help

          Vetiundefined 1 Reply Last reply Reply Quote 0
          • Vetiundefined
            Veti @nightmare90gt
            last edited by

            @nightmare90gt said in Ender 5 Plus with dual z calibration:

            I can tell you the y motor rotates very slowly when performing home all.

            so that could be a wiring problem, a loose grubscrew, or the motor is not getting enough current.

            1 Reply Last reply Reply Quote 0
            • nightmare90gtundefined
              nightmare90gt
              last edited by

              Swapped y motor to x driver and x motor to y driver and the stuttering went to the x motor.

              Vetiundefined 1 Reply Last reply Reply Quote 0
              • Vetiundefined
                Veti @nightmare90gt
                last edited by

                @nightmare90gt
                did you change the wire to a new one?

                nightmare90gtundefined 1 Reply Last reply Reply Quote 0
                • nightmare90gtundefined
                  nightmare90gt
                  last edited by

                  No just moved the connector

                  1 Reply Last reply Reply Quote 0
                  • nightmare90gtundefined
                    nightmare90gt @Veti
                    last edited by

                    @Veti moved the connector on the duet not the motors

                    1 Reply Last reply Reply Quote 0
                    • Vetiundefined
                      Veti
                      last edited by

                      try a different wire. it could be a phase not making a connection.

                      1 Reply Last reply Reply Quote 0
                      • nightmare90gtundefined
                        nightmare90gt
                        last edited by

                        Wouldnt moving the connector at the board take the wiring out of the equation? I'm thinking that the y driver might be bad. Because the same motor and wiring on the x driver worked as intended.

                        1 Reply Last reply Reply Quote 0
                        • Vetiundefined
                          Veti
                          last edited by Veti

                          ah i get you. you did swap the wire that way as well.

                          so if you move reconfigure the driver to be on the duex it works for both?

                          1 Reply Last reply Reply Quote 0
                          • nightmare90gtundefined
                            nightmare90gt
                            last edited by

                            I dont know how to reconfigure the y driver to be on the duex

                            1 Reply Last reply Reply Quote 0
                            • nightmare90gtundefined
                              nightmare90gt
                              last edited by

                              Changed what it think it would to drive 6 and still get the stuttering

                              1 Reply Last reply Reply Quote 0
                              • nightmare90gtundefined
                                nightmare90gt
                                last edited by

                                Tried reloading firmware, new configuration from the config tool nothing has worked

                                1 Reply Last reply Reply Quote 0
                                • Vetiundefined
                                  Veti
                                  last edited by

                                  @nightmare90gt said in Ender 5 Plus with dual z calibration:

                                  M584 X0 Y1 Z2:5 E3:4 ; configure 2 Z motors connected to outputs Z and P5

                                  change to
                                  M584 X0 Y6 Z2:5 E3:4 ; configure 2 Z motors connected to outputs Z and P5

                                  1 Reply Last reply Reply Quote 0
                                  • nightmare90gtundefined
                                    nightmare90gt
                                    last edited by

                                    I did that still did the samething

                                    1 Reply Last reply Reply Quote 0
                                    • Vetiundefined
                                      Veti
                                      last edited by

                                      with the motors powered can you move the belt of the x or y motors without much force?

                                      nightmare90gtundefined 1 Reply Last reply Reply Quote 0
                                      • nightmare90gtundefined
                                        nightmare90gt @Veti
                                        last edited by

                                        @Veti with the printer on I can move the belts without much force. I have even tried this with a spare motor that way belts dont come into play

                                        1 Reply Last reply Reply Quote 0
                                        • nightmare90gtundefined
                                          nightmare90gt
                                          last edited by

                                          Seems to only do it when x and y are asked to work together

                                          1 Reply Last reply Reply Quote 0
                                          • Vetiundefined
                                            Veti
                                            last edited by Veti

                                            maybe the movement wasnt 45 degrees.

                                            after homing. issue

                                            G0 X0 Y0

                                            then

                                            G0 X100 Y100

                                            that should be a movement where only one motor moves.

                                            with the printer on I can move the belts without much force.

                                            not printer on. motors powered. test this directly after a move.

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