Geeetech A10t Purge Bucket with removable bucket by 123TaDa 3d model
3dmdb logo
Thingiverse
Geeetech A10t Purge Bucket with removable bucket by 123TaDa

Geeetech A10t Purge Bucket with removable bucket by 123TaDa

by Thingiverse
Last crawled date: 4 years, 7 months ago
This is a purge bucket attachment for the Geeetech A10t printer, for the purge blob method of color printing.
The x-axis cover plate allows the nozzle to move off the build plate to reach the bucket.
Put silicone in the arm (the white in the picture) for the nozzle to wipe on.
The extruder start g-code:
; Start Extruder 1
M104 S{material_print_temperature} ;M104 S195 ; Set Extruder temperature for new tool
M211 S0 ; Turn off soft stops (to get to the bucket)
G0 X-15 F9000 ; Go to X=-9 at 150 mm/sec (go to the bucket)
G92 E0 ; Reset extrusion distance on new tool
M109 {material_print_temperature} ;M109 R195 ; Wait for Extruder temperature, heat OR cool (in case of change)
; Extrude filament
G91 ; Switch the relative positioning
G1 E40 F200 ;Extrude to clear filament
G1 E5 F90 ; Low speed purge for 5mm (reduce pressure)
G92 E0 ; Set current extruder position to 0
G1 E-3 F300 ; Retract a bit
G90 ;Switch back to absolute positioning (Cura's default)
G92 E0 ; Set the current extrude position to 0, in preparation for the unretract that Cura does (to absolute position E) by default after this)
; Wait for ooze
G4 S3 ; Wait 3 seconds
M109 {material_print_temperature} ;M109 R195 ; Wait for Extruder temperature (so that no waiting happens over the build plate)
; Final wipes
G0 X 2 F6000 ; Wipe
G0 X-15 F6000 ; Wipe
G0 X0 F2000 ; Return
M211 S1 ; Turn on soft stops once more
G1 E-0.5 ; try to prevent pips
G92 E0
; Start Extruder Script End

Tags