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

decompile original Laser engraving machine.exe #5

Open
lk29 opened this issue Apr 19, 2020 · 1 comment
Open

decompile original Laser engraving machine.exe #5

lk29 opened this issue Apr 19, 2020 · 1 comment

Comments

@lk29
Copy link

lk29 commented Apr 19, 2020

good day
I noticed that in the original program there are several more commands

I decompiled the original
will the rest of the engraver's commands be useful to you?

@lk29
Copy link
Author

lk29 commented Apr 19, 2020

example:
kai deng - Turn on the light
(byte) 2, (byte) 0, (byte) 4, (byte) 0

guan deng - Turn off the lights
(byte) 3, (byte) 0, (byte) 4, (byte) 0

fu_wei - reset
(byte) 6, (byte) 0, (byte) 4, (byte) 0

go X
(byte) 11,
(byte) 0,
(byte) 5,
(byte) (s >> 8),
(byte) s
go Y
(byte) 12,
(byte) 0,
(byte) 5,
(byte) (s >> 8),
(byte) s

etc...

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

1 participant