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

    Homeall

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    4
    585
    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.
    • Mike McGundefined
      Mike McG
      last edited by

      I got my new DuetWiFi A couple of days ago And I am getting an errorWhen I tried at home
      Error: G0/G1: insufficient axes homed
      Error: Pop(): stack underflow! New Error
      Any help would be appreciated Thanks

      1 Reply Last reply Reply Quote 0
      • Patrickje1991undefined
        Patrickje1991
        last edited by Patrickje1991

        What does you home gcodes consist off because you need to add some parameters when you want to move axis before they are homed.
        If you want to move a axis before homing you need to add S2 to the move G1.

        Example:
        ; Lift Z
        G1 Z10 F6000 S2

        With kind regards,
        Patrick

        XYZ Davincy 1.0 (Upgraded with: Duet Wifi/E3D V6/E3d Titan/Bowden/MK3 Alu. Bed)

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

          ........or add M564 H0 to config.g to alow axes movement before homing has been carried out.

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

          1 Reply Last reply Reply Quote 1
          • Anzereundefined
            Anzere
            last edited by

            Reprap firmware has protection in place to prevent you from crashing your printer in the form of a homing requirement. You can either home your printer or disable the homing requirement. In order to disable the homing requirement for your printer you can enter the command M564 H0 as stated by @deckingman.

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