Skip to content

Commit

Permalink
Merge pull request #164 from compas-dev/bug_fix
Browse files Browse the repository at this point in the history
Bug fix :paths orientation was not unified, sometimes paths were flipping, now it's fixed
  • Loading branch information
ioannaMitropoulou authored Oct 31, 2022
2 parents 6f1bf59 + d4a0713 commit dfddf17
Show file tree
Hide file tree
Showing 8 changed files with 7,978 additions and 4,050 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Unreleased
**Fixed**
* spiralize_contours : After function points are reprojected on the mesh
* Curved slicing grasshopper file improved
* Bug in post-processing of slicer paths generation

**Deprecated**

Expand Down
Binary file modified examples/2_curved_slicing/curved_slicing_master.gh
Binary file not shown.
98 changes: 57 additions & 41 deletions examples/2_curved_slicing/data_Y_shape/boundaryHIGH.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,60 @@
[
111,
112,
115,
117,
119,
121,
123,
125,
127,
129,
131,
133,
135,
137,
139,
141,
143,
145,
147,
148,
149,
150,
258,
259,
262,
264,
266,
268,
270,
272,
274,
276,
278,
280,
282,
284,
286,
288,
290,
292,
294,
296,
297
152,
154,
156,
158,
160,
162,
164,
166,
168,
170,
172,
174,
176,
178,
180,
182,
184,
186,
188,
190,
192,
194,
196,
198,
200,
202,
203,
357,
358,
361,
363,
365,
367,
369,
371,
373,
375,
377,
379,
381,
383,
385,
387,
389,
391,
393,
395,
397,
399,
401,
403,
405,
407,
409,
411,
412
]
52 changes: 30 additions & 22 deletions examples/2_curved_slicing/data_Y_shape/boundaryLOW.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
[
834,
835,
836,
838,
840,
842,
844,
846,
848,
850,
852,
854,
856,
858,
860,
874,
875,
876,
877,
878,
879,
880
1810,
1811,
1812,
1814,
1816,
1818,
1820,
1822,
1824,
1826,
1828,
1830,
1832,
1834,
1836,
1838,
1840,
1842,
1844,
1846,
1848,
1850,
1852,
1854,
1856,
1858,
1860,
1862,
1864,
1866
]
Loading

0 comments on commit dfddf17

Please sign in to comment.