Elegoo Neptune 3
by Mopar400 · via Printables
| Format | STL |
| Category | Art |
| License | Public Domain (CC0) |
| Triangles | 1.6k |
| Uploaded | Dec 29, 2022 |
⬇ 90 downloads
❤ 81 likes
👁 5.7k views
Description
Neptune 3 Nozzzle cleaning station Needed: 2 - 3mm short socket heads and nuts These get mounted on the bed plate for indexing points 4 - 8mm x 3mm rare earth magnets 4 - 6mm x 3mm rare earth magnets 1 - small brass brush, I got mine at Harbor Frieght https://www.harborfreight.com/brass-detail-brush-69524.html I also modied the G Code from the origianl to work with Klipper: *** use at your own risk *** [gcode_macro CLEAN_NOZZLE] variable_start_x: 173 variable_start_y: 26 variable_start_z: 30 variable_wipe_dist: -50 variable_wipe_qty: 10 variable_wipe_spd: 200 variable_raise_distance: 35 gcode: {% if "xyz" not in printer.toolhead.homed_axes %} G1 Z 50 G28 {% endif %} G90 ; absolute positioning ## Move nozzle to start position G1 Z{raise_distance} G1 X{start_x} Y{start_y} F6000 G1 Z{start_z} F1500 ## Wipe nozzle {% for wipes in range(1, (wipe_qty + 1)) %} G1 X{start_x + wipe_dist} F{wipe_spd * 60} G1 X{start_x} F{wipe_spd * 60} {% endfor %} ## Raise nozzle G1 Z{raise_distance} G1 y0 G1 x0 G1 z10
Originally published on Printables