Wykres commitów

1430 Commity (7a73b201159bec1c45ad483251264baf872f6952)

Autor SHA1 Wiadomość Data
Lex Neva 7a73b20115 tidy imports 2018-12-12 20:55:04 -05:00
Lex Neva 74e6dac011 avoid creating paths with empty 'd' in stitch plan (#363) 2018-12-12 20:55:04 -05:00
Lex Neva e47fcaa8da tidy up imports 2018-12-12 20:55:04 -05:00
Lex Neva ef83ff75a0 use proper defaults for fill and stroke in Params (#362) 2018-12-12 20:55:04 -05:00
Kaalleen 8389d792ad
Fix encoding 2018-11-23 22:09:40 +01:00
Ink/Stitch Crowdin integration 9255667a65 new translations from Crowdin 2018-11-23 01:47:31 +00:00
Kaalleen 05aaf36d6d
add editable footer
closes #346
2018-11-15 17:39:25 +01:00
Lex Neva f5c85183d9
basic lettering (#344)
Can handle multiple lines of text and routes the stitching in alternating directions on each line.
2018-11-14 20:23:06 -05:00
Lex Neva 238ad843dd
use latest pyembroidery (#347)
fixes PHC load problem (#345)
2018-11-14 20:12:13 -05:00
Ink/Stitch Crowdin integration 10223d3ebd new translations from Crowdin 2018-10-31 01:36:10 +00:00
Lex Neva 6ded67dfea v1.20.0: auto-route satin, sewing time estimate, and g-code output
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
2018-10-30 20:07:51 -04:00
Kaalleen 98612eeae3 Print Estimated Time (#341) 2018-10-30 18:06:31 -06:00
Lex Neva be833f898f
new extension: Auto-Route Satin Columns (#330)
**video demo:** https://www.youtube.com/watch?v=tbghtqziB1g

This branch adds a new extension, Auto-Route Satin Columns, implementing #214!  This is a huge new feature that opens the door wide for exciting stuff like lettering (#142).

To use it, select some satin columns and run the extension.  After a few seconds, it will replace your satins with a new set with a logical stitching order.  Under-pathing and jump-stitches will be added as necessary, and satins will be broken to facilitate jumps.  The resulting satins will retain all of the parameters you had set on the original satins, including underlay, zig-zag spacing, etc.

By default, it will choose the left-most extreme as the starting point and the right-most extreme as the ending point (even if these occur partway through a satin such as the left edge of a letter "o").  You can override this by attaching the new "Auto-route satin stitch starting/ending position" commands.

There's also an option to add trims instead of jump stitches.  Any jump stitch over 1mm is trimmed.  I might make this configurable in the future but in my tests it seems to do a good job.  Trim commands are added to the SVG, so it's easy enough to modify/delete as you see fit.
2018-10-30 17:43:21 -06:00
Lex Neva d9525968a2
fix manual stitch and add debugging support (#339)
* add debugging support using pydev

* fix: don't add tie stitches for manual stitch

* fix style
2018-10-23 18:08:46 -06:00
Ink/Stitch Crowdin integration 3e6704e5c0 new translations from Crowdin 2018-10-23 01:30:15 +00:00
Lex Neva 1d55716f26
add g-code output format (#336) 2018-10-20 17:50:39 -06:00
Ink/Stitch Crowdin integration 6735077a0a new translations from Crowdin 2018-10-18 01:27:11 +00:00
Kaalleen 5888a8ae10
Fix PDF operator notes
use text() not html() (#338)
2018-10-17 17:03:55 +02:00
AkiraNorthstar fb707ca4a2 Update Makefile (#324)
add inx, locales and *.zip to distclean
2018-10-06 19:07:53 -06:00
Ink/Stitch Crowdin integration 43d780c93f new translations from Crowdin 2018-10-02 01:18:46 +00:00
Ink/Stitch Crowdin integration 4a908c2040 new translations from Crowdin 2018-09-30 01:17:27 +00:00
Lex Neva 8830eb7d40
new extension: split satin (#315)
This branch adds a new command to split a satin column at a specified point.  The split happens at a stitch boundary to ensure that the two resulting satins sew just like the original.  All parameters set on the original satin remain set on the two new satins, and all rungs are retained.  If one of the satins would have no rungs left, a new rung is added.

How to use:

1. Select a satin column (simple satin doesn't work)
2. Attach the "Satin split point" command using the "Attach commands to selected objects" extension.
3. Move the symbol (or just the connector line's endpoint) to point to the exact spot you want the satin to be split at.
4. Select the satin column again.
5. Run "Split Satin Column".
6. The split point command and connector line disappear, and nothing else appears to have happened.  Select your satin and you'll see that it's been split.

This extension is a by-product of my initial work on #214.  Ink/Stitch will need the ability to split a satin at an arbitrary point, and I figured, why not go ahead and release that functionality as an extension while I'm at it? :)
2018-09-29 14:00:36 -06:00
Lex Neva 5139c13fd7
Merge pull request #316 from inkstitch/lexelby/bug-fixes
more bug fixes
2018-09-29 13:22:05 -06:00
Ink/Stitch Crowdin integration ee7ed8f679 new translations from Crowdin 2018-09-26 01:14:58 +00:00
Lex Neva 22bf485d97 v1.19.1 working Mac version
Bugfixes:
* mac version works again
* fix "attach commands" for non-english languages
* simulator window minimum size to avoid squishing buttons
2018-09-22 12:22:34 -04:00
Lex Neva b88821bcfe
Merge pull request #325 from inkstitch/lexelby/fix-mac
always use pyinstaller 3.3.1
2018-09-22 12:21:45 -04:00
Kaalleen efc2816f3c
update simulator (#318)
* fix change direction button
* pause animation when going one step forward or backward
* add button tool tips to inform about shortcut keys
2018-09-22 07:59:20 +02:00
Lex Neva 3ca3045328
Merge pull request #321 from inkstitch/lexelby/ugettext
use ugettext() instead of gettext()
2018-09-21 22:09:50 -04:00
Lex Neva bde2314255 always use pyinstaller 3.3.1 2018-09-21 20:18:22 -04:00
Ink/Stitch Crowdin integration d8560b6045 new translations from Crowdin 2018-09-19 01:12:34 +00:00
Lex Neva ac77a72f3f bullets require unicode strings 2018-09-18 20:39:54 -04:00
Lex Neva 9203283081 use ugettext() instead of gettext() 2018-09-18 20:24:53 -04:00
Ink/Stitch Crowdin integration f637043fa4 new translations from Crowdin 2018-09-18 01:12:03 +00:00
Lex Neva 4272c81383 verbose 2018-09-17 21:08:22 -04:00
Lex Neva 03f6709a88 don't remove messages.po 2018-09-17 21:04:47 -04:00
Lex Neva 1484977688 more deps 2018-09-17 20:43:23 -04:00
Lex Neva 4602c4c929 spell Babel correctly 2018-09-17 20:36:35 -04:00
Lex Neva 174c54e8b0 install pybabel too 2018-09-17 20:30:11 -04:00
Lex Neva b2be7b5cbc try python... 2018-09-17 20:20:38 -04:00
Lex Neva 009f67b57e
Merge pull request #319 from inkstitch/lexelby/fix-cron
install pyembroidery in crowdin build
2018-09-17 20:15:03 -04:00
Lex Neva 00184d7ae8 install pyembroidery in crowdin build 2018-09-17 20:11:08 -04:00
Lex Neva 5e9cb83a93 remove code style exemption for params.py and simulator.py 2018-09-16 13:09:49 -04:00
Lex Neva fa125ff27e remove obselete 'fake color change' code 2018-09-16 13:09:00 -04:00
Lex Neva 9b619de228 use faster algorithm for ties 2018-09-15 21:35:04 -04:00
Lex Neva bdf98a7e91 handle SVGs without bounding box 2018-09-15 21:03:42 -04:00
Lex Neva 5953d54c14
Merge pull request #314 from inkstitch/lexelby/messages.po
auto-generate messages.po in cron job
2018-09-15 13:13:44 -04:00
Lex Neva baee286190 remove git hook 2018-09-15 13:03:34 -04:00
Lex Neva 6d57e4ce5c remove messages.po 2018-09-15 13:03:10 -04:00
Lex Neva 5c8fcb9512 generate messages.po at upload time 2018-09-15 13:01:58 -04:00
Lex Neva 3405a24e4a add make clean target 2018-09-15 13:01:41 -04:00