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

    Attempting to extrude with no tool selected

    Scheduled Pinned Locked Moved
    General Discussion
    3
    5
    217
    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.
    • Weevilundefined
      Weevil
      last edited by

      I have checked other similar posts but no luck. I cannot get the extruder to respond. It tried it from the web interface and the PaneDue yet the same error keeps popping up when I try an extrude or retract command. This is my code:

      ; Tools
      M563 P0 S"MYTHprint" D0 H1 F0 ; define tool 0
      M563 P0 D0 H1 F0 ; define tool 0
      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

      Can someone point me in the right direction?

      1 Reply Last reply Reply Quote 0
      • SIamundefined
        SIam
        last edited by

        did you have this in the near of the end in your config.g ?

        T0                                                  ; select first tool
        

        Hypercube-Evolution-Hybrid, Piezo Orion, Orbiter
        Duet WiFi 1.02 or later + DueX5
        RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0beta4 (2021-09-27 11:30:36)
        Duet WiFi Server: 1.26
        Duet Web Control 3.4.0beta4 (2021-09-27)

        Weevilundefined 1 Reply Last reply Reply Quote 0
        • Weevilundefined
          Weevil @SIam
          last edited by

          @SIam This is at the end, the last entry.

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

            From the console, send T with no parameters to see whether it reports that tool 0 is selected. Alternatively, check whether Duet Web Control shows Tool 0 as active.

            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

            Weevilundefined 1 Reply Last reply Reply Quote 0
            • Weevilundefined
              Weevil @dc42
              last edited by

              @dc42 Sending T on the console returned an error that no tool is selected. On the Duet Web Control I clicked on "Tool 0" and made it active. Now it works on both the PanelDue and the Web Control. Interesting Thanks for the assist.

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