Lex Neva
1b0245c52c
add reverse one rail param
2023-03-10 22:15:40 -05:00
Kaalleen
fd6e43cf00
Various fixes ( #2125 )
...
* add unit info to scale value in ripple stitch
* fix apply threadlist with empty description
* fix satin type ripple with unequal nodes
* fix legacy auto_fill conversion
* inform about too small meander shapes
2023-03-09 18:57:55 +01:00
Kaalleen
ec076315bb
Various lock stitch options ( #2006 )
...
Co-authored-by: Lex Neva
2023-02-27 16:05:52 +01:00
Lex Neva
e2965e78f0
use snake case
...
per python coding standard
2023-02-20 15:27:55 -05:00
Lex Neva
f6c2aa8919
add more check_stop_flag() calls
2023-02-16 22:56:16 -05:00
George Steel
c2c256727b
Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/fix-running-stitch
2023-01-28 20:20:40 -05:00
Kaalleen
f2f1fea0cb
remove subpaths with only one node from satins ( #2033 )
2023-01-28 22:33:58 +01:00
Kaalleen
88ae2b3c54
fix random e-stitch
2023-01-28 14:51:12 +01:00
Kaalleen
5481277458
fix short stitch for second rail
2023-01-28 12:02:17 +01:00
George Steel
c56180fb99
fix reversed contour underlay
2023-01-22 14:50:26 -05:00
George Steel
1b64f594da
fix bad end of center walk underlay
2023-01-12 23:07:48 -05:00
George Steel
8d13e09bc4
spelling
2023-01-07 19:32:29 -05:00
George Steel
28e6898e2e
fix length ramdomization
2022-12-28 19:38:55 -05:00
George Steel
9e88534c27
fix typos
2022-12-27 01:12:15 -05:00
George Steel
26c24d98ed
python 3.8 fixes
2022-12-26 20:53:30 -05:00
George Steel
e28ea888a9
use random oracle for randomized satin columns and redo split stitches
2022-12-26 20:13:48 -05:00
George Steel
dd115ae02f
Merge remote-tracking branch 'origin/claudine/random_satin_column' into george-steel/random-base-satin
2022-12-10 23:36:19 -05:00
George Steel
2cec72cbbd
Merge branch 'george-steel/expose-trim-after'
2022-12-10 19:29:01 -05:00
Claudine
c4c22cac4f
use split parameters
2022-11-27 18:14:41 +01:00
Kaalleen
b8161a97c3
satin offset_points
2022-11-27 10:17:43 +01:00
Kaalleen
e9278c55c3
This and that ( #1727 )
...
* dont fail on satin with fill
* fill stitch error message
* convert to satin mac issue
* auto_satin: add rung for two node old style satins
* avoid divide by zero in intersect_region_with_grating
* fix for incorrect stagger in guided fill
* better rail sectioning algorithm
* fix #1780
* fix #1816
Co-authored-by: Lex Neva
2022-11-27 08:37:59 +01:00
George Steel
495a22ea55
Merge commit '72b001e7' into george-steel/random-base-satin
2022-11-24 23:50:00 -05:00
George Steel
81168fd299
typo fixes
2022-11-24 21:10:14 -05:00
George Steel
739e2b9670
add option to swap rails
2022-11-23 23:09:57 -05:00
George Steel
7cef2c9a09
typo fixes
2022-11-23 21:58:39 -05:00
George Steel
08581d7eae
Make pull-compensation and insets per-side
2022-11-17 01:51:33 -05:00
George Steel
e2ab19d92f
fix shadowing bug leading to division by zero
2022-11-11 00:26:59 -05:00
George Steel
9237d19f0c
fix code formatting
2022-11-11 00:20:59 -05:00
George Steel
e1d9677ea0
fix typos
2022-11-08 22:53:55 -05:00
George Steel
8728e8d7b2
Add proportional inset and balance properties to underlay.
2022-11-06 22:23:25 -05:00
George Steel
3aa92ba7b7
change pull_compensation_rails to a continuous balance and fix some edge cases.
2022-11-06 20:23:21 -05:00
Claudine
72b001e7c2
add random parameters to satin columns
2022-11-06 14:31:28 -05:00
Claudine
4285a6fb7f
add pull_compensation_percent
2022-11-06 10:49:25 -05:00
Kaalleen
3985b5ac71
Add short stitch feature to satin column ( #1695 )
2022-06-24 07:25:22 +02:00
Kaalleen
68deec88a8
Satin center walk underlay repeats ( #1671 )
2022-06-10 16:23:44 +02:00
Kaalleen
bc4f3b4699
Auto route for running stitch ( #1638 )
...
* add auto route for running stitch
* introduce free motion commands
Co-authored-by: Lex Neva <github.com@lexneva.name>
2022-05-18 16:02:07 +02:00
Kaalleen
f9d57f6ea5
Fix lettering scale, etc. ( #1620 )
...
* fix lettering scale
* adapt to updated inkex: transform operator, selections
* fix #1597
* no traceback error message on broken satin columns
* highlight troubleshoot "steps to solve" through additional headline
* set a minimum value for running stitch repeats
* rename "import" thread list to "apply" thread list
2022-04-24 08:27:42 +02:00
Kaalleen
bab2a338a5
add max stitch length to satin zigzag underlay ( #1360 )
2021-09-30 13:33:43 +02:00
Kaalleen
b49f7d2831
keep satin column edges
2021-08-16 16:30:22 +02:00
Lex Neva
923ff3cb97
fix more patch references
2021-08-07 12:37:17 -04:00
Lex Neva
84cb4e2c33
move StitchGroup into lib.stitch_plan
2021-08-07 11:21:13 -04:00
Lex Neva
12ef0c84aa
Merge remote-tracking branch 'origin/main' into kaalleen/satin-patterns
2021-08-07 10:58:02 -04:00
Lex Neva
c1e6558f78
rename Patch to StitchGroup
2021-08-07 10:57:53 -04:00
luzpaz
e6fad808e9
Fix typos ( #1291 )
2021-07-29 20:52:44 +02:00
Kaalleen
8e229770a5
corrections
2021-06-30 14:12:27 +02:00
Kaalleen
9604e411d4
remove get_pattern from satin_column
2021-06-29 20:52:46 +02:00
Kaalleen
20176008f7
update split pattern
2021-06-29 20:42:16 +02:00
Kaalleen
aa24b3a3a2
everywhere patterns
2021-06-29 19:17:12 +02:00
Kaalleen
ecacb9829e
pattern markers
2021-06-28 20:05:50 +02:00
Kaalleen
2f54ff2a43
group command extension
2021-06-27 22:47:43 +02:00