-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
embroidery pcs jump #158
Comments
I copied most of the format from earlier code and had some rather major questions about it. Embroidermodder/libembroidery#129 I honestly don't know what's correct for the format. I'd think that we might need to have Wilcom produce some more things to check what's valid. I don't trust the format and I don't really know anything that generally uses it. |
apparently it seems to work, but there is an error in the code I wrote there, the size is not real |
PCS (Pfaff home) Design format.pdf |
From what I saw of this pcs file, it stores blocks like pes, I made a 9-byte console in it, following and notifying the color change.
From what I also saw, the change would be 3 integer, and the byte by[0] always being the index of the color block
the color stop bytes are always followed by all bytes like zero minus the by[0] because it indicates the index of the color.
The text was updated successfully, but these errors were encountered: