Robin Swift
Robin Swift
Ah, that's the error message I need. Can you paste the output of: ``` % xxd test.sew | head ``` I.e. the first 256bytes in hex format.
Yeah, that's big jumps not being split properly. I know about that bug. If you hang on 5 minutes I may work out what this colour change bug is.
Can you paste the output of ``` % ./libembroidery/embroider test.pes test.csv % head test.csv ```
So what I want to see is slightly below that: ``` % head -n40 test.csv ```
Oh dear, that's a new one. I've not cleared out the memory for the strings so it's got whatever rubbish is there. I'm writing a patch that should help with...
Ok, `git pull` and rebuild with `cmake --build .`.
You've followed me to here I've not been confused by your replies at any point. This is a good real world test of the software, so I'm enjoying it.
You do `git pull` from inside the code directory. So from where your terminal appears to be: ``` cd libembroidery git pull ```
Huh, now that's surprising. How similar to your design is ``` number of colors = 251 number of stitches = 3896 ``` I doubt it really is a 251 thread...
and how many stitches?