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

    Very Slow Retraction/Extrusion Movement

    Scheduled Pinned Locked Moved
    Gcode meta commands
    3
    6
    443
    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.
    • FoxLabundefined
      FoxLab
      last edited by FoxLab

      Hi,
      I have built a printer which uses syringes for printing liquids.
      The syrings in use have a diameter of 30mm and therefore the retraction and extrusion speed and amount needs to be controlled very carefully. This works perfect in conjounction with e.g. a slicer like simpify 3.
      However, problems occur when ventilating the liquid channels, which I solve using macros on the Duet Maestro board. Here it seems to be the case that by default a minimum extruder movement speed is set. If I e.g. use the g code command:
      G1 E20 F0.05
      to very slowly move the extruder stepper motor and vent the liquid channels the extruder stepper moves too fast. This results in very high internal system pressures which lead to leakage at the syringe piston.
      Do I assume right in terms of the default mninimum speed set on the duet wifi and is there any way to tweak it?

      In addition I'd like to either tweak available extrusion speeds of the used 7" PanelDue extrusion interface or completely disable the extrusion button function of the panel. Is there a way to do one of these options?

      Thank you in advance
      Dominik

      1 Reply Last reply Reply Quote 0
      • T3P3Tonyundefined
        T3P3Tony administrators
        last edited by

        The default minimum feedbrate is 0.5mm/s:

        https://duet3d.dozuki.com/Wiki/Gcode?#Section_G0_G1_Move

        For CNC users especially: RRF has a default minimum movement speed of 0.5mm/sec. In firmware 2.03 and later this can be changed using the I ('i') parameter of the M203 command

        www.duet3d.com

        1 Reply Last reply Reply Quote 0
        • FoxLabundefined
          FoxLab
          last edited by

          Thank you very much for the fast response!!!
          This will be tested in the upcoming days.

          Will the maximum extrusion speed defined in M203 of the config.g file have an influance on the maximum extrusion speed in the extrusion interface of the PanelDue)

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

            @FoxLab said in Very Slow Retraction/Extrusion Movement:

            Will the maximum extrusion speed defined in M203 of the config.g file have an influance on the maximum extrusion speed in the extrusion interface of the PanelDue)

            Yes, the maximum should be respected.

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • FoxLabundefined
              FoxLab
              last edited by

              Thank you very much for your helpfull answers!!!

              Thus the only remaining question for me is if I can disable the extrusion interface of the panel due somehow or if it is possible to tweak the extrusion speed in this interface?

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

                You could edit the PanelDue firmware itself maybe.

                If the extrusion speeds in the PanelDue interface are too high it won't really matter, because if the speed limit is set low in the config.g it won't be able to move it faster.

                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