Commit graph

2693 commits

Author SHA1 Message Date
Revar Desmera
0e99908440
Merge pull request #737 from revarbat/revarbat_dev
Removed invalid zip() reference.
2021-11-18 20:01:55 -08:00
Garth Minette
9a71a69762 Removed invalid zip() reference. 2021-11-18 20:01:06 -08:00
Revar Desmera
220af82d31
Merge pull request #736 from revarbat/revarbat_dev
Enable endcap1 for stroke() with a single-vertex path.
2021-11-18 19:56:14 -08:00
Revar Desmera
7cdc880a43
Merge pull request #735 from adrianVmariano/master
ellipse update
2021-11-18 19:41:23 -08:00
Garth Minette
eb3bd8da0a Enable endcap1 for stroke() with a single-vertex path. 2021-11-18 19:33:57 -08:00
Adrian Mariano
1ec9faec39 remove enumerate, zip, ellipse uniform sampling with realign 2021-11-18 19:02:50 -05:00
Revar Desmera
96a210b5a4
Merge pull request #734 from revarbat/revarbat_dev
Reduced s= to 100 for half functions.
2021-11-17 18:20:24 -08:00
Garth Minette
f1ff6b4480 Merged attachments tweaks. 2021-11-17 15:34:00 -08:00
Revar Desmera
28987dc910
Merge pull request #730 from adrianVmariano/master
remove nil & noop
2021-11-17 15:17:46 -08:00
Adrian Mariano
ba2e1d45f1 remove anchor_isect reference 2021-11-17 14:16:22 -05:00
Adrian Mariano
475129fd95 revamp extruded region attachables and apply to linear_sweep. 2021-11-17 13:38:07 -05:00
Adrian Mariano
2bfb4e39e7 more fixes 2021-11-16 23:12:03 -05:00
Garth Minette
e90b56f76c Reduced s= to 100 for half functions. Fixed asserts for extruded region/path attachment geometries. 2021-11-16 19:40:50 -08:00
Adrian Mariano
cd664f830c attachment bugfixes 2021-11-16 22:13:00 -05:00
Adrian Mariano
47bf93e6cb more anchoring fixes 2021-11-16 20:46:37 -05:00
Adrian Mariano
45e64f309c bug fixes 2021-11-16 20:33:51 -05:00
Adrian Mariano
d576526b60 VNF interface update skin.scad and shapes2d.scad 2021-11-16 18:49:37 -05:00
Adrian Mariano
7dfb99c5bb fix test 2021-11-16 06:15:56 -05:00
Adrian Mariano
6b20232f99 remove nil and noop 2021-11-15 23:55:57 -05:00
Revar Desmera
379678127f
Merge pull request #729 from adrianVmariano/master
attachment fixes
2021-11-15 15:56:45 -08:00
Adrian Mariano
886d316532 fix circle attachment bug 2021-11-14 10:06:04 -05:00
Adrian Mariano
0c3c983051 oval() -> ellipse() 2021-11-13 19:45:58 -05:00
Adrian Mariano
ed275481b0 tweak axes for docs 2021-11-13 17:40:24 -05:00
Adrian Mariano
b671a0c37d add attachments to region()
rewrite "circle" attachment to use line intersection
2021-11-13 10:47:51 -05:00
Revar Desmera
647d327df5
Merge pull request #728 from adrianVmariano/master
rect center, stroke error message
2021-11-12 13:28:38 -08:00
Adrian Mariano
f605bafb0d fix tests 2021-11-12 06:18:14 -05:00
Adrian Mariano
bc431016fc remove ALLNEG and fix rect errors due to bad get_anchor default doc 2021-11-11 22:55:03 -05:00
Adrian Mariano
8b5a02297a remove ALLPOS 2021-11-11 22:46:39 -05:00
Adrian Mariano
5b62f2859a catch case where endcaps are too long for path in stroke()
make rect() default to centered
2021-11-11 22:43:19 -05:00
Revar Desmera
2fec5a381d
Merge pull request #727 from adrianVmariano/master
doc tweaks/vnf_merge split
2021-11-11 18:48:28 -08:00
Adrian Mariano
4ddc340fd5 add tests for new file 2021-11-11 20:05:53 -05:00
Adrian Mariano
6d1c754ed8 organize masks into massk3d.scad and masks2d.scad 2021-11-11 19:34:16 -05:00
Adrian Mariano
477dd55781 remove polygon_shift, hide noncollinear_triple
modify glued circle to not produce duplicate points
2021-11-11 18:50:26 -05:00
Adrian Mariano
ec87be11ec fix tests 2021-11-11 09:09:54 -05:00
Adrian Mariano
69e8491659 doc tweaks
vnf_merge split
2021-11-11 08:45:30 -05:00
Revar Desmera
229e7ee487
Merge pull request #726 from adrianVmariano/master
doc tweaks, cuboid bugfix
2021-11-10 20:50:43 -08:00
Adrian Mariano
d6d086430c more tweaks, delete BTM 2021-11-10 23:12:14 -05:00
Adrian Mariano
1925bad599 doc tweaks, cuboid bugfix 2021-11-10 22:47:28 -05:00
Revar Desmera
5dd9cff487
Merge pull request #725 from revarbat/revarbat_dev
Removed zip_long() from See Alsos.
2021-11-10 19:04:44 -08:00
Garth Minette
522f0399d7 Removed zip_long() from See Alsos. 2021-11-10 19:02:51 -08:00
Revar Desmera
225d6f512b
Merge pull request #724 from adrianVmariano/master
misc tweaks
2021-11-10 17:50:30 -08:00
Adrian Mariano
a105c05182 doc fixes 2021-11-10 20:28:06 -05:00
Adrian Mariano
727bc43401 doc fixes 2021-11-10 19:58:47 -05:00
Adrian Mariano
8d1b8ac302 fix tests 2021-11-10 18:35:13 -05:00
Adrian Mariano
2a3a22ade7 hide contents of edges.scad
edges.scad holds new 4 section docs for how to specify cube parts
2021-11-10 16:34:10 -05:00
Adrian Mariano
a81b6c6931 misc tweaks 2021-11-09 22:27:55 -05:00
Revar Desmera
22847597b1
Merge pull request #723 from revarbat/revarbat_dev
Fixes for extrude_path2d()
2021-11-07 16:39:58 -08:00
Garth Minette
e5b657a6f4 Fixes for extrude_path2d() 2021-11-07 14:53:53 -08:00
Revar Desmera
3225eda155
Merge pull request #722 from adrianVmariano/master
region.scad doc fixes
2021-11-07 14:38:41 -08:00
Adrian Mariano
97be7c3cd8 doc fixes 2021-11-06 20:26:08 -04:00