mpmd_marlin_1.1.x icon indicating copy to clipboard operation
mpmd_marlin_1.1.x copied to clipboard

effector collison with starting g-code

Open skylersell opened this issue 3 years ago • 1 comments

When printing my printer goes to extrude the outside strip and hits one of the bed clips. Is there any other start g-code that can fix this. Thanks

skylersell avatar Mar 11 '21 03:03 skylersell

Your issue sounds like an issue in a similar vein to issues, #11 and #19. The nozzle should be able to clear the bed clips, but in some machines this not the case. The links above point to some remedies and as you suggest, it is possible to modify the start-up g-code.

The snippet below is taken from the start-up g-code. The three "54s" in the second and third lines sets a 54mm radius for the priming strip -- you can change these "54s" to another value to set a more suitable radius (e.g. 50).

; extrude a strip outside of the perimeter
G92 E0
G1 X-54 Y0 Z0.32 F2700
G3 X0 Y-54 I54 E20 F900
G92 E0

aegean-odyssey avatar Mar 12 '21 04:03 aegean-odyssey