That FilCatch is a nice idea: I use to do the same manually with a pincette, but this would automate the process.
But for sharpening the filament tip, cutting it off in an angle of 45° to 60° (thus in a sharp point) with an electronics cutter seems way faster and easier. Then it can easily be inserted in the feeder too.
Recommended Posts
mastory 44
What I do instead of something like the Filcatch is just add a couple lines to my start gcode that causes the nozzle to drag across the build platform at the start before printing. At times, I have placed a small ridge of painters tape to drag a cross to shear the the excess plastic from the nozzle on the way.
Something like this (for UMO) at the very end of the start Gcode moves the platform back to the nozzle at X=5, Y=5, Z=0. From here it goes into the sliced model Gcode which starts at the same level thereby dragging from 5,5,0 to the beginning of the print. When the print starts, all the boogers have been left along the way. and the nozzle is clean.
...
G1 X5 Y5 Z-15 F9000 ;drag nozzle
G1 F9000
M117 Printing...
Link to post
Share on other sites
vitalsparks 8
Sounds like a good idea - easy to do in Cura with UM2? I have modified gcode for my Prusa i3 using Cura, but the facility does not seem to be there (to the best of my knowledge) for UM2.
Link to post
Share on other sites