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

    Formbot 400

    Scheduled Pinned Locked Moved
    Firmware installation
    3
    20
    849
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      You need a corresponding M950 command to create the pin that the M42 command then controls.

      An example of such a combinations from your config is the fans

      ; --- Case Fan ---
      M950 P5 C"duex.fan7"
      M42 P5 S0.0 ;
      

      What is your air filtration macro actually controlling?

      Z-Bot CoreXY Build | Thingiverse Profile

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

        @phaedrux said in Formbot 400:

        command

        It's controlling a huge fan at the back of the printer to filter air with different spin percentages from 20% to 50% to 80 to 100.

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

          Seems weird to use a fan with M42 instead of M106. I'm not sure what the reason to do that would be.

          At any rate, you'd still need an M950 command that creates the pin for M42 to use.

          What port is the fan actually connected to on the board?

          Z-Bot CoreXY Build | Thingiverse Profile

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

            @phaedrux well I don't know but I have the settings that worked with reprap 2.0 below it shows what pin it is connected to but how can I configure this in my macro settings just copy and past from 2.0 to 3.0

            ;; Convenience macro to make this script be a button on the UI,
            ;; for cases when the built-in filament load/unload UI won't work.
            ;; NOTE you still need to have the tool selected before running this macro
            ;; or you'll get errors.

            M42 P5 S1.0

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

              @unknowx said in Formbot 400:

              well I don't know

              You don't know where it's physically plugged into the board?

              Z-Bot CoreXY Build | Thingiverse Profile

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

                @phaedrux well no because I didn't open to see the board but the old macro config that worked fine states p5 so it must be port 5

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

                  Is it this one?

                  ; --- Case Fan ---
                  M950 P5 C"duex.fan7"
                  M42 P5 S0.0 ;

                  If that's where it's physically connected then your air filter macro needs to change to 5.

                  Either way, we need a pin name, like this C"duex.fan7"

                  Z-Bot CoreXY Build | Thingiverse Profile

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

                    @phaedrux well below is the config for reprap 2.0 which was working fine and the fan name and pin is the same but for reprap 3.0 it's not working see below

                    Screenshot_20220427-043723_Chrome.jpg

                    Phaedruxundefined UnknowXundefined 2 Replies Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator @UnknowX
                      last edited by

                      @unknowx said in Formbot 400:

                      the fan name and pin is the same

                      And if you were using a normal Duet board I might be able to guess what it is.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • UnknowXundefined
                        UnknowX @UnknowX
                        last edited by

                        @unknowx I think I know what the issue is if you agree with me I think I have to remove the semi colon to activate it right?

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

                          which semi colon?

                          Z-Bot CoreXY Build | Thingiverse Profile

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

                            @phaedrux this one I'll market it before the command if you see the first config attached for reprap 2.0 the semicolons are removed to activate the command but the second config for reprap 3.0 the semicolons are there not removed.

                            Screenshot_20220427-043723_Chrome.jpg

                            Screenshot_20220427-044617_Chrome.jpg

                            UnknowXundefined 1 Reply Last reply Reply Quote 0
                            • UnknowXundefined
                              UnknowX @UnknowX
                              last edited by

                              @unknowx actually I am wrong g sorry the case fan is different t from controller fan my bad anyways still don't know why

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

                                Well we just need to know where the cable is physically connected. Perhaps it's labeled or next to a port that's already in use and configured and we can suss out the pin name that way.

                                The semi colon blocks out everything after it only.

                                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