Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

effector collison with starting g-code #69

Open
skylersell opened this issue Mar 11, 2021 · 1 comment
Open

effector collison with starting g-code #69

skylersell opened this issue Mar 11, 2021 · 1 comment

Comments

@skylersell
Copy link

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

@aegean-odyssey
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants