I like the first design but i want to use the original wiper for now so i alter the design in dimension and look a lik
36
203
1
1743
updated February 8, 2024

Description

PDF

Build with petg, stock petg settings within orca slicer profile

klipper macro for the creality k1/ k1c what i use for my k1c

[gcode_macro CLEAN_NOZZLE]
# heat nozzle for best results
variable_x1: 87 # left of brush   <<<edit this value>>>
variable_x2: 133 # right or brush  <<<edit this value>>>
variable_y1: 223.6 # y value         <<<edit this value>>>
variable_z1: 10 # nozzle height   <<<edit this value>>>
gcode:
   M400  ;wait for buffer to clear
   {% if "xyz" not in printer.toolhead.homed_axes %}
       G28         ;home axes before travel moves
   {% endif %}

   G90
   G0 Z6 F3600     ;ensure nozzle is above endstop pin
   G0 X{82} Y{223.60}  ;left position
   G0 Z{3.6}        ;move down, ready for brushing
   
   M117 Brushing Nozzle
   G0 X{x2} F5000  ;move right
   G0 X{x1}        ;move left
   G0 X{x2}        ;move right
   G0 X{x1}        ;move left
   G0 X{x2}        ;move right
   G0 X{x1}        ;move left
   G0 X{x2}        ;move right
   G0 X{x1}        ;move left
   G0 Z10 F3600     ;raise nozzle when done
   M117 Nozzle Cleaned 

Tags



Model origin

The author remixed this model.

Differences of the remix compared to the original

a little bit wider and the length slightly increased

wipe tray leveled out 

tray curved to reduce extruder collisions

License