Commit graph

1522 commits

Author SHA1 Message Date
Revar Desmera
d9c43629ec
Merge pull request #333 from adrianVmariano/master
offset sweep fixes
2020-12-12 20:24:31 -08:00
Adrian Mariano
ce8bc6f818 Fix offset_sweep for change to scale() and to handle undefs in the RC 2020-12-12 22:37:35 -05:00
Revar Desmera
061a42beec
Merge pull request #332 from adrianVmariano/master
tweaked vac example in turtle3d added delete_last() to arrays.scad added endpoint= option to arc added tests for last two things
2020-12-12 18:26:15 -08:00
Adrian Mariano
ecb915eb8f fixed arc test 2020-12-12 21:24:33 -05:00
Adrian Mariano
b82f1b8e5d tweaked vac example in turtle3d
added delete_last() to arrays.scad
added endpoint= option to arc
added tests for last two things
2020-12-12 21:15:33 -05:00
Revar Desmera
7dfda7cd96
Merge pull request #331 from revarbat/revarbat_dev
Clarify to unpac zipfile with directories.
2020-12-12 17:49:02 -08:00
Garth Minette
20f4d8830f Clarify to unpac zipfile with directories. 2020-12-12 17:42:14 -08:00
Revar Desmera
0d6de3871a
Merge pull request #330 from revarbat/revarbat_dev
Fixes for turtle3d docs.
2020-12-12 17:27:19 -08:00
Garth Minette
0874bfcc43 Fixes for turtle3d docs. 2020-12-12 17:11:19 -08:00
Revar Desmera
424f5db97c
Merge pull request #329 from adrianVmariano/master
Added turtle3d.  Typo fixes in docs.
2020-12-11 16:24:50 -08:00
Adrian Mariano
081ef23eba Added turtle3d. Typo fixes in docs. 2020-12-11 19:01:03 -05:00
Revar Desmera
d6d00ae625
Merge pull request #328 from revarbat/revarbat_dev
Fixed some undef warnings in distributors.
2020-12-09 23:45:55 -08:00
Garth Minette
4a25761b9a Added BOSL2 logo example. 2020-12-09 23:44:22 -08:00
Garth Minette
70a6b7fac8 Fixed some undef warnings in distributors. 2020-12-09 23:43:08 -08:00
Revar Desmera
682a626f6f
Merge pull request #327 from adrianVmariano/master
Add path_sweep2d and change path_sweep to accept ccw shape without producing inverted output.  Minor doc fixes.
2020-12-09 02:08:33 -08:00
Adrian Mariano
008d1c5002 Add path_sweep2d and change path_sweep to accept ccw shape without
producing inverted output.  Minor doc fixes.
2020-12-08 21:41:50 -05:00
Revar Desmera
00bf097c57
Merge pull request #326 from plut/plut_dev
Plut dev
2020-12-04 17:12:06 -08:00
Jerome Plut
245a545b6e vnf_halfspace: fixed loop detection 2020-12-04 09:06:34 +01:00
Jerome Plut
8b22f3da08 Wrote better documentation for get_named_args() 2020-12-04 00:10:23 +01:00
Jerome Plut
abc8881b00 Fixed indentation issues in docs 2020-12-03 21:48:43 +01:00
Jerome Plut
3d97508a98 Merge branch 'plut_dev' of github:plut/BOSL2 into plut_dev 2020-12-03 21:40:55 +01:00
Jerome Plut
e983f6599d fixed indentation 2020-12-03 21:40:32 +01:00
Jerome Plut
8ab4b7c538 fixed indentation 2020-12-03 21:40:32 +01:00
Jerome Plut
8a7555cc76 reset is_region() to pass tests 2020-12-03 21:40:32 +01:00
Jerome Plut
1d324128e4 Added more flexibility to get_named_args(), and all the left_half(), etc. as functions 2020-12-03 21:40:32 +01:00
Jerome Plut
be8b1036d8 Improved a bit on is_region(); use get_named_args() in half_of() 2020-12-03 21:40:32 +01:00
Jerome Plut
16204c6724 Allowed half_of() to work on paths, regions and surfaces. 2020-12-03 21:40:32 +01:00
Jerome Plut
96bd60aceb half_of() coded as a function for points, paths and regions; VNFs still TODO 2020-12-03 21:40:32 +01:00
Jerome Plut
4dff5e7fea fixed indentation 2020-12-03 21:36:35 +01:00
Jerome Plut
328a7e8daa fixed indentation 2020-12-03 21:34:59 +01:00
Jerome Plut
4af725eec1 reset is_region() to pass tests 2020-12-03 21:25:57 +01:00
Jerome Plut
c7c982710f Added more flexibility to get_named_args(), and all the left_half(), etc. as functions 2020-12-03 21:23:48 +01:00
Adrian Mariano
8dff77b8bc Fixed trapezohedron bug 2020-12-03 21:23:48 +01:00
Garth Minette
12a8388ae6 Fix math.scad regression. 2020-12-03 21:23:48 +01:00
Jerome Plut
22d853852d Improved a bit on is_region(); use get_named_args() in half_of() 2020-12-03 18:00:31 +01:00
Jerome Plut
91bca08f50 Allowed half_of() to work on paths, regions and surfaces. 2020-12-03 17:45:20 +01:00
Revar Desmera
3590de426b
Merge pull request #322 from plut/modulated_circle
fixed modulated_circle() to work as advertised
2020-12-02 20:27:40 -08:00
Revar Desmera
bce5dd5699
Merge pull request #324 from adrianVmariano/master
Fixed trapezohedron bug
2020-12-02 17:25:07 -08:00
Revar Desmera
191bc099a8
Merge pull request #325 from revarbat/revarbat_dev
Fix math.scad regression.
2020-12-02 17:24:06 -08:00
Garth Minette
e6ef5e98be Fix math.scad regression. 2020-12-02 17:21:58 -08:00
Jerome Plut
d47fbef5a7 half_of() coded as a function for points, paths and regions; VNFs still TODO 2020-12-03 01:01:39 +01:00
Adrian Mariano
ae61174a87 fix test for yscale change 2020-12-02 18:25:13 -05:00
Adrian Mariano
579a3e5c99 Fixed trapezohedron bug 2020-12-02 18:15:05 -05:00
Jerome Plut
0df1308e4e fixed modulated_circle() to work as advertised 2020-12-01 23:56:57 +01:00
Garth Minette
f36fbb60db Fix for #166: tweaks for xcopies, etc. 2020-11-30 21:09:00 -08:00
Revar Desmera
021073863a
Merge pull request #320 from revarbat/revarbat_dev
Fix for #241: split_polygons_at_each_y produces non simple polygons
2020-11-29 22:42:10 -08:00
Garth Minette
d43b4667d5 Fix for #241: split_polygons_at_each_y produces non simple polygons 2020-11-29 22:39:42 -08:00
Revar Desmera
9b724a1bad
Merge pull request #319 from revarbat/revarbat_dev
Guard linear_extrude()s
2020-11-29 20:31:02 -08:00
Garth Minette
0399cd085c Guard various linear_extrude()s for height=0 2020-11-29 20:23:03 -08:00
Garth Minette
fa0281f246 Added error checking to cuboid() 2020-11-29 19:21:35 -08:00