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

    Attempting to extrude with no tool selected

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    4
    11
    270
    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.
    • fcwiltundefined
      fcwilt
      last edited by

      Hi,

      Did you select a tool first?

      You can do this from the web interface.

      Or you can add a T0 command to the end of your config.g file.

      Frederick

      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

      1 Reply Last reply Reply Quote 0
      • Elvis0zundefined
        Elvis0z
        last edited by

        I'm not sure how to do this. What command do I use? Thanks for the help

        1 Reply Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt
          last edited by

          I'm assuming you know how to navigate around in the Duet Web Control (DWC) interface.

          See attached to where you can click to select a tool.

          Or you can execute a T0 command from the DWC or add it to your config.g file.

          Frederick

          DWC Tool Select.jpg

          Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

          1 Reply Last reply Reply Quote 0
          • weed2allundefined
            weed2all
            last edited by

            Just open your config.g file and add T0 at the bottom of your config.g

            https://www.thingiverse.com/weed2all/designs

            1 Reply Last reply Reply Quote 0
            • Elvis0zundefined
              Elvis0z
              last edited by

              Thanks guys, I'm such a noob lol. Well I'm learning.

              1 Reply Last reply Reply Quote 0
              • Phaedruxundefined
                Phaedrux Moderator @Elvis0z
                last edited by

                @Elvis0z said in Attempting to extrude with no tool selected:

                M350 E256 I0 ; configure microstepping without interpolation
                M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation
                M92 X80.00 Y80.00 Z80.00 E96.00 ; set steps per mm

                I think you may also have an issue with your steps per mm and using x256 microstepping. I suggest you change to x16 microstepping with interpolation enabled on E for now.

                Z-Bot CoreXY Build | Thingiverse Profile

                1 Reply Last reply Reply Quote 0
                • Elvis0zundefined
                  Elvis0z
                  last edited by

                  @Phaedrux said in Attempting to extrude with no tool selected:

                  M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation

                  How would I do that?

                  fcwiltundefined 1 Reply Last reply Reply Quote 0
                  • fcwiltundefined
                    fcwilt @Elvis0z
                    last edited by fcwilt

                    @Elvis0z said in Attempting to extrude with no tool selected:

                    @Phaedrux said in Attempting to extrude with no tool selected:

                    M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation

                    How would I do that?

                    You have a command M350 E256 I0

                    Simply delete that line and add E16 after the Z16 in the M350 line below.

                    Frederick

                    Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                    Elvis0zundefined 1 Reply Last reply Reply Quote 1
                    • Elvis0zundefined
                      Elvis0z
                      last edited by

                      Thanks heaps Phaedrux.

                      1 Reply Last reply Reply Quote 0
                      • Elvis0zundefined
                        Elvis0z @fcwilt
                        last edited by

                        @fcwilt Thanks fcwilt

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