-
Notifications
You must be signed in to change notification settings - Fork 27
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
Jump stitches not being cut, but stitched #105
Comments
I am only a user of PE (not developer) but with a much simpler machine than yours. On my Janome I need to cut those jump threads by hand, which is easy since they are only attached on start and end points. |
Sorry about the inconvenience. We have not had access to higher-end machines with e.g. automatic trimming features in order to test our library. I would guess that thread trimming is probably an "unimplemented feature" in PEmbroider, i.e. a place where our code is unfinished. There may be special jump codes that can be added to DST files in order to properly trigger the trimmer. We can have a look into this, but would be unable to test without your assistance. |
Thanks for your input, Stephan. I snipped the threads, but the remaining thread isn't fixed to the fabric and starts to come loose with just a little movement of the fabric. This was especially noticeable on the single-line lettering, less so for the larger shapes. |
Hi Golan! I'd be happy to help you test this. So I have PEmbroider export a DST, open it in PE Design, resave it as a DST, test that the threads are trimmed, and send to you if it works? |
@ddnnggmm If I understand you correctly, we have a special command to help with the thread-coming-loose. Please check out the Regarding the testing: YES, that would be the procedure, thank you for your generosity in helping us test. Please make sure the design is as simple and as minimal as possible, so that any changes in the file are easy to spot. Then upload both files (before/after) here, and we'll try to figure it out. |
@golanlevin , PE Design reports "There is no sewing data" when I try to import the PEmbroider-generated DST. :-/ Running it through that online embroider converter produced a file that still had the jump stitches. I'd be happy to try other options you suggest. Tried |
Hi @ddnnggmm , The correct functions are The DST format does support jumps, so I just added the feature to the encoder: f99966a Before this commit, jumps were already encoded when the distance between two stitches is too far, and DST cannot hold the offset value in one byte. So this commit only affects shorter jumps, which were previously ignored. However I don't have the hardware to confirm. Please let me know if there're any issues, thank you very much! |
Thanks, @LingDong-, I'll give Is the DST update something I can test for you? |
Hi @LingDong- and @golanlevin, I got around to trying a few things. Three things to report back.
ruler20201027_resavedInPE.DST.zip
So there's something it doesn't like in the file.
|
Please tell me if this is a "feature", or a bug, or a misunderstanding.
Tested on a Brother PR1050X.
The render of the Hello World shows red lines between shapes, implying that these are jump stitches that will be cut (unless I misunderstand).
But the machine stitched the jump stitches.
I checked on the machine's interface to make sure that "Thread Trimming" was enabled (see here).
Do I misunderstand something?
Thanks!
David
The text was updated successfully, but these errors were encountered: