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

    12864 command M701 S"nnn"

    Scheduled Pinned Locked Moved
    General Discussion
    4
    12
    461
    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.
    • demonlibraundefined
      demonlibra
      last edited by

      Good day.
      Is it possible to add command M701 S"ABS" to menu.
      Tryed to write command:

      button R20 C2 T"LOAD ABS" A"M701 S#0" L"ABS"
      

      but nothing happened.

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

        Perhaps it doesn't like the S#0?

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • demonlibraundefined
          demonlibra
          last edited by demonlibra

          The command must be

          M701 S"ABS"
          

          but in configuration menu file I cannot write like this

          button R20 C2 T"LOAD ABS" A"M701 S"ABS""
          

          Doudble double quote will not working correctly.
          How to write this command correctly?

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

            @demonlibra try this:

            button R20 C2 T"LOAD ABS" A"M701 S""ABS"""
            

            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

            1 Reply Last reply Reply Quote 0
            • demonlibraundefined
              demonlibra
              last edited by

              button R20 C2 T"LOAD ABS" A"M701 S""ABS"""
              

              The line can be selected, but no characters are displayed.
              The filament load command does not start.

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

                @demonlibra said in 12864 command M701 S"nnn":

                A"M701

                Is this missing a " ?

                Z-Bot CoreXY Build | Thingiverse Profile

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

                  @Phaedrux
                  Sorry, I dont understand

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

                    @demonlibra Nevermind, I misstook the command.

                    I'm not sure what the problem would be.

                    Z-Bot CoreXY Build | Thingiverse Profile

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

                      @phaedrux To use command M701 we must put in double quote name of the filament.
                      But to write line in menu we must put in double quote whole command.
                      Double double quote did not working.

                      Sorry for my english.

                      1 Reply Last reply Reply Quote 0
                      • rjenkinsgbundefined
                        rjenkinsgb
                        last edited by

                        How about making a macro file containing the command, then just call the macro with the button line?

                        Robert J.

                        Printers: Overlord pro, Kossel XL+ with Duet 6HC and "Frankentron", TronXY X5SA Pro converted to E3D toolchange with Duet 6HC and 1LC toolboards.

                        demonlibraundefined 1 Reply Last reply Reply Quote 1
                        • demonlibraundefined
                          demonlibra @rjenkinsgb
                          last edited by

                          @rjenkinsgb I am already thinking about it.
                          I will use this option if I don’t find another solution.

                          1 Reply Last reply Reply Quote 0
                          • demonlibraundefined
                            demonlibra
                            last edited by demonlibra

                            created folder "/menu/filaments"

                            created files pla, abs, petg with content

                            M701 S"PLA"
                            
                            M701 S"ABS"
                            

                            ...

                            Working fine.

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