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

    Manually extruding issues with new interface

    Scheduled Pinned Locked Moved
    Duet Web Control
    5
    16
    1.6k
    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.
    • droftartsundefined
      droftarts administrators
      last edited by

      @flyscha What firmware are you running? Your config.g says "firmware version 1.17 to 1.19", though you may have updated it. If you're running old firmware with the latest DWC, that might cause issues. Send M115 and post the response. Which version DWC? If you left the files on the SD card, you can use the old DWC by pointing your browser to "[your-ip-address]/reprap.htm".

      I can't see anything obviously wrong with your tool setup. What happens if you send M302 P1, which should allow cold extrudes?

      Ian

      Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

      1 Reply Last reply Reply Quote 0
      • flyschaundefined
        flyscha
        last edited by

        @droftarts Here's that response:

        M115
        FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.04 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2019-11-01b1

        Duet Web Control 2.0.4

        Sending M302 P1 shows green as though it accepts the command, but the extrude & retract buttons are still grayed out.

        droftartsundefined 1 Reply Last reply Reply Quote 0
        • droftartsundefined
          droftarts administrators @flyscha
          last edited by

          @flyscha Hmm... can you run M98 P”config.g”. This will run the config.g and show any errors, that you don’t see at startup.

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          1 Reply Last reply Reply Quote 0
          • flyschaundefined
            flyscha
            last edited by

            @droftarts When I run that command, it says:

            HTTP is enabled on Port XX
            FTP is disabled
            TELNET is disabled

            Again, thanks for your continued help!

            1 Reply Last reply Reply Quote 0
            • Ntrackundefined
              Ntrack
              last edited by Ntrack

              What happens if you send T0 P0 from console?
              Edit: I can see now you have your tool selected. I cannot see M584 in your config.g

              1 Reply Last reply Reply Quote 0
              • flyschaundefined
                flyscha
                last edited by

                @Ntrack T0 P0 code gives me a green box with a check mark to show it accepted the command, but nothing changes.

                You're right, there is no M584 in my config.

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

                  @flyscha You haven't defined a Tool 0 in your config.g - only a Tool 1. As you only seem to have 1 tool, then I suggest you define it as Tool 0 (numbering always starts at 0) or send T1 instead of T0 before you attempt to extrude. To be clear, in config.g replace M563 P1 D0 H1 with M563 P0 D0 H1.

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

                  1 Reply Last reply Reply Quote 2
                  • flyschaundefined
                    flyscha
                    last edited by

                    @deckingman Replacing the P1 with P0 in the config file was the trick! Now the retract option is available immediately when I activate the hot end heater, and when it reaches 160c, the extrude option is now available. Hooray! Again, it's just odd that everything worked with that exact same config in the previous interface.

                    Thank you to everyone for the help! I really appreciate it!

                    deckingmanundefined 1 Reply Last reply Reply Quote 1
                    • deckingmanundefined
                      deckingman @flyscha
                      last edited by

                      @flyscha I think in general, slicers will default to using T0 if no tool is selected when slicing. If they don't put a T(n) command in the gcode file then you'd be fine, but if you used slicer which did put a T(n) command in, then the default would be T0. So defining your single tool as T0 in your config.g is the safer option.

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

                      1 Reply Last reply Reply Quote 1
                      • flyschaundefined
                        flyscha
                        last edited by

                        @deckingman Ok, great. Thank you for the explanation, that makes complete sense!

                        1 Reply Last reply Reply Quote 0
                        • Tron_Livesundefined
                          Tron_Lives @flyscha
                          last edited by Tron_Lives

                          @flyscha I've checked my config and it looks like I'm still having the same problem despite having the correct lines. Is there anything else I can check? I'm only able to get the retract and extrude to come up if a start a job and then immediately cancel it.

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

                            @tron_lives said in Manually extruding issues with new interface:

                            @flyscha I've checked my config and it looks like I'm still having the same problem despite having the correct lines. Is there anything else I can check? I'm only able to get the retract and extrude to come up if a start a job and then immediately cancel it.

                            You can only extrude and retract if two conditions are met. 1. A tool must be active. 2. The tool must be hot.

                            From what you say about starting and cancelling a job, it sounds like you still don't have "T0" in your config.g file as I suggested before. So you are relying on there being a "T0" in your sliced gcode file.

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

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