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

    Sensorless homing

    Scheduled Pinned Locked Moved
    General Discussion
    3
    4
    208
    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.
    • handyandyundefined
      handyandy
      last edited by

      Hi, I had been getting on fine with sensorless homing with my duet3mini5 board. Both the X & Y axis were homing almost silently and ultra-repeatable with just one contact needed to work.
      However, I was getting an error message with the X-axis, it came up as...
      "Error: Pin name needed for switch type end stop on X-axis ". I don't understand this homex.g is identical to home.y (except X's and Y's! of course). Why is it asking for a pin name when it's sensorless ?

      jay_s_ukundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @handyandy
        last edited by

        @handyandy best post your config and homing files

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        handyandyundefined 1 Reply Last reply Reply Quote 0
        • handyandyundefined
          handyandy @jay_s_uk
          last edited by

          @jay_s_uk Hi, I've not uploaded files here before so I hope I'm doing it right!
          config.g
          homex.g
          homey.g
          homez.g
          homeall.g
          Whilst you are looking at these I also can't get the PanelDue to display.
          Any Ideas?

          1 Reply Last reply Reply Quote 0
          • Phaedruxundefined
            Phaedrux Moderator @handyandy
            last edited by

            @handyandy said in Sensorless homing:

            Error: Pin name needed for switch type end stop on X-axis

            It's likely these lines in your X and Y homing files

            M574 X1                                ; use stallguard for endstop
            

            It's missing the S3 for sensorless.

            If it's still giving you the error, search your macros for other M574 commands and make sure they have the correct syntax.

            @handyandy said in Sensorless homing:

            I also can't get the PanelDue to display.

            Your M575 command in your config.g is using S0 instead of S1.
            It should be M575 P1 B57600 S1 to enable the PanelDue.

            Z-Bot CoreXY Build | Thingiverse Profile

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