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

    retract amount on DWC?

    Scheduled Pinned Locked Moved
    Duet Web Control
    2
    3
    118
    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.
    • duttiundefined
      dutti
      last edited by

      Is there a option to handle the retract amount in the DWC?
      Usally I calculate the retract amount on Cura, but I think since I use DWC, the retract has a bigger amount especially when doing a pause.
      Can I change this in DWC?
      Thanks

      fcwiltundefined 1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @dutti
        last edited by

        @barbarossa-cologne

        Check out the system file pause.g.

        This is mine:

        M83                 ; relative extruder moves
        G1 E-2 F3600        ; retract filament (see resume.g)
        
        G91                 ; relative moves
        G1 Z10 F600         ; move nozzle out of the way - step 1
        
        G90                 ; absolute moves
        G1 X0 Y95 F6000	    ; move nozzle out of the way - step 2
        
        
        

        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

        duttiundefined 1 Reply Last reply Reply Quote 0
        • duttiundefined
          dutti @fcwilt
          last edited by

          @fcwilt
          thanks!

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