Ender 5 Nozzle Cleaning Station 3d model
Warning. This content is not moderated and could be offensive.
m4
3dmdb logo
Thingiverse
Ender 5 Nozzle Cleaning Station

Ender 5 Nozzle Cleaning Station

by Thingiverse
Last crawled date: 4 years, 4 months ago
Make yourself a cleaning system for your nozzle.
Mounts to the front 2020 extrusion.
Use brass brushes from Harbor Freight with the handle cut off.
I use this on my startup G-code
G12 P1 S2 T3
My firmware setting in Marlin 2.0
define NOZZLE_CLEAN_FEATURE
if ENABLED(NOZZLE_CLEAN_FEATURE)
// Default number of pattern repetitions
define NOZZLE_CLEAN_STROKES 2
// Default number of triangles
define NOZZLE_CLEAN_TRIANGLES 3
// Specify positions as { X, Y, Z }
define NOZZLE_CLEAN_START_POINT { 235, 55, (Z_MIN_POS + 5) }
define NOZZLE_CLEAN_END_POINT { 240, 8, (Z_MIN_POS + 5) }

Tags