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

    Won't home after new board install

    Scheduled Pinned Locked Moved
    Firmware installation
    2
    3
    493
    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.
    • 1d1undefined
      1d1
      last edited by

      Just replaced old board with new 1.21, and now can't initiate homing on any axis. " G28
      Error: G0/G1: insufficient axes homed"
      My homing config: G91 ; relative mode
      G1 Z4 F200 ; raise head 4mm
      G1 X-345 F3000 S1 ; move up to 345 mm -X direction until the homing switches are triggered
      G1 Y-240 F2000 S1 ; move up to 240 mm in the -Y direction, stopping if the homing switch is triggered
      G1 Z-345 F800 S1 ; move Z down until the switch triggers
      G1 Z4 F200 ; move Z +4
      G1 Z-8 F200 S1 ; Move Z -8 or until switch triggers
      G90 ; back to absolute mode
      G92 Z0.3 ; tell the firmware that we are at Z=04mm

      1 Reply Last reply Reply Quote 0
      • whosrdaddyundefined
        whosrdaddy
        last edited by whosrdaddy

        Yes newer firmware limits axis movement before homing by default,
        In above example you need to add S2 parameter to your G1 Z commands.
        If you dont want to do this, just add M564 H0 to your config.g, which will restore the old behavior.

        1 Reply Last reply Reply Quote 0
        • 1d1undefined
          1d1
          last edited by

          @whosrdaddy said in Won't home after new board install:

          M564 H0

          That did it! Thank you very much.

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