summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorX3msnake <X3msnake@users.noreply.github.com>2018-02-22 17:23:23 +0000
committerGitHub <noreply@github.com>2018-02-22 17:23:23 +0000
commit68c6e37fad2526f9a904226d13f0ef09b56585e4 (patch)
tree2da5bcb115b48e9397bcc5746c94690db844ea99
parentdc587099a2e26ef6ce238ef709f508a91175a45d (diff)
Update info on trim
Since pull #29 trim and stop are integrated so no external edit needed anymore
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8588988b..551ba020 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ ink/stitch will create a file named `something.___`, where `something` is the na
Copy your rectangle and paste it elsewhere on your canvas. Deselect any shapes (**Edit -> Deselect**), re-run the extension, and look at the output. You'll see that both regions have been stitched, and there will be a line connecting them. That's a jump-stitch, where the machine will move a long distance between stitching the sections.
-If you're like me, your machine can't automatically cut the thread between stitching sections, so you'll need to minimize jump stitches as much as possible through careful planning of your stitch path. If your machine *can* do thread cuts, congratulations! But you'll need to modify ink/stitch to allow you to specify a thread cut, because there's no way to do that right now.
+If you're like me, your machine can't automatically cut the thread between stitching sections, so you'll need to minimize jump stitches as much as possible through careful planning of your stitch path. If your machine *can* do thread cuts, congratulations, since #29 is possible to add trim for each object on the params menu!
However, note that ink/stitch pays attention to the colors you use for objects. If you change colors from one object to the next, ink/stitch will include a color-change instruction using the color you've set for the object. My machine cuts the thread and waits for me to switch to the new thread color.