Servo nozzle wiper for Flsun3D 2020

Printable files

  3 files View

Servo nozzle wiper for Flsun3D 2020

Published at 2024-05-02

By ZigaM

Free
★ ★ ★ ★ ☆ (0 comments)
59

ZigaM

51 objects 25 Followers
Joined over 6 years ago Slovenia

Description

This is how I solved a problem of having to wait and manually remove the oozing filament from the nozzle every time the printing starts. The servo holder is positioned such (picture 2) that the wiper can hit the center of the conical part of a nozzle (picture 3) and then slide over the tip of the nozzle as it moves further. The servo used in this design is a 9g TowerPro SG90. The design also requires some 2mm screws for plastic: 2 countersunk to attach the servo holder, 2 round headed to attach a servo to the holder, 1 that comes with a servo arm, 1 to attach the wiper to the servo arm. You will need to modify the Marlin firmware of your printer to enable one or more servos. In Configuration.h defines: NUM\_SERVOS and SERVO\_DELAY. And in your slicer software you will need to add some code to do the wiping action at the beginning of each print. For example: ; ... ; After the bed has heated up. ; ;--- Servo nozzle wiping --- G91 ;relative positioning G1 Z10 X30 F900 ; lift Z axis, move head away M400 ;wait to finish moves G90 ;absolute positioning M280 P0 S870 ;move servo back G28 X ;home x axis M280 P0 S2000 ;move servo forwards M280 P0 S870 ;move servo back G28 ; home all axes ;--- An updated design ServoOozeWiper5-wiper has two prongs and needs a shorter g-code script: ;--- OOZEMeNaught wiper --- G91 ;realtive pos. G1 Z10 X30 F900 ; lift Z axis, move head away M400 ;wait to finish moves G90 ;abs. pos. M280 P0 S2000 ;move servo forwards G28 X ;home x axis M280 P0 S870 ;move servo back ;---

Comments

You need to be signed in before commenting.

No comments yet, be the first

Join the conversation! Your voice matters. Share your thoughts, ideas, and feedback with us. Let's build a community together.


© 2024 YouMagine. All rights reserved.  2 Berners Road, Islington, London, N1 0PW, United Kingdom