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

    Software endstops?

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    7
    23
    4.4k
    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.
    • Cinproundefined
      Cinpro
      last edited by

      GRRRR, it will still let me move toward the endstop after homing, does it have to be home all?

      M667 S1 ; Select CoreXY mode
      M208 X-10 Y-10 Z0 S1 ; Set axis minima
      M208 X325 Y325 Z395 S0 ; Set axis maxima

      height is 395 for the head position in teh machine read out, top right

      1 Reply Last reply Reply Quote 0
      • Cinproundefined
        Cinpro
        last edited by

        G28 for all it won't let you, however if you run G28 Z0 it will let you, go figure 😞

        1 Reply Last reply Reply Quote 0
        • deckingmanundefined
          deckingman
          last edited by

          Where have you fitted the endstop - Z min or Z max? i.e when the bed is close to the nozzle or furthest away? Also, it sounds like you need to post your homeZ and homeall files.

          Ian
          https://somei3deas.wordpress.com/
          https://www.youtube.com/@deckingman

          1 Reply Last reply Reply Quote 0
          • fulgundefined
            fulg
            last edited by

            M208 defines the XYZ positions that are set when the respective min or max endstops are hit. So with your setup, if you home to X Min, after homing X will be -10. You will always be able to move back to the homing position, even if it is negative. You just won't be able to move further.

            When using a Z endstop, Z offset is usually specified with G92 after homing is completed (which sets the axis position without moving). If you use a probe, then the Z offset should be defined as the Z parameter of G31. In all cases the minima of Z is 0.

            In my mind Z=0 is when the hot nozzle is physically touching the bed, i.e. you should never travel with Z=0. Not everyone agrees though.

            VORON V2 CoreXY + Duet3 Mini5+ Ethernet v1.0 with Mini2+ expansion, VORON V0 CoreXY + Duet2 Maestro

            1 Reply Last reply Reply Quote 0
            • Cinproundefined
              Cinpro
              last edited by

              Endstop is at Z-MAX since its a CoreXY

              ; homeall.g
              ; called to home the Z axis
              ;
              ; generated by RepRapFirmware Configuration Tool on Sun Oct 29 2017 21:37:06 GMT-0400 (Eastern Standard Time)
              G91 ; relative mode
              G1 Z4 F200 ; raise head 4mm to ensure it is above the switch trigger height
              G90 ; back to absolute mode
              G1 X0 Y0 F2000 S1 ; put the head wherever you want it to be when you home Z (omit this line if it doesn't matter)
              G91 ; relative mode
              G1 Z-395 S1 F100 ; move Z down until the switch triggers
              G90 ; back to absolute mode
              G92 Z0.1 ; tell the firmware that we are at Z=0.1mm

              Fulg: I zeroed out the M208. No probe yet I want to try the Precision Piezo https://www.precisionpiezo.co.uk/ but they have been out of stock for about 2 weeks now 😞

              1 Reply Last reply Reply Quote 0
              • deckingmanundefined
                deckingman
                last edited by

                You need to move towards the ends stop for it to trigger. As you have chosen to fit the end stop to Z max (furthest position away from the nozzle) then you need to move Z in a positive direction, not negative. TBH, if you can manage it, you would be wise to re-locate the Z end stop to the more conventional position which is closest to the nozzle (Z min). The reason being that most things you print will be a lot less than the maximum height of your Z travel in height and as things are at the moment, you'll have to move the bed all the way down, then all the way back up again every time you want home.

                Ian
                https://somei3deas.wordpress.com/
                https://www.youtube.com/@deckingman

                1 Reply Last reply Reply Quote 0
                • Cinproundefined
                  Cinpro
                  last edited by

                  Z-MAX is closest to the nozzle

                  https://youtu.be/ak-JUL5CwT0?t=40s

                  1 Reply Last reply Reply Quote 0
                  • fulgundefined
                    fulg
                    last edited by

                    Z Max should be furthest away from the nozzle. If you are homing Z at the nozzle then you are homing to Z min. No wonder you are having a hard time. 🙂

                    Endstop is at Z-MAX since its a CoreXY

                    Why do you say this? There is no relation between the endstop locations and the printer kinematics. You can home a CoreXY on either end of each axis if you want to (X max, Y max, Z min, or whatever combination is most convenient for you).

                    The only restriction with the axes is that the system you define should fit a right-hand coordinate system. As the documentation states, "looking down on the printer the +Y direction should be 90 degrees anticlockwise from the +X direction. If instead it is 90 degrees clockwise, you have a left-hand axis system, which will give you mirror-image prints."

                    VORON V2 CoreXY + Duet3 Mini5+ Ethernet v1.0 with Mini2+ expansion, VORON V0 CoreXY + Duet2 Maestro

                    1 Reply Last reply Reply Quote 0
                    • deckingmanundefined
                      deckingman
                      last edited by

                      @Cinpro:

                      …..........................
                      https://youtu.be/ak-JUL5CwT0?t=40s

                      Is that your Corexy in the video?

                      Ian
                      https://somei3deas.wordpress.com/
                      https://www.youtube.com/@deckingman

                      1 Reply Last reply Reply Quote 0
                      • Dougal1957undefined
                        Dougal1957
                        last edited by

                        @deckingman:

                        @Cinpro:

                        …..........................
                        https://youtu.be/ak-JUL5CwT0?t=40s

                        Is that your Corexy in the video?

                        Is it just me or do the belts paths look a, Slack and also b not all at 90 degrees to each other

                        1 Reply Last reply Reply Quote 0
                        • deckingmanundefined
                          deckingman
                          last edited by

                          @Dougal1957:

                          Is it just me or do the belts paths look a, Slack and also b not all at 90 degrees to each other

                          No it's not you. If you watch it right through, the guy in the video talks about the belts being slack because he made no provision to tension them but he makes no mention of the fact that that are nowhere near parallel to the axes. Not only that but at about 3:30 he pushes the carriage back in the Y direction and the gantry pushes the right hand belt out sideways. He's never going to get that Z axis working properly either. I didn't want to mention it in case it was the OP's own printer but now that you've bought it up, it looks like a pretty good example of how not to build a CoreXY.

                          Ian
                          https://somei3deas.wordpress.com/
                          https://www.youtube.com/@deckingman

                          1 Reply Last reply Reply Quote 0
                          • Dougal1957undefined
                            Dougal1957
                            last edited by

                            Yeah I saw the belt tension bit after I had posted the above and got fed up watching it

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