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

    CoreXY update to 3.3 gone Wrong

    Scheduled Pinned Locked Moved Solved
    Firmware installation
    4
    12
    442
    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.
    • dc42undefined
      dc42 administrators
      last edited by

      @gbusy24 what type of endstop switches are you using? If they are normally open switches, three-wire switches or Hall sensors then you probably need to invert the pin polarity in your M574 commands.

      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

      GBusy24undefined 1 Reply Last reply Reply Quote 0
      • GBusy24undefined
        GBusy24 @fcwilt
        last edited by

        @fcwilt, It was one of the later 2.? FW versions, but it's been a while since I started this update and can't quite remember the exact one.

        No such thing as spare time. No such thing as free time No such thing as down time. All you got is lifetime. Go!

        fcwiltundefined 1 Reply Last reply Reply Quote 0
        • GBusy24undefined
          GBusy24 @dc42
          last edited by

          @dc42, I have mechanical end stop switches and I will give your suggestion a try. Had considered that might be my issue. I'll let you know how it goes. Thanks.

          No such thing as spare time. No such thing as free time No such thing as down time. All you got is lifetime. Go!

          1 Reply Last reply Reply Quote 0
          • fcwiltundefined
            fcwilt @GBusy24
            last edited by

            @gbusy24 said in CoreXY update to 3.3 gone Wrong:

            @fcwilt, It was one of the later 2.? FW versions, but it's been a while since I started this update and can't quite remember the exact one.

            Did you remember to first update to 3.0 before doing the update to 3.3?

            Frederick

            Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

            GBusy24undefined 1 Reply Last reply Reply Quote 0
            • GBusy24undefined
              GBusy24 @fcwilt
              last edited by

              @fcwilt Yes.

              No such thing as spare time. No such thing as free time No such thing as down time. All you got is lifetime. Go!

              fcwiltundefined 1 Reply Last reply Reply Quote 1
              • fcwiltundefined
                fcwilt @GBusy24
                last edited by

                @gbusy24 said in CoreXY update to 3.3 gone Wrong:

                @fcwilt Yes.

                The usual cause of what you are seeing when homing is that the endstop switches are indicating they are active when they are not. The G1 H1 moves never happen because the endstop reports active and the only moves that happen are the "back off" moves between the pairs of G1 H1 moves.

                Frederick

                Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                GBusy24undefined 1 Reply Last reply Reply Quote 0
                • GBusy24undefined
                  GBusy24 @fcwilt
                  last edited by

                  @fcwilt And I go about correcting this how?

                  No such thing as spare time. No such thing as free time No such thing as down time. All you got is lifetime. Go!

                  droftartsundefined 1 Reply Last reply Reply Quote 0
                  • droftartsundefined
                    droftarts administrators @GBusy24
                    last edited by

                    @gbusy24 Your current config for endstops:

                    ; Endstops
                    M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
                    M574 Y2 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin ystop
                    M574 Z1 S1 P"zstop" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop
                    

                    See https://duet3d.dozuki.com/Wiki/M574. Test switches with M119. You probably want

                    ; Endstops
                    M574 X1 S1 P"!xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
                    M574 Y2 S1 P"!ystop" ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin ystop
                    M574 Z1 S1 P"!zstop" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop
                    

                    ie Add ! to each endstop pin definition, to invert the input.

                    Ian

                    Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                    GBusy24undefined 2 Replies Last reply Reply Quote 0
                    • GBusy24undefined
                      GBusy24 @droftarts
                      last edited by

                      @droftarts Aha! Let me try that. Thanks.

                      No such thing as spare time. No such thing as free time No such thing as down time. All you got is lifetime. Go!

                      1 Reply Last reply Reply Quote 0
                      • GBusy24undefined
                        GBusy24 @droftarts
                        last edited by

                        @droftarts Fabulous! that did it. Thanks

                        No such thing as spare time. No such thing as free time No such thing as down time. All you got is lifetime. Go!

                        1 Reply Last reply Reply Quote 1
                        • droftartsundefined droftarts marked this topic as a question
                        • droftartsundefined droftarts has marked this topic as solved
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA