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

    Two motor extruder custom setting

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    124
    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.
    • awitcundefined
      awitc
      last edited by

      Hi!

      I have configured an extruder with two motors, with a given step ratio. I am wondering if it is possible to override that setting in specific moments, ie. during a retraction,
      to obtain a different ratio than the one in the config.

      For instance, a normal command (here the E value is used for both motors, according to config ratio):

      G1 X151.683 Y193.377 E0.60904
      

      At certain moments, I want to change the value, so that one of the motors does not move:

      G1 X151.683 Y193.377 E0.60904:0
      

      I am looking forward to any solution ideas!

      Best regards,
      AW

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

        @awitc If you have set a mixing ratio with M567 (see https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m567-set-tool-mix-ratios) you can send a command to change this ration. Also, you can send G1 E1:0, because this overrides any M567 setting, see the note for the E parameter: https://docs.duet3d.com/en/User_manual/Reference/Gcodes#g1-controlled-linear-move

        Ennn The amount to extrude between the starting point and ending point1
        ...
        1Where a tool has more than one extruder drive then Ennn:nnn:nnn etc is supported to allow for the individual movement of each to be controlled directly. This overrides the extruder mix ratio set with M567

        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

        awitcundefined 1 Reply Last reply Reply Quote 1
        • awitcundefined
          awitc @droftarts
          last edited by

          @droftarts Great! Exactly what I was looking for, must have overlooked the note. Thanks!

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