Ender 3 wiper brush holder

These are wiper brush mounts for the Ender 3.
116
329
4
4596
updated October 14, 2020

Description

PDF

These are wiper brush mounts for the Ender 3. They attaches to the two bolts on the right side of the X-axis and requires no modification to the printer. The only difference between the two is the orientation. They both can be printed without supports. The brush needs to be glues onto the part.

The brush moves with the Z axis and can be used on any layer.

Brush used: https://www.aliexpress.com/item/32717622692.html

The brush should be at around 235 to 249 on the X-axis.

You will need to enable wiping in Marlin 2.0 if you want to use G12 to wipe. G12 in action:
https://www.youtube.com/watch?v=fycvtZrwkFU

#define NOZZLE_CLEAN_FEATURE
#if ENABLED(NOZZLE_CLEAN_FEATURE)
  // Default number of pattern repetitions
  #define NOZZLE_CLEAN_STROKES  12

  // Default number of triangles
  #define NOZZLE_CLEAN_TRIANGLES  3

  // Specify positions for each tool as { { X, Y, Z }, { X, Y, Z } }
  // Dual hotend system may use { {  -20, (Y_BED_SIZE / 2), (Z_MIN_POS + 1) },  {  420, (Y_BED_SIZE / 2), (Z_MIN_POS + 1) }}
  #define NOZZLE_CLEAN_START_POINT { { 235, 100, (Z_MIN_POS + 1) } }
  #define NOZZLE_CLEAN_END_POINT   { { 249, 100, (Z_MIN_POS + 1) } }

  // Circular pattern radius
  #define NOZZLE_CLEAN_CIRCLE_RADIUS 6.5
  // Circular pattern circle fragments number
  #define NOZZLE_CLEAN_CIRCLE_FN 10
  // Middle point of circle
  #define NOZZLE_CLEAN_CIRCLE_MIDDLE NOZZLE_CLEAN_START_POINT

  // Move the nozzle to the initial position after cleaning
  #define NOZZLE_CLEAN_GOBACK

  // Enable for a purge/clean station that's always at the gantry height (thus no Z move)
  #define NOZZLE_CLEAN_NO_Z
#endif

Print instructions

Printer Brand: Creality
Printer: Ender 3
Rafts: No
Supports: No
Resolution: 0.2
Infill: 20%
Filament: [ Generic PETG ]Black

Tags



Model origin

The author marked this model as their own original creation. Imported from Thingiverse.

License