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

    Purge Bucket G-code

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    1
    1
    593
    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.
    • Karimundefined
      Karim
      last edited by Karim

      Hey can anyone share their purge g-code form their startup script. I am using purge bucket and would like to purge in the bucket before print, I see the hotend go to print and there is no filament coming out at the start of print. I do not want to purge on the bed, I have this working when I am using single color print.

      This is on my Duetwifi .

      ; tpost0.g
      ; Wait for set temperatures to be reached
      M106 R2 ; restore print cooling fan speed
      M116 P0 ; wait for tool 0 heaters to reach operating temperature
      M83 ; relative extruder movement
      G1 E2 F3600 ; extrude 2mm

      ;tpost1.g
      M106 R2 ; restore print cooling fan speed
      M116 P1 ; wait for tool 1 heaters to reach operating temperature
      M83 ; relative extruder movement
      G1 E2 F3600 ; extrude 2mm

      ;tfree2.g:
      M83 ; relative extruder movement
      G1 E-2 F3600 ; retract 2mm
      M106 S0 ; turn off our print cooling fan
      G91 ; relative axis movement
      G1 Z3 F500 ; up 3mm
      G90 ; absolute axis movement
      G28 X U ; home the X and U carriages

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