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

    G1 H2 command not working

    Scheduled Pinned Locked Moved
    Beta Firmware
    homing g1 h2
    2
    4
    361
    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.
    • Krohm Koalaundefined
      Krohm Koala
      last edited by

      Hi, i encountered something weird, on the last version of RRF3 (3.01-RC5), i cannot make my homes without sending a M564 H0, didn't realize it before because i'm using the M564 H0 really often and almost never restart the printer, i realize it when i done a rebbot and then, homeall.g failed, "G0/G1: insufficient axes homed". I join my home all code for you to see even if it worked since a while 🙂

      M80
      M400

      M915 X S2.4 F0 R0
      M915 Y S2.6 F0 R0
      M574 X1 Y1 S3
      M913 X30 Y30

      G91
      G1 H2 X5 Y5 Z5 F600
      G1 H1 X-325 Y-325 F3600
      M913 X100 Y100
      G90
      G1 X125 Y105 F12000
      M400
      G91
      G1 H1 Z-300 F600
      G1 Z5 F600
      G90
      G30

      M915 X Y S8 F0 R1
      M501

      1 Reply Last reply Reply Quote 0
      • Danalundefined
        Danal
        last edited by Danal

        can you enter the commands individually at the console and see which fails? They all work for me... but I am on RC4.

        Delta / Kossel printer fanatic

        1 Reply Last reply Reply Quote 0
        • Krohm Koalaundefined
          Krohm Koala
          last edited by

          I just solved the problem ._. So i needed to add a G4 S1 to wait a bit after the power supply goes on with M80, if not, it tries to do the moves undervoltage and then the coordinates goes at -300 or something like that and block the board, until you reset it, or do a G92 X0 Y0 Z0.
          So just a problem with the using of a relay ^^ weird that it always worked before ^^

          1 Reply Last reply Reply Quote 0
          • Danalundefined
            Danal
            last edited by

            Nice find, and great that it is working now.

            Delta / Kossel printer fanatic

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