-
Notifications
You must be signed in to change notification settings - Fork 55
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
Ruida driver does not change between Mark and Cut #194
Comments
The initialization of the first layer "green, mark" is
The initialization of the second layer "red, cut" is
|
With "my" old visicut 1.8, th initialization looked like this:
Second layer:
|
|
See fblaese@d36821b for a possible fix. The part_number increment and first_* reset for each part probably was lost at some point in time. Compared to before, the Layer_* commands are now in front of each layer's code instead of the beginning. This does not seem to be an issue, though. |
Previously only the first layer properly generated the layer property code, due to missing resets of layer-specific variables. Reset the layer-specific variables after every layer. Fixes: t-oster#194
Previously only the first layer properly generated the layer property code, due to missing resets of layer-specific variables. Reset the layer-specific variables after every layer. Fixes: t-oster#194
Previously only the first layer properly generated the layer property code, due to missing resets of layer-specific variables. Reset the layer-specific variables after every layer. Fixes: t-oster#194
@kkaempf
Configure green lines for Mark (weak laser power and fast move, to scratch only the surface)
Configure red lines for Cut (strong and slow)
Load an svg that uses both, e.g. the attached head.svg
When Mark is first in the list, then everything is marked.
When Cut is first in the list, then everything is cut.
Expected behaviour: when done with one setting, we correctly switch to the other.
The text was updated successfully, but these errors were encountered: