Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Filements in RepRapFirmware, fw or doc issue?

    General Discussion
    6
    9
    207
    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.
    • Megamannen
      Megamannen last edited by

      Hi,

      https://docs.duet3d.com/User_manual/Reference/Gcodes#m701-load-filament

      Why is this command running the configure.g-script?
      Is this a bug in firmware or a bug in documentation?

      When called the firmware does the following:
      
      Run the macro file "load.g" in the subdirectory of the given material (e.g. /filaments/PLA/load.g)
      Change the filament name of the associated tool, so it can be reported back to Duet Web Control
      

      I was planning on having M701 PLA more as an state.
      And in my start g-code have a M703 to activate heaters

      gloomyandy Phaedrux 2 Replies Last reply Reply Quote 0
      • gloomyandy
        gloomyandy @Megamannen last edited by

        @megamannen See https://docs.duet3d.com/en/User_manual/Reference/DWC_filaments for a more complete discussion of the filament handling process.

        Megamannen 1 Reply Last reply Reply Quote 0
        • Megamannen
          Megamannen @gloomyandy last edited by

          @gloomyandy yeah, and that also states that you should do a 703 to load specific config for the loaded filament.

          Now that is done automatically. Which doesn't match the documented behaviour

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

            @megamannen said in Filements in RepRapFirmware, fw or doc issue?:

            Why is this command running the configure.g-script?

            What exactly do you mean by this?

            What firmware version are you using?

            Z-Bot CoreXY Build | Thingiverse Profile

            Megamannen 1 Reply Last reply Reply Quote 0
            • Megamannen
              Megamannen @Phaedrux last edited by

              @Phaedrux
              According to documentation M701 runs "filamanets/PLA/load.g" and you should run M703 to run "filamanets/PLA/config.g"

              But when I load PLA it runs both filamanets/PLA/load.g and filamanets/PLA/config.g
              (now I get unsure if it's the web-gui that does a M701 + M703 on filament change or if it's the M701 that does this undocumented behaviour)

              fcwilt OwenD 2 Replies Last reply Reply Quote 0
              • fcwilt
                fcwilt @Megamannen last edited by

                @megamannen

                If you load a filament from the DWC it first runs load.g for that filament and then runs config.g for that filament.

                Frederick

                Printers: A FT-5 with the 713 upgrade bits. A custom MarkForged style. A small Utilmaker style and a CoreXY from kits. Various hotends. Using Duets (2 and 3) running 3.4.1

                1 Reply Last reply Reply Quote 1
                • Tinchus
                  Tinchus last edited by

                  I have just found this post after posting my own. Im having the same issue on 3.4 stable.

                  Docementation says for loading a filament, load.g will be executed but for executing the config.g I have to call for it using M703. But that is not happening: after load.g, the config.fg file is executed automatically.

                  Is this a bug or a new behaviour not documented?

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

                    DWC runs both and always has. It's different than running M701 by itself.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • OwenD
                      OwenD @Megamannen last edited by

                      @megamannen said in Filements in RepRapFirmware, fw or doc issue?:

                      (now I get unsure if it's the web-gui that does a M701 + M703 on filament change or if it's the M701 that does this undocumented behaviour)

                      DWC issues all the commands necessary to complete the task at once.
                      My comments in this thread also apply here

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