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

2nd independent Z-Axis labeled V Homing failed

Scheduled Pinned Locked Moved
Tuning and tweaking
4
32
1.2k
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.
  • undefined
    Phaedrux Moderator
    last edited by 13 May 2021, 23:25

    The G1 H1 X move being positive or negative moves it to the low or high end.

    The actual direction of travel is dictated by the direction of the rotation of the motor itself defined by M569 S0/S1.

    Typically you'd want it configured such that 0,0 is in the front left corner when looking at the printer from the front with -x moving to the left, +x moving to the right, -y moving to the front, +y moving to the back. This maintains a coordinate system compatible with CAD and slicing software and keeps the preview matching the actual print with no mirroring or flipping.

    In a Corexy it gets a bit more complicated because of the shared motion between 2 motors in tandem. https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCoreXYPrinter#Section_Testing_motor_movement

    Z-Bot CoreXY Build | Thingiverse Profile

    undefined 1 Reply Last reply 13 May 2021, 23:55 Reply Quote 0
    • undefined
      jsinicro @Phaedrux
      last edited by 13 May 2021, 23:55

      @phaedrux yes this is what I have:

      e22e08f8-9458-4792-b3ef-08c547fa1a5b-image.png

      undefined 1 Reply Last reply 13 May 2021, 23:57 Reply Quote 0
      • undefined
        jsinicro @jsinicro
        last edited by 13 May 2021, 23:57

        @jsinicro it was moving correctly before, but now when I move +X it moves towards the negative X and when I home it moves towards the +X direction away from the endstops.

        undefined undefined 2 Replies Last reply 14 May 2021, 07:31 Reply Quote 0
        • undefined
          o_lampe @jsinicro
          last edited by 14 May 2021, 07:31

          @jsinicro
          There is another way to screw up the printing directions, when you set a custom kinematics model.
          Do you have such a line in your config.g?

          Example:

          M669 K1 X1:1:0:0 Y1:-1:0:1 Z0:0:1:0 V0:0:0:-1
          

          The positive and negative signs can change the whole printer behaviour.

          undefined 2 Replies Last reply 15 May 2021, 00:16 Reply Quote 0
          • undefined
            Phaedrux Moderator @jsinicro
            last edited by 14 May 2021, 16:18

            @jsinicro said in 2nd independent Z-Axis labeled V Homing failed:

            it was moving correctly before

            Before what? What changed?

            What is the kinematic model used? I don't even see a M669 line in your config posted above.

            Z-Bot CoreXY Build | Thingiverse Profile

            undefined 1 Reply Last reply 14 May 2021, 22:25 Reply Quote 0
            • undefined
              jsinicro @Phaedrux
              last edited by 14 May 2021, 22:25

              @phaedrux OK, you are correct, M669. I didn't know about it, I will add that.

              So I've been doing a little research on the benefits of having individual controlled X and Z axis, however I have not found anything on my original thought on how I wanted the printer to benefit from it. Basically separate extrusion in parallel on the same print. I've not seen any firmware supporting this. Looks like at most I can do 2 separate prints in parallel or have one print with separate color filament.

              This is my current test config.g, I was able to have X,Y,Z and U homed correctly in the right direction.

              [0_1621031069933_latest_sys.zip](Uploading 100%)

              1 Reply Last reply Reply Quote 0
              • undefined
                jsinicro @o_lampe
                last edited by 15 May 2021, 00:16

                @o_lampe OK, I do not have a M669, but looks like I need it. Reading up on, trying to understand it. I've actually upgraded to 3.3.RC2 and will test G38.2 and see if that works

                1 Reply Last reply Reply Quote 0
                • undefined
                  jsinicro @o_lampe
                  last edited by 15 May 2021, 00:30

                  @o_lampe Hi, so for a cartesian printer would this be correct:
                  M669 K0 X1:0:0 Y0:1:0 Z0:0:1 U1:0:0 V0:0:1

                  undefined undefined 2 Replies Last reply 15 May 2021, 01:04 Reply Quote 0
                  • undefined
                    jsinicro @jsinicro
                    last edited by 15 May 2021, 01:04

                    @jsinicro What is the target position in G38.2 V? P0

                    undefined 1 Reply Last reply 15 May 2021, 01:15 Reply Quote 0
                    • undefined
                      jsinicro @jsinicro
                      last edited by 15 May 2021, 01:15

                      @jsinicro OK, I tested it target position basically how much to lower the axis. However the V axis moves down the correct probe deploys and once it hits the bed it retracts and stops moving, but I still get Homing failed.

                      undefined 1 Reply Last reply 15 May 2021, 01:21 Reply Quote 0
                      • undefined
                        jsinicro @jsinicro
                        last edited by 15 May 2021, 01:21

                        @jsinicro if I also send the command manually G28 V the axis does move down the probe triggers axis stops but I the error G28 V probe was not triggered during probing move the I get Error Homing failed. But it triggered and stopped moving. What could be going on?

                        undefined 1 Reply Last reply 15 May 2021, 01:33 Reply Quote 0
                        • undefined
                          jsinicro @jsinicro
                          last edited by 15 May 2021, 01:33

                          @jsinicro I remember reading something about the probe needing to be on the same board as the motors but that was fixed on 3.3RC2 I thought?

                          undefined 1 Reply Last reply 15 May 2021, 02:10 Reply Quote 0
                          • undefined
                            jsinicro @jsinicro
                            last edited by 15 May 2021, 02:10

                            @jsinicro I don't think that's it because the main Z axis has the motors on the main board and the Bltouch is on the expansion board.

                            1 Reply Last reply Reply Quote 0
                            • undefined
                              o_lampe @jsinicro
                              last edited by o_lampe 15 May 2021, 07:03

                              @jsinicro said in 2nd independent Z-Axis labeled V Homing failed:

                              @o_lampe Hi, so for a cartesian printer would this be correct:
                              M669 K0 X1:0:0 Y0:1:0 Z0:0:1 U1:0:0 V0:0:1

                              I'm confused about your printer config. It seems you have 4 x-motors and 4 z-motors. Then this kinematic model can't be right...
                              You also have to define tool objects to tell the firmware which X- or Z-motor combo is 'on duty'.
                              What's your plan anyway? Do you want to print with both tools in copy mode or should they work on the same part (simultaneously?)

                              You should start with the basics and see if you can move each axis the way it is supposed to move. Use G92 to set the coords manually, then use the jog control to move.

                              Then we talk about Z-probes and homing. I hope I get some help here, since I believe only one BLTouch per printer is allowed, but several probes of other types are possible.

                              undefined 1 Reply Last reply 15 May 2021, 18:10 Reply Quote 1
                              • undefined
                                jsinicro @o_lampe
                                last edited by 15 May 2021, 18:10

                                @o_lampe There are 2 motors on each z axis and 1 motor on each Y axis I actually got this to work as fine as homing and moving correctly. I found a way to home both Z axis by adding the commands to the homez.g. What it does is first map the first Z axis with the first 2 motors then it remaps the 2nd Z axis with the other 2 motors and after it's done it combines all the motors into one Z axis motor.

                                It would be my goal to have both tools to extrude simultaneously on the same part so that basically it would cut the print time in 1/2. The chassis that I need to build for autonomous vehicle is divided into 3 parts and 2 of these parts took about 4 days to print -this was on a printer I bought but was very disappointed with it. I then decided to build my own.

                                undefined 1 Reply Last reply 16 May 2021, 06:44 Reply Quote 1
                                • undefined
                                  o_lampe @jsinicro
                                  last edited by o_lampe 16 May 2021, 06:44

                                  @jsinicro said in 2nd independent Z-Axis labeled V Homing failed:

                                  It would be my goal to have both tools to extrude simultaneously on the same part

                                  Good to hear you've sorted it out.
                                  To print simultaneously, you'll have to be patient. The firmware isn't yet able to do it.
                                  Can't you print a mold and do fibre/resin casting?

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