CreativeInquiry/PEmbroider

Put file name or sketch name in PES file

Closed this issue · 2 comments

Per Alex Penman on Slack, let's not use the word "Untitled" in the PES files, since this is what is displayed on the Embroidery machines. Instead, use a copy of the PES filename itself.

Now fixed to use the filename: 69ea0fd
In the binary, PEC format restricts the filename to 8 characters though, so most of our examples will show up as PEmbroid 🤷

Ok, the 8-character limit is an interesting situation. What if there were a new function, E.setTitle("tinyName") which was specifically for the title displayed on machine LCDs? This would override the use of the long PES filename, if called. This is analogous to setTitle() in Processing, https://processing.org/reference/setTitle_.html.