Commit graph

1667 commits

Author SHA1 Message Date
Garth Minette
b6cfda0537 Remove apply_list(). Renamed affine_frame_map() to affine3d_frame_map() 2021-01-20 13:36:41 -08:00
Revar Desmera
c36ddcf11a
Merge pull request #389 from revarbat/revarbat_dev
Update docs and regressions for apply()
2021-01-19 20:57:02 -08:00
Garth Minette
e836213754 Update docs and regressions for apply() 2021-01-19 20:53:09 -08:00
Revar Desmera
7992c7b8a0
Merge pull request #388 from revarbat/revarbat_dev
Revarbat dev
2021-01-19 04:55:45 -08:00
Garth Minette
2093d730ab Corrected bezier patches example. 2021-01-19 04:51:28 -08:00
Garth Minette
456364c5ae Reworked bezier docs, and pruned redundant functions. 2021-01-19 04:36:53 -08:00
Garth Minette
8d753b471b Enable using apply() on VNF and bezier patches. 2021-01-19 04:32:40 -08:00
Revar Desmera
d8e1e3dbff
Merge pull request #387 from revarbat/revarbat_dev
Revarbat dev
2021-01-17 01:42:26 -08:00
Garth Minette
291353d928 Merge branch 'master' into revarbat_dev 2021-01-17 01:38:50 -08:00
Garth Minette
8fb9ef222a Removed slot(), arced_slot(). Fixed positional args ordering and docs. 2021-01-17 01:38:10 -08:00
Garth Minette
92417f0cbb Added path_extrude2d(). 2021-01-17 01:36:43 -08:00
Revar Desmera
dfe6dbd86f
Merge pull request #386 from adrianVmariano/master
Fix bug in offset_sweep where rounded ends always have 50 points regardless of $fn/$fa/$fs.
2021-01-16 19:47:01 -08:00
Adrian Mariano
9dfdc1c622 Fix bug in offset_sweep where rounded ends always have 50 points
regardless of $fn/$fa/$fs.
2021-01-16 21:53:08 -05:00
Revar Desmera
8bec85b5ea
Merge pull request #385 from adrianVmariano/master
Fixed debug_polygon bug.  Tweaked error reporting for round_corners and added new examples.
2021-01-16 01:20:11 -08:00
Adrian Mariano
ac0293ef74 Fixed debug_polygon bug. Tweaked error reporting for round_corners
and added new examples.
2021-01-15 21:08:22 -05:00
Revar Desmera
3825bd0cc8
Merge pull request #384 from adrianVmariano/master
doc updates
2021-01-15 15:39:08 -08:00
Adrian Mariano
caac76e23e doc updates 2021-01-14 22:39:14 -05:00
Revar Desmera
08c2923550
Merge pull request #383 from adrianVmariano/master
Fixed bug with collinear points in round_corners. Allow use of "joint" option with circle method in round_corners.
2021-01-14 17:11:49 -08:00
Adrian Mariano
cb4cebe0b9 Fixed bug with collinear points in round_corners.
Allow use of "joint" option with circle method in round_corners.
2021-01-14 18:34:10 -05:00
Revar Desmera
7e88eac490
Merge pull request #382 from revarbat/revarbat_dev
Fixed vnf_get_vertex() for single point.
2021-01-14 00:34:44 -08:00
Garth Minette
98aad31b69 Fixed vnf_get_vertex() for single point. 2021-01-14 00:32:40 -08:00
Revar Desmera
8a1693c10d
Merge pull request #379 from adrianVmariano/master
doc fixes for skin
2021-01-12 20:56:11 -08:00
Adrian Mariano
5650171ed6 doc fixes for skin 2021-01-12 22:15:20 -05:00
Revar Desmera
1820d7d2b3
Merge pull request #378 from revarbat/revarbat_dev
reauleaux_polygon() fixes
2021-01-12 00:12:19 -08:00
Garth Minette
a1755d0a37 Docs usage correction for reuleaux_polygon() 2021-01-12 00:09:39 -08:00
Garth Minette
34ce1c203f Fixed named anchors for reuleaux_polygon() 2021-01-12 00:01:03 -08:00
Revar Desmera
0260495f19
Merge pull request #377 from adrianVmariano/master
trapezohedron fix
2021-01-11 23:46:19 -08:00
Adrian Mariano
4cfa541866 Scaling of inradius, outradius, midradius fixed for trapezohedron.
This fixes rounding for trapezohedron.
2021-01-11 23:25:13 -05:00
Revar Desmera
56a7037e81
Merge pull request #376 from revarbat/revarbat_dev
Added reuleaux_polygon()
2021-01-11 02:03:50 -08:00
Garth Minette
c790969ceb Added reuleaux_polygon() 2021-01-11 01:57:51 -08:00
Revar Desmera
b59e1740a8
Merge pull request #374 from matthewfallshaw/master
Fix `cyl` ignoring `circum` when a `chamfer` or `rounding` is provided
2021-01-10 21:26:04 -08:00
Matthew Fallshaw
b7afa26e9b Fix cyl ignoring circum when a chamfer or a rounding is present. 2021-01-09 18:40:07 +11:00
Matthew Fallshaw
4c4e1c7993 Compare cylinders, with and without chamfers and circum. 2021-01-09 18:38:34 +11:00
Revar Desmera
54c9f4bd5b
Merge pull request #373 from revarbat/revarbat_dev
Various attachments.scad docs fixes.
2021-01-07 21:24:40 -08:00
Garth Minette
1ebe6115a9 Various attachments.scad docs fixes. 2021-01-07 21:22:31 -08:00
Revar Desmera
3e6ae830dd
Merge pull request #372 from revarbat/revarbat_dev
Tweaks for planar bounding_box()
2021-01-07 20:19:20 -08:00
Garth Minette
7eb66b2eab Tweaks for planar bounding_bax() 2021-01-07 20:16:28 -08:00
Revar Desmera
694335b4e3
Merge pull request #371 from revarbat/revarbat_dev
Clean up Usage docs lines for arrays.scad.  Typo fix in joiners.scad.
2021-01-07 19:34:55 -08:00
Garth Minette
d89c72e8a7 dovetail() length->slide in example. 2021-01-07 19:32:10 -08:00
Garth Minette
729baada91 Merge branch 'master' into revarbat_dev 2021-01-07 19:21:45 -08:00
Garth Minette
f328ca87a5 Clean up Usage docs lines for arrays.scad. Typo fix in joiners.scad. 2021-01-07 19:17:10 -08:00
Revar Desmera
41403497e0
Merge pull request #369 from adrianVmariano/master
Fixed bug with snap_pin_socket, tweaked dovetail docs. Fixed offset bugs, one affecting regions and one affecting paths of length2.
2021-01-06 19:32:33 -08:00
Adrian Mariano
e87b9cd6f0 undef fixes for screws.scad 2021-01-06 22:29:11 -05:00
Adrian Mariano
db65b14410 fix undef bug in cyl() 2021-01-06 22:08:54 -05:00
Adrian Mariano
286eadd84b parameter tweak 2021-01-06 21:31:40 -05:00
Adrian Mariano
30d960bf6d Changed dovetail interface to use slide, length and width and support
more positional args.
2021-01-06 20:45:11 -05:00
Adrian Mariano
00bbc3efe6 removed echo 2021-01-06 19:59:31 -05:00
Adrian Mariano
b12565f85c Fixed bug with snap_pin_socket, tweaked dovetail docs.
Fixed offset bugs, one affecting regions and one affecting paths of length2.
2021-01-06 16:45:24 -05:00
Revar Desmera
a5945971ae
Merge pull request #367 from revarbat/revarbat_dev
Revarbat dev
2021-01-05 22:38:34 -08:00
Garth Minette
052a381f80 Merge branch 'master' into revarbat_dev 2021-01-05 22:11:08 -08:00