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

    Duet 0.8.5 firmware ignores endstop switch while homing on CoreXY

    Scheduled Pinned Locked Moved
    Firmware installation
    2
    3
    543
    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.
    • tux_on_tourundefined
      tux_on_tour
      last edited by

      In firmware 1.19 I can not home anymore. The printer runs into the end stop trying to go on.
      it does not even stop after traveling 300mm

      Going back to 1.18.2 fixes it and it works again.

      ;Home X
      G91
      G1 Z4 F200 ;move bed down
      G1 X300 F3000 S1 ; go 300mm to hit endstop
      G1 X-4 F600 ;back off 4mm
      G1 X10 S1
      G1 Z-4 F200
      G90
      G92 X252 ; as homing to max set position

      ;Home Y
      G91
      G1 Z4 F200
      G1 Y300 F3000 S1
      G1 Y-4 F600
      G1 Y10 S1
      G1 Z-4 F200
      G90
      G92 Y218

      Sincerly
      Sven

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

        A lot of people are falling into this trap - you need to read the release notes. To save you time, the release notes will tell you that unless you need to deploy and retract a probe, you need to delete any deploy probe and retract probe files that you have in you .sys directory.

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

        1 Reply Last reply Reply Quote 0
        • tux_on_tourundefined
          tux_on_tour
          last edited by

          @deckingman:

          A lot of people are falling into this trap - you need to read the release notes. To save you time, the release notes will tell you that unless you need to deploy and retract a probe, you need to delete any deploy probe and retract probe files that you have in you .sys directory.

          Nice idea but I have no probe nor any probe files in sys.

          But:

          Important! On a CoreXY machine, if upgrading from a version prior to 1.19beta9, you need to reverse the Y motor direction in the M569 command. Similarly for CoreXYU machines.

          I missed it because it it so obvious that an axis will have to be turned around after an firmware upgrade.

          Will try after my Print is finished.

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