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

    Tool not showing on DWC

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    13
    602
    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 @resh
      last edited by

      @resh

      Hi,

      I'm confused by your config.g file.

      In your M569 commands you have drives 0, 2, 3, 4, 5 and 6.

      The file says you are using a Duet WiFi.

      The Duet WiFi doesn't have drive 6.

      Are you actually using a Duet WiFi/Duex 5 combo?

      That's the kind of information that is helpful for us to know.

      In your M584 command you don't have an E setting so I don't think the tool has an extruder to reference thus the lack of display.

      You can always check your config.g to see if the firmware reports anything wrong by executing, from the DWC console, M98 P"config.g".

      Frederick

      Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

      reshundefined 1 Reply Last reply Reply Quote 1
      • reshundefined
        resh @fcwilt
        last edited by

        @fcwilt Thanks for the response, Frederick. I have a duex5 but failed to mention that, apologies. I added E0 to M584 and the tool is showing up correctly.

        When I enter M98 P"config.g" into the DWC console I get 'Warning: Macro file config.g not found'. Correcting this sounds like it would be helpful for future issues.

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

          @resh said in Tool not showing on DWC:

          When I enter M98 P"config.g" into the DWC console I get 'Warning: Macro file config.g not found'. Correcting this sounds like it would be helpful for future issues.

          I don't know why that would be. I'm using firmware 3.2.2 and that M98 command executes config.g as expected.

          You sure you typed the filename correct?

          Frederick

          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

          reshundefined 1 Reply Last reply Reply Quote 0
          • reshundefined
            resh @fcwilt
            last edited by

            @fcwilt When I type M98 P"config.g" into the console box and hit send I get that message. I copy/pasted and got the same thing.

            I spoke too soon about that tool working. When I go to retract the entire X axis moves. I put in this line and it moved left. G1 E-20 F300

            I figured that should retract 20mm of filament at 300, instead the entire extruder moves left.

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

              @resh said in Tool not showing on DWC:

              @fcwilt When I type M98 P"config.g" into the console box and hit send I get that message. I copy/pasted and got the same thing.

              Is your config.g file is in the System folder?

              I spoke too soon about that tool working. When I go to retract the entire X axis moves. I put in this line and it moved left. G1 E-20 F300

              I figured that should retract 20mm of filament at 300, instead the entire extruder moves left.

              Post your current config.g file again and let me take a closer look.

              Frederick

              Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

              reshundefined 1 Reply Last reply Reply Quote 0
              • reshundefined
                resh @fcwilt
                last edited by

                @fcwilt Changed E0 to E3, I got confused on the numbers but it's working now.

                In the system tab my config folder is labeled "config.g.bak". There isn't anything with just config.g

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

                  @resh said in Tool not showing on DWC:

                  @fcwilt Changed E0 to E3, I got confused on the numbers but it's working now.

                  In the system tab my config folder is labeled "config.g.bak". There isn't anything with just config.g

                  Curious. I wonder how the board can boot without a config.g file.

                  Perhaps it is in another folder and the board finds it there, somehow.

                  Check your Macro folder.

                  Frederick

                  Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                    Curious. I wonder how the board can boot without a config.g file.

                    If no config.g file is found, then the RRF will use the config.g.bak

                    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)

                    fcwiltundefined reshundefined 2 Replies Last reply Reply Quote 0
                    • fcwiltundefined
                      fcwilt @SIam
                      last edited by

                      @siam said in Tool not showing on DWC:

                      Curious. I wonder how the board can boot without a config.g file.

                      If no config.g file is found, then the RRF will use the config.g.bak

                      I've been using Duets for several years and that fact escaped me.

                      Thanks very much.

                      Frederick

                      Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                      1 Reply Last reply Reply Quote 0
                      • reshundefined
                        resh @SIam
                        last edited by

                        @siam Will this cause a problem somewhere down the line? I probably did something at some point and made that folder vanish.

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

                          @resh said in Tool not showing on DWC:

                          @siam Will this cause a problem somewhere down the line? I probably did something at some point and made that folder vanish.

                          Well you can do one of the following:

                          • rename config.g.bak to config.g
                          • create a new config.g and copy the contents of config.g.bak into it.

                          Frederick

                          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                            After renaming config.g please send M98 P"config.g" again.
                            Also send M122 and report the results of that.

                            Z-Bot CoreXY Build | Thingiverse Profile

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