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

layer start needs a moveto(0,0) #38

Open
jnweiger opened this issue Oct 8, 2018 · 2 comments
Open

layer start needs a moveto(0,0) #38

jnweiger opened this issue Oct 8, 2018 · 2 comments
Assignees
Labels

Comments

@jnweiger
Copy link
Member

jnweiger commented Oct 8, 2018

It seems ruida driver assumes the laser head is always at position (0,0) when a new layer starts.
If the last coordinate of the first layer is not (0,0), and the first coordinate of the second layer is (0,0)
then the head does not moveto(0,0) -- instead it starts the second layer from the last point of the first layer.

Example file. Use green (mark) before red (cut):

false-layer-start-bug.svg.zip

This example does a false cut diagonally across the figure.

@jnweiger jnweiger added the bug label Oct 8, 2018
jnweiger pushed a commit to fablabnbg/LibLaserCut that referenced this issue Oct 9, 2018
@jnweiger
Copy link
Member Author

jnweiger commented Oct 9, 2018

@jnweiger
Copy link
Member Author

jnweiger commented Oct 9, 2018

That is what it looks in VisiCut (all right):
20181008_222101

That is what the bug looks like, cutting the green circle first, then the red rectangle:
20181008_222305

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

No branches or pull requests

2 participants