Voron 0 Purge Bucket v0 - poop & smack
Description
This is a purge bucket I did for my V0.2 LDO. It'll make a poop then smack it with the toolhead into the bucket. Snap the clip holder inside the left aluminum extrusion (near the acrylic) about 20mm from the top aluminum extrusion. Hang the bucket there. Change this value in your printer's config file: ``` [extruder] ... max_extrude_cross_section: 30 ... ``` Also add this macro: ´´´ [gcode_macro POOP] gcode: M117 Poopies! M300 ;poop warning G92 E0 ; home all axes G90 ; absolute positioning G1 E4.0 F3600 G1 Z20 F3000 ; move nozzle away from bed G1 X10 Y10 Z0.3 F5000.0 ; Move to start position M106 S100 G1 X10 Y10 Z9 E50 F30 G1 X10 Y10 Z9 M106 S255 G4 P7500 M106 S0 M117 Flushing... G1 X60 Y10 Z9 F5000 G1 Z0.4 G1 X10 Y10 Z0.4 F3600 M117 Printing... ``` Now you can use POOP macro in your slicer after PRINT_START line. ( Don't forget to remove older purge line codes). This was not my idea but I adapted to a more friendly print.
Statistics
Likes
0
Downloads
0