Move wiping motion 2 mm towards front

Well it looks like my support is over :frowning: but it has been a great year with the Mini2.

Anyway it looks like the wiping is done by the gcode added at the front of generated gcode. Can someone show me which parts I need to look at to tweak it so that the wipe is moved towards the front a tiny bit? It looks like my printed pad holder is getting run into a bit at the back, so moving it up a bit would help. I am not sure why this has happened, but it has.

Monty

In Cura LE go to Settings>Printer>Manage Printers. Select the machine you are working with and click the Machine Settings button. You will find the start gcode there.

This is the code you will need to modify. Adjust the Y values to place the wiping where you want it. You might be able to loosen the wiper holder screws and shift it enough to clear.

G1 X45 Y176 F11520 			; move above wiper pad
G1 Z0 F1200 				; push nozzle into wiper
G1 X45 Y178 Z-.5 F4000		; wiping
G1 X55 Y176 Z-.5 F4000		; wiping
G1 X45 Y177 Z0 F4000		; wiping
G1 X55 Y176 F4000		; wiping
G1 X45 Y178 F4000		; wiping
G1 X55 Y176 F4000		; wiping
G1 X45 Y178 F4000		; wiping
G1 X55 Y176 F4000		; wiping
G1 X60 Y178 F4000		; wiping
G1 X80 Y176 F4000		; wiping
G1 X60 Y178 F4000		; wiping
G1 X80 Y176 F4000		; wiping
G1 X60 Y178 F4000		; wiping
G1 X90 Y176 F4000		; wiping
G1 X80 Y178 F4000		; wiping
G1 X100 Y176 F4000		; wiping
G1 X80 Y178 F4000		; wiping
G1 X100 Y176 F4000		; wiping
G1 X80 Y178 F4000		; wiping
G1 X100 Y176 F4000		; wiping
G1 X110 Y178 F4000		; wiping
G1 X100 Y176 F4000		; wiping
G1 X110 Y178 F4000		; wiping
G1 X100 Y176 F4000		; wiping
G1 X110 Y178 F4000		; wiping
G1 X115 Y176 Z-0.5 F1000	; wiping
G1 Z10					; raise extruder

Thanks for the help. That got me going,

Thanks again
Monty

You can also move the cleaning pad holder over a little bit in the desired direction by loosening the two screws securing it to the bed plate. You may also want to check out the Y-axis endstops, they shouldn’t be loose.