You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 perimeterG92E0G1X-54Y0 Z0.32 F2700G3X0Y-54I54E20F900G92E0
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
The text was updated successfully, but these errors were encountered: