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

    Duet 2 Hangprinter, 5-bar Scara, Polar, Rotary Delta kinematics

    Scheduled Pinned Locked Moved
    General Discussion
    19
    40
    3.0k
    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.
    • bbergerundefined
      bberger
      last edited by

      I wouldn't be completely opposed to feature freezing the Duet 2 WiFi - but then I'd want a drop-in replacement (not Duet 3) upgrade path.

      If I have to re-wire and reconfigure everything I'd probably just jog on and install Klipper.

      Don't want to be rude, I love my Duet stuff and if you give me a straight drop-in replacement (form factor, plug types) I'd be up for that.

      It's not about money for me (only have one printer right now and would love to build a "backup" secondary printer) - but I don't want to invest the time to rebuild everything.

      oliofundefined 1 Reply Last reply Reply Quote 0
      • oliofundefined
        oliof @bberger
        last edited by

        @bberger The only thing you'd need to rewire going from a Duet 2 to a Duet 3 mini 5+ is the heater wiring, the rest can be re-used as is. You'd likely require to adjust a couple of pin designations, but even that is likely to be less of an issue. So while this won't necessarily satisfy your requirement of "drop-in replacement", it'll probably be less effort than moving to klipper -- which is a great alternate choice, so if this path leads you there, you probably won't be disappointed. It may not be as straightforward if you use any of the kinematics covered in this thread though, since they're either not supported at all or in experimental branches at best, as far as I can see.

        After all, the intent of this thread is gauging whether dropping those kinematics from Duet2 builds to make room for future features would be acceptable. It sounds like to you, it may -- no new hardware needed, you can stick with RRF, and you'll get all the new features for the most common kinematics (-:

        <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

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

          @vwegert It's not the number of drivers that are different, but the max. current AFAIK?
          The Duet3 mini is more like the Maestro. Not well suited for NEMA23 on a CNC or strong Nema17 extruders.

          bbergerundefined 1 Reply Last reply Reply Quote 0
          • bbergerundefined
            bberger @o_lampe
            last edited by

            @o_lampe or 2.4A Moon's motors like in my case.

            1 Reply Last reply Reply Quote 0
            • Miss Rebekahundefined
              Miss Rebekah
              last edited by

              im using a duet 2 for a robot arm

              1 Reply Last reply Reply Quote 0
              • EducatingSavvasundefined
                EducatingSavvas @dc42
                last edited by

                @dc42 Was desperately hoping someone would create a kinematic for cartesian with a rotary z - for tangential knife cutters or concrete/clay printers with vector following nozzle.

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

                  @joergs5 said in Duet 2 Hangprinter, 5-bar Scara, Polar, Rotary Delta kinematics:

                  @gloomyandy I see, added recently (between 3.4.0-beta7 and rc1), so the whole problem already solved... Thank you for information.

                  Yes, for those prepared to build the firmware themselves. The change I propose is to remove support for some kinematics in the standard firmware binary that we release. I'll leave linear delta in because it's popular, also I'll leave SCARA in because it was the second nonlinear kinematics implemented and the machine I test Duet 2 Ethernet on is a SCARA.

                  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

                  JoergS5undefined 1 Reply Last reply Reply Quote 0
                  • JoergS5undefined
                    JoergS5 @dc42
                    last edited by

                    @dc42 said in Duet 2 Hangprinter, 5-bar Scara, Polar, Rotary Delta kinematics:

                    I'll leave linear delta in because it's popular

                    My wish would be that the kinematic can be commented out without breaking code at other places in the firmware, so if I use an exotic kinematic, I can maximize available memory.

                    Snimaxundefined 1 Reply Last reply Reply Quote 1
                    • Snimaxundefined
                      Snimax @JoergS5
                      last edited by Snimax

                      @joergs5 There is a #define SUPPORT_LINEAR_DELTA in the code so I think it's already possible 🙂 . I believe the discussion is about which kinematics should be enabled by default in the provided binaries.

                      JoergS5undefined 1 Reply Last reply Reply Quote 2
                      • JoergS5undefined
                        JoergS5 @Snimax
                        last edited by JoergS5

                        @snimax said in Duet 2 Hangprinter, 5-bar Scara, Polar, Rotary Delta kinematics:

                        #define SUPPORT_LINEAR_DELTA in

                        that's right, but I didn't mean that, but the places where a if-delta code is placed. If there is placed code to call the delta kinematics, it would break. So if there at those places are also those if support_linear_delta switches, it would be fine.

                        I searched an example and here it is: GCodes2 case 665 would probably break trying to change to linearDelta kinematics. (It's not the best example because why would you call 665 if you don't have a delta, but just as example)

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