| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This is a small release with one bug fix:
* try to maintain consistent density in satin columns when rails expand or contract from each other
|
|
try to fix satin density issues
|
|
|
|
This uses some trig to try to reduce the excess density we were seeing with
rails that expand or contract from each other. While I was in there I
redid the satin algorithm, making it much simpler and less magical-seeming.
|
|
|
|
Bug fixes:
* properly handle black fill (#362)
* don't create paths with empty "d" attribute when importing DST, PES, etc (#363)
* properly encode trims in JEF files (#377)
* significantly improve error messages for crashes in auto-fill
* informative error message for auto-fill of extremely tiny shapes
* fix file corruption in "Save As" JEF, DST, etc (all formats) (#387)
* Ink/Stitch was erroneously adding a carriage return at the end of the file
* fix print metadata (#372)
* fix adding presets in Params (#381)
* fix crash if fill start and end points are very close
* don't crash on a design with no stitches
* support manual stitch paths with a single stitch
New feature:
* option to skip the last stitch in each row of fill stitch
* usually that stitch is unnecessary and will be very close to the stitch at the start of the next row
* this can reduce stitch count for "free" in most cases
|
|
bug fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It looks like an extra "self" parameter was added to the store_preset call in the add_preset function.
This prevents add_preset from working.
|
|
|
|
|
|
|
|
|
|
|
|
It looks like an extra "self" parameter was added to the store_preset call in the add_preset function.
This prevents add_preset from working.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* new features:
* lettering extension
* generates multi-line text as satin columns in your SVG
* dynamically routes stitching, breaking up satins if necessary and adding running stitch
* live preview window
* many more features forthcoming in future versions
* editable footer in Print PDF with rich text
* great for branding
* can save as default
* bug fixes:
* fix PHC load issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
closes #346
|
|
Can handle multiple lines of text and routes the stitching in alternating directions on each line.
|
|
fixes PHC load problem (#345)
|
|
|
|
This release is packed with new features and important bug fixes!
* new features:
* cut satin column
* break a satin column into two pieces at a specified point
* auto-route satin columns
* arranges the selected satins into a logical stitching order
* cuts satins if necessary
* adds running stitch as "underpathing"
* option to add trim intructions
* huge time-saver!
* sewing time estimate in Print to PDF
* specify your machine's stitches per second
* options to adjust estimates as needed
* g-code output format
* great for DIY arduino-based embroidery machines
* bug fixes
* handle SVGs without a bounding box
* use a faster algorithm for tie stitches
* fixed regression: tie stitches were incorrectly added to manual stitch
* operator notes in Print PDF showed HTML
|