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

    Want to try Kisslicer 1.6.3, need config for Delta

    Scheduled Pinned Locked Moved
    Example setups and prints
    2
    6
    358
    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.
    • Traveler0612undefined
      Traveler0612
      last edited by

      Good evening I have spent the better part of two hours searching the web for a starting point.

      I am getting the dreaded:

      Error: G0/G1: insufficient axes homed

      If someone has one of Dave's Meter Deltas like I do, please share your Kisslicer configuration.

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        Did you home the printer before starting the print, or else have a G28 command in your slicer start GCode?

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • Traveler0612undefined
          Traveler0612
          last edited by

          Yes, It did put it in the gcode file. I didn't do a fresh install of 1.6.3.

          ; Home the axes
          G28
          ; Wait till the Bed is heated
          M190 S110

          1 Reply Last reply Reply Quote 0
          • Traveler0612undefined
            Traveler0612
            last edited by

            Okay, fresh install, this is the error code.

            Cancelled printing file 0:/gcodes/G5 Cap FDM.gcode, print time was 0h 0m
            Error: G0/G1: target position not reachable from current position

            dc42undefined 1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators @Traveler0612
              last edited by

              Try moving down in Z after the G28 command. My guess is that the first movement command in the GCode file is moving the head in X and Y but not Z.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

              1 Reply Last reply Reply Quote 0
              • Traveler0612undefined
                Traveler0612
                last edited by

                Okay, found a simple solution. Changed the following settings.

                Under:

                Profile settings - Printer G-code - Select New Ext & Warm:

                From:
                ; Head to the start of the next path
                G1 X<NEXTX> Y<NEXTY> F6000

                To:
                ; Head to the start of the next path
                G1 X<NEXTX> Y<NEXTY> Z50 F6000

                Under:

                Profile settings - Printer G-code - Warm Same Ext:

                From:
                ; Move to the start of the next path
                G1 X<NEXTX> Y<NEXTY> F6000

                To:
                ; Move to the start of the next path
                G1 X<NEXTX> Y<NEXTY> Z50 F6000

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