Commit graph

68 commits

Author SHA1 Message Date
Adrian Mariano
7da26d32cd arc() bugfix 2024-09-28 08:44:14 -04:00
Adrian Mariano
1ab0a85453 doc fixes and screws fix 2024-08-09 21:52:51 -04:00
Adrian Mariano
04437cc6a0 bugfix 2024-05-22 21:51:01 -04:00
Adrian Mariano
f3b35eab0a arc bugfix 2024-05-22 21:30:36 -04:00
Adrian Mariano
bf9c1da410 arc endpoint bugfix 2024-05-22 20:26:52 -04:00
Revar Desmera
d5a01a151d Fixed docs image generation of a catenary example. 2024-04-22 14:37:55 -07:00
Adrian Mariano
6770ead0b2 add debug_region() 2024-03-12 20:11:16 -04:00
Adrian Mariano
b59fdb61ed arc fixes: wedge point order, some better arg checks 2024-01-26 18:09:39 -05:00
Revar Desmera
bc48359a77 Merge branch 'master' into revarbat_dev 2023-11-06 13:43:10 -08:00
Adrian Mariano
aa1a4030c5 doc fixes, snap hinge angle fix 2023-11-05 10:05:54 -05:00
Revar Desmera
0fcca5437e Added module catenary() 2023-11-04 22:08:27 -07:00
Revar Desmera
19e064fea3 catenary_path() renamed to catenary() 2023-11-02 19:39:22 -07:00
Revar Desmera
c034c95487 Added catenary_path(). 2023-11-02 19:05:45 -07:00
Adrian Mariano
e1876c3432 better error check in arc()
bugfix for join_path()
modifications for bevel gear to support internal teeth
2023-10-18 20:24:48 -04:00
Revar Desmera
6712141370 SynTags for attachments.scad to geometry.scad 2023-05-27 01:42:09 -07:00
Revar Desmera
062c172716 Added teardrop= to cyl() 2023-05-24 01:50:29 -07:00
Adrian Mariano
25aef90fc7 fix closed=true stroke calls with endcaps given 2023-04-23 23:36:07 -04:00
Adrian Mariano
168ae7968e fix various stroke() bugs, add attachable() to some modules 2023-04-23 21:38:27 -04:00
Adrian Mariano
d8669065a8 fix stroke bug 2023-04-16 09:05:44 -04:00
Revar Desmera
7b988dcb58 Fixed truncated docs problems. 2023-03-28 21:53:01 -07:00
Richard Milewski
62b425628d Added vnf to synopses 2023-03-27 23:56:04 -07:00
Richard Milewski
6a234b31c5 Removed ghost reference
to polygon()
2023-03-27 22:48:09 -07:00
Richard Milewski
c73d80a553 Synopses drawing.scad 2023-03-27 16:30:04 -07:00
Adrian Mariano
2c54188c24 doc fixes 2023-03-05 12:11:30 -05:00
Adrian Mariano
036da1a3ef Rename close_path and cleanup_path to list_wrap and list_unwrap 2023-03-02 19:40:12 -05:00
Adrian Mariano
21945263b6 Add $slop docs to modules that use $slop, fix stroke to accept
singletons, and fix cylinder to handle zero length case
2022-11-09 22:22:30 -05:00
Adrian Mariano
14e12d8456 assert cleanup 2022-11-09 16:54:27 -05:00
Adrian Mariano
68a26db513 Expose path_cut_points() 2022-10-12 23:38:20 -04:00
Adrian Mariano
cd50d6bf79 fix stroke bug 2022-09-12 16:47:47 -04:00
Revar Desmera
e2ed3f9122 Fix for issue #928 2022-08-21 02:49:47 -07:00
Garth Minette
60b84331e9 Fix for issue #666 2022-07-28 18:40:21 -07:00
Adrian Mariano
924f8a6298 change count_true to num_true and simplify
fix bug in offset()
2022-05-27 10:21:33 -04:00
Adrian Mariano
b836fb3960 typo fix 2022-05-04 00:31:55 -04:00
Adrian Mariano
9433b05a65 file summary improvements and tweaks 2022-04-21 00:26:20 -04:00
Adrian Mariano
82b4b284a9 make slop undef and add get_slop()
add no_children in places
2022-04-11 22:18:52 -04:00
Garth Minette
d9691b3b4a Fixed interior_fillet(). Refactored circle_* functions. 2022-04-06 19:37:00 -07:00
Garth Minette
837358d44c Added corner= and points= to circle(), arc(). 2022-04-06 00:21:57 -07:00
Adrian Mariano
7afef10a79 usage messages fixes, req_children additions 2022-03-31 18:12:23 -04:00
Adrian Mariano
7d6a2b593f Force N parameters to n in most places 2022-03-13 21:40:55 -04:00
Adrian Mariano
8861464dbb doc fixes 2022-03-07 19:43:12 -05:00
Adrian Mariano
a305b53804 remove quaternions from stroke
improve docs for skin
cumprod multiplies on the left
echo_matrix bugfix
2022-02-25 21:22:37 -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
a233d8e04f doc tweaks 2022-01-01 22:00:26 -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
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
Revar Desmera
8a16c0d826
Merge branch 'master' into master 2021-12-13 15:46:30 -08:00
Adrian Mariano
dd3542c748 Fix references to changed subsections 2021-11-19 22:33:16 -05:00
Garth Minette
eb3bd8da0a Enable endcap1 for stroke() with a single-vertex path. 2021-11-18 19:33:57 -08:00
Adrian Mariano
47bf93e6cb more anchoring fixes 2021-11-16 20:46:37 -05:00