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

Origin function does not work #19

Open
TheGuv opened this issue Nov 5, 2013 · 2 comments
Open

Origin function does not work #19

TheGuv opened this issue Nov 5, 2013 · 2 comments

Comments

@TheGuv
Copy link
Contributor

TheGuv commented Nov 5, 2013

Setting the origin using the LCD panel menu function does appear to set the variables ofsx,ofsy,ofsz and they do appear to be used in calculations within LaosMotion.cpp. Unfortunately we can see that the job starts at physical position x=0,y=0 without taking the offset into account.

Presumably reset() gets called before each job (which zeros the offset variables) but commenting out the 'ofsx = ofsy = ofsz = 0' line results in runaway after job completion so I'm having to resort to offsetting the job in Visicut by eye.

@TheGuv
Copy link
Contributor Author

TheGuv commented Nov 5, 2013

@peteruithoven
Copy link
Contributor

Issue 64 is moved to github: #33

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