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

    Virtual (shadow) drives

    Scheduled Pinned Locked Moved
    Firmware wishlist
    2
    4
    213
    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.
    • Nuramoriundefined
      Nuramori
      last edited by

      I was hoping (looking) for a way to effectively create a virtual variant of a drive, so that the same motor could operate under different settings, but be used as effectively as a different, addressable drive. for instance, if we had in our config.g file the following:
      ...
      M584 E0.6
      M569 P0.6 S0

      M563 P0 S"main filament" D0 H1 F0
      ...

      that I could also then make a shadow version of the one motor to for all intents and purposes be driven as a different motor when associated with another tool (printhead), like so...

      ...
      M584 E0.6:0.6!
      M569 P0.6 S0
      M569 P0.6! S1

      M563 P0 S"main filament" D0 H1 F0
      M563 P1 S"support filament" D1 H1 F0

      I'm looking for a way to design something to use one motor, but operate in reverse when set to be a "different" head.

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

        @nuramori
        Can't you just define two different M569 in the tool change macros?

        Nuramoriundefined 1 Reply Last reply Reply Quote 0
        • Nuramoriundefined
          Nuramori @o_lampe
          last edited by

          @o_lampe hmmm, can you modify the motor on the fly like that? if so, then I think that would work.

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

            @nuramori
            @dc42 said, I could change the whole kinematic model 'on the fly', so it's worth a try..
            Some parameters can't be changed mid-print, it would be nice to have a table about those do's and don'ts

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