Commit graph

2759 commits

Author SHA1 Message Date
Adrian Mariano
7e388293e8 add centering option to move() 2022-01-10 21:23:09 -05:00
Adrian Mariano
dd9b197678 move linear_sweep and spiral_sweep to skin.scad 2022-01-10 21:00:39 -05:00
Adrian Mariano
9a71c5072b fix format call 2022-01-10 20:22:11 -05:00
Adrian Mariano
000ddf87c3 hide is_polygon_on_list
remove debug echo
2022-01-10 19:55:54 -05:00
Adrian Mariano
ec900943df strings reorg 2022-01-10 19:46:51 -05:00
Adrian Mariano
8bbc139c6c update from main repo 2022-01-09 10:55:48 -05:00
Adrian Mariano
c93f2041dc doc tweaks
fix interface to bezier_curve()
2022-01-09 09:55:26 -05:00
Adrian Mariano
b41b90bc2a bug fixes 2022-01-09 09:14:32 -05:00
Adrian Mariano
b1ed2d0c6c bezier surface reorg, removed triangular bezier patches 2022-01-09 01:27:15 -05:00
Adrian Mariano
f5d0854549 debug function rename
attachment function reorder
add axes to egg examples
2022-01-08 23:08:34 -05:00
Adrian Mariano
c61f7b8439 bug fix 2022-01-07 19:06:55 -05:00
Adrian Mariano
1b88fc2375 bugfix 2022-01-07 18:23:41 -05:00
Adrian Mariano
9db49798e4 bugfix 2022-01-07 17:56:26 -05:00
Adrian Mariano
20e9552cc3 bugfix 2022-01-07 16:01:12 -05:00
Adrian Mariano
f395fe5aaf bugfixes 2022-01-07 14:56:31 -05:00
Adrian Mariano
d8aa4ced71 misc doc fixes and organization
beziers reorg
arc bug fix for endpoint=false and N=undef
2022-01-07 14:23:01 -05:00
Adrian Mariano
1df2d49e3c change wiring radius to use round_corners instead of beziers 2022-01-07 12:47:18 -05:00
Adrian Mariano
1547aa8f71 Add egg() function/module 2022-01-07 12:37:47 -05:00
Adrian Mariano
cbaa77c127 added circle_circle_intersection 2022-01-07 12:24:35 -05:00
Adrian Mariano
15b68ffe89 add references for circle functions 2022-01-05 16:20:42 -05:00
Adrian Mariano
70afd85c18 fix smooth_path and path_to_bezier to handle 1-regions 2022-01-04 23:11:34 -05:00
Adrian Mariano
fe9a9a5d01 Change to allow roundings that fully occupy segment with deduplicate 2022-01-02 18:04:24 -05:00
Adrian Mariano
ff1ff2d2b6 Report as error case where roundings exactly cover a segment 2022-01-02 17:30:01 -05:00
Adrian Mariano
a233d8e04f doc tweaks 2022-01-01 22:00:26 -05:00
Adrian Mariano
5fb0335fa3 fix path_chamfer_and_rounding to accept 1-regions and check that input
is a path
2022-01-01 13:50:16 -05:00
Revar Desmera
1d5c34eeb6
Merge pull request #747 from revarbat/revarbat_dev
Added [xyz]move().  Removed affine2d planar returns from transform fu…
2021-12-31 15:43:08 -08:00
Garth Minette
36fadc4e26 Added [xyz]move(). Removed affine2d planar returns from transform functions. 2021-12-31 15:22:13 -08:00
Revar Desmera
a256fc94d1
Merge pull request #746 from revarbat/revarbat_dev
Revarbat dev
2021-12-31 13:09:10 -08:00
Garth Minette
7e65a001e1 Removed planar=true from tutorial. 2021-12-29 19:40:35 -08:00
Garth Minette
2e9c303abb Merge branch 'master' of github.com:revarbat/BOSL2 into revarbat_dev 2021-12-29 18:43:46 -08:00
Revar Desmera
3b433e3eed
Merge pull request #744 from adrianVmariano/master
apply/transform doc fix
2021-12-29 18:43:15 -08:00
Adrian Mariano
13096a8874 improve polyhedron child alignment to face edge 2021-12-29 18:21:12 -05:00
Adrian Mariano
6e2929ff9b apply tweak 2021-12-29 18:01:23 -05:00
Adrian Mariano
1d72c91454 apply tweaks 2021-12-29 17:55:29 -05:00
Adrian Mariano
88e0c6aa15 doc fix 2021-12-28 17:07:28 -05:00
Adrian Mariano
f1b9d04a3d strip down apply() so projections are banned, and 2d acting on 3d is
banned.  clarify docs
2021-12-28 17:05:37 -05:00
Garth Minette
b1170ecd8b Updated WRITING_DOCS.md 2021-12-26 20:30:11 -08:00
Revar Desmera
e049e2e2c2
Merge pull request #743 from revarbat/revarbat_dev
Revarbat dev
2021-12-26 19:02:47 -08:00
Garth Minette
c4aa61fc20 Fixed orient() for 2D dir= 2021-12-26 18:39:10 -08:00
Garth Minette
9213421863 Fixed shapes2d tutorial for attachable circle() and square(). 2021-12-26 18:09:42 -08:00
Garth Minette
b773e758b7 Added sidebar to docsgen defaults. 2021-12-18 19:06:15 -08:00
Revar Desmera
a3e6f3e021
Merge pull request #742 from adrianVmariano/master
hull & partitions reorg
2021-12-16 21:36:39 -08:00
Adrian Mariano
24a079c912 bigfixes 2021-12-16 23:00:35 -05:00
Adrian Mariano
50191bf5fd move half-space stuff to partitions.scad 2021-12-16 22:31:49 -05:00
Adrian Mariano
edde34ff76 move hull.scad into geometry.scad 2021-12-16 22:13:18 -05:00
Revar Desmera
139ee0bfaa
Merge pull request #740 from revarbat/revarbat_dev
Merge changes for docsgen v2
2021-12-13 22:44:45 -08:00
Revar Desmera
477f4af170 Tutorial fixes. 2021-12-13 21:58:58 -08:00
Revar Desmera
f9c5dc2cb9 Fixes for rect(center=) 2021-12-13 16:31:14 -08:00
Revar Desmera
aa109de9d7 Merge branch 'master' of github.com:revarbat/BOSL2 into revarbat_dev 2021-12-13 15:51:06 -08:00
Revar Desmera
59bf523908 Lots of docs tweaks for openscad-docsgen v2 2021-12-13 15:48:30 -08:00