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

    Multiple motion system

    Scheduled Pinned Locked Moved Solved
    General Discussion
    8
    69
    3.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.
    • Alvaundefined
      Alva @dc42
      last edited by

      @dc42 Thank you. I will try it out and let you know the status.

      1 Reply Last reply Reply Quote 0
      • Alvaundefined
        Alva @dc42
        last edited by

        @dc42 g binary "0:/firmware/Duet3_SDiap32_MB6HC.bin" not found , in the drop box this file is not available

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

          @Alva Get the "Duet3_SDiap32_MB6HC.bin" file individually from here: https://github.com/Duet3D/RepRapFirmware/releases/tag/3.5.1
          Otherwise it's in the zip file download in most releases, eg in "Duet2and3Firmware-3.5.4.zip" here https://github.com/Duet3D/RepRapFirmware/releases/tag/3.5.4

          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

          Alvaundefined 1 Reply Last reply Reply Quote 0
          • Alvaundefined
            Alva @droftarts
            last edited by

            @droftarts thank you. got it.

            Alvaundefined 1 Reply Last reply Reply Quote 0
            • Alvaundefined
              Alva @Alva
              last edited by

              @Alva Tested the second motion system with the new version 3.6.0.beta2 + 5, but i am getting the error shows in the picture below:
              11546a9b-8d8b-4f0e-bfff-1722a3a4109c-image.png

              tried gcode :

              set global.daemonStop = true ; stopped the daemon
              M118 S{"starting to move"}
              G90
              set global.daemonStop = false ; activated the daemon which only use U axis
              G1 X0 Y0
              M400 S1
              G91
              G1 X100 Y100 F200
              M400 S1
              G90
              M118 S{"move done"}
              M99
              

              daemon.g :

              ; File Name: 		/sys/daemon.g
              if(!exists(global.daemonStop))
              	global daemonStop = false	; Set to 1 to stop the daemon.g, it can be use to upload a new daemon.g file
              
              while( global.daemonStop == false )
                  if(state.status== "processing")
                      G91
                      M596 P1
                      G1 U5 F300      
                      M596
                  G4 P0
              M99; Exit; File Name: 		/sys/daemon.g
              
              Alvaundefined 1 Reply Last reply Reply Quote 0
              • Alvaundefined
                Alva @Alva
                last edited by

                @Alva U axis was trying to use only in the second motion system. so motion system 0 and motion system 1 are not able to execute simultaneously.

                Alvaundefined 1 Reply Last reply Reply Quote 0
                • Alvaundefined
                  Alva @Alva
                  last edited by

                  @Alva i have tried the same with the 3.6.0.beta2 +3 it worked as intended

                  Alvaundefined 1 Reply Last reply Reply Quote 1
                  • Alvaundefined
                    Alva @Alva
                    last edited by

                    3723076a-3e13-4b97-8ac7-195a87a4f8c8-image.png

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

                      @Alva We're going to release 3.6.0-beta.3 in a couple of days, please retest when we release that.

                      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

                      Alvaundefined 1 Reply Last reply Reply Quote 0
                      • Alvaundefined
                        Alva @droftarts
                        last edited by

                        @droftarts Sure will do. Thank you.

                        T3P3Tonyundefined 1 Reply Last reply Reply Quote -1
                        • T3P3Tonyundefined
                          T3P3Tony administrators @Alva
                          last edited by

                          @Alva it's released:

                          https://forum.duet3d.com/topic/37289/software-version-3-6-0-beta-3-now-available

                          Testing is appreciated 🙏

                          www.duet3d.com

                          Alvaundefined 1 Reply Last reply Reply Quote 0
                          • o_lampeundefined
                            o_lampe
                            last edited by

                            My understanding of the dual gcode stream is: you can open two gcode files at the same time and have a daemon.g running in the background?
                            At the same time you'd have to split the config.g into two portions.
                            Maybe put the U-axis specific lines in the startcode of the second stream?

                            Alvaundefined 1 Reply Last reply Reply Quote 0
                            • Alvaundefined
                              Alva @T3P3Tony
                              last edited by

                              @T3P3Tony Tested the above mentioned testing procedure and got the same error as 3.6.0.beta2 + 5.

                              1 Reply Last reply Reply Quote 0
                              • Alvaundefined
                                Alva @o_lampe
                                last edited by Alva

                                @o_lampe My requirement is to utilize the unused axes during printing, with their movement controlled via daemon.g and triggered by a flag. My understanding of multiple motion systems is that the unused axes should be accessible to the other motion system. However, the error I am encountering indicates that the unused axes are still being treated as part of the motion system responsible for the print job.

                                Alvaundefined 1 Reply Last reply Reply Quote 0
                                • Alvaundefined
                                  Alva @Alva
                                  last edited by

                                  Any updates about this topic? My observation is 3.6.0-beta2+3 worked , but after that it is broken. Thank you

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

                                    @Alva I've asked @dc42 to have a look at the issue.

                                    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

                                    Alvaundefined 1 Reply Last reply Reply Quote 0
                                    • Alvaundefined
                                      Alva @droftarts
                                      last edited by

                                      @droftarts Okay , 🙏 thank you.

                                      Alvaundefined 1 Reply Last reply Reply Quote 0
                                      • Alvaundefined
                                        Alva @Alva
                                        last edited by Alva

                                        @Alva @dc42 sorry for writing again, but will there be fix regarding this topic in the next version?

                                        dwuk3dundefined 1 Reply Last reply Reply Quote 0
                                        • T3P3Tonyundefined T3P3Tony referenced this topic
                                        • dwuk3dundefined
                                          dwuk3d @Alva
                                          last edited by

                                          @Alva I think I am getting the same issue as you - in 3.5.4 I can access my U axis in Motion system 1 ok - but not in any of the 3.6.0 beta versions I have tried.

                                          The problems I am getting though the 3.5.4 is that the synchronisation isn't working - with either M598 and M400 don't seem to work. Plus also I can't seem to extend the length of the queue with M595 beyond 5 entries.

                                          dwuk3dundefined 1 Reply Last reply Reply Quote 0
                                          • dwuk3dundefined
                                            dwuk3d @dwuk3d
                                            last edited by dwuk3d

                                            @Alva Update - Just managed to get it working in 3.6.0b4 - by surrounding all references to the U axis in M596 P1 - including in the homing macro's

                                            M598 still not working for me though -

                                            plus in my case I am finding a connected Mini5+ board runs slow in 3.6.0b vs 3.5.4 - so I have left that board at 3.5.4

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