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

    How to skip homing?

    Scheduled Pinned Locked Moved
    CNC
    5
    10
    1.1k
    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.
    • tenajaundefined
      tenaja
      last edited by

      How do I skip the homing procedure? I would like to test some commands and setup before I hardwire my switches, but I keep getting errors.

      Thanks!

      DocTruckerundefined 1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User
        last edited by

        either set your axes to a value with g92 or https://duet3d.dozuki.com/Wiki/Gcode#Section_M564_Limit_axes

        1 Reply Last reply Reply Quote 0
        • DocTruckerundefined
          DocTrucker @tenaja
          last edited by

          @tenaja

          G92 X0 Y0 Z0

          ...will set the current machine position to 0,0,0.

          Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

          1 Reply Last reply Reply Quote 0
          • tenajaundefined
            tenaja
            last edited by

            Thanks! That worked!

            1 Reply Last reply Reply Quote 0
            • tenajaundefined
              tenaja
              last edited by

              How do I use an E axis without "selecting a tool"? I just want to use it to spin a spindle.

              Thanks!

              T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
              • T3P3Tonyundefined
                T3P3Tony administrators @tenaja
                last edited by

                @tenaja create a tool, with just the driver, no heaters or fans. and then have T0 at the end of your config.g so its selected by default.

                www.duet3d.com

                tenajaundefined 1 Reply Last reply Reply Quote 0
                • tenajaundefined
                  tenaja @T3P3Tony
                  last edited by tenaja

                  @T3P3Tony said in How to skip homing?:

                  @tenaja create a tool, with just the driver, no heaters or fans. and then have T0 at the end of your config.g so its selected by default.

                  That let me select the tool, but then it is giving me a Temperature Reading Fault. (I have no heaters--how do I ensure that is not an issue?)

                  Thanks again!

                  T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                  • T3P3Tonyundefined
                    T3P3Tony administrators @tenaja
                    last edited by

                    @tenaja please post your config.g

                    www.duet3d.com

                    tenajaundefined 1 Reply Last reply Reply Quote 0
                    • tenajaundefined
                      tenaja @T3P3Tony
                      last edited by

                      @T3P3Tony, thanks, I posted it here:
                      https://forum.duet3d.com/topic/11982/how-to-move-e-axis-without-heater

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

                        You can set position as shown above.

                        -or-

                        Best practice for endstops is to wire each switch "Normally closed" and set the configuration M574 blah blah S1, where "S1" is "Active High". This allows the detection of a broken wire or connector (the endstop will appear triggered).

                        For setup, before you even have endstops wired, invert this. Set the M574 S0. This will cause the endstops to appear triggered all the time... this will cause a home (G28 or similar) to instantly complete with no errors. After the machine thinks it is homed, you can move, etc.

                        I use this trick a lot when setting up new machines.

                        Just don't forget to put M574 back to S1 when you do actually wire the switches. And always test them with your finger (observing the web interface, or M119) before you do the first home.

                        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