Priming Blob
When i print the blob at the beginning of the print , when it moves down to do the wipe my BlTouch crashes into the blob risking that it break
the probe.
I was wanting to move it over a little so that it wil miss the blob.
I would like to now if I can put it in here at line 193
# Move to wipe position, but keep extruding so the wipe is attached to blob
G1 F200 Y{printer.toolhead.axis_minimum.y + 25} E1
G1 F200 Y{printer.toolhead.axis_minimum.y + ratos.prime_y_start|int + 25} E1
change it to
G1 F200 Y{printer.toolhead.axis_minimum.y + 25} X{printer.toolhead.axis_minimum.x -10} E1
Thanks for any help
2 Replies