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

Incorrect Homing Scripts for CoreXY and Delta #18

Closed
b0ssman opened this issue Nov 29, 2019 · 1 comment
Closed

Incorrect Homing Scripts for CoreXY and Delta #18

b0ssman opened this issue Nov 29, 2019 · 1 comment

Comments

@b0ssman
Copy link

b0ssman commented Nov 29, 2019

The config generates H2 G1 movements for delta and corexy.

this is incorrect as H2 only moves one motor.

e.g
Homedelta
G1 H2 Z-5 F6000 ; move down a few mm so that the nozzle can be centred
This will move only the z motor on a delta.

CoreXY
homex
G1 H2 X-5 F6000 ; go back a few mm
this wil move x and y on a corexy machine

i would sugget to only use H2 on a cartesian machine

@chrishamm
Copy link
Collaborator

Thanks, this should be fixed in v2.1.4.

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