Commit graph

93 commits

Author SHA1 Message Date
Revar Desmera
44866fc1e2 Fix for #985: cyl(r1,r2,h,chamfer) 2022-11-16 23:55:36 -08: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
93230f2af2 onion fix & vector_search fix for r=0 2022-11-07 21:18:21 -05:00
Adrian Mariano
8cd43a6637 fix teardrop for extents to make proper cuboids 2022-11-05 16:25:37 -04:00
Adrian Mariano
9adcf15104 fix double comma 2022-11-04 17:05:56 -04:00
Adrian Mariano
66fce69e4d Fix bug in nut beveling, fix teardrop bugs, add chamfer to teardrop,
add tap and self tap screw hole tolerances.
2022-10-25 22:33:22 -04:00
Revar Desmera
457e395f0e Renamed textures. Reordered textures docs. Added tri_grid texture. 2022-10-20 19:55:49 -07:00
Revar Desmera
b80e3d8328 Fix for issue #971 2022-10-19 01:51:43 -07:00
adrianVmariano
a8442c74fb
Merge branch 'master' into master 2022-10-13 22:57:48 -04:00
Revar Desmera
0e34b6799b Cleaning up textures docs. 2022-10-13 00:15:50 -07:00
Adrian Mariano
68a26db513 Expose path_cut_points() 2022-10-12 23:38:20 -04:00
Revar Desmera
21692e6704 Fix chamfered cyl() orientation for odd $fn 2022-10-03 18:40:37 -07:00
Garth Minette
f3261c5eaf Added a clay pattern roller example to cyl() 2022-08-30 19:45:14 -07:00
Garth Minette
c3b1c4dd5b Enable taper lookup tables. 2022-08-26 14:10:37 -07:00
Revar Desmera
3ca4643e71 Textures integration bugfixes. 2022-08-21 00:21:58 -07:00
Revar Desmera
60a565381a Hid textured_*() functions/modules. Integrated textures into cyl(), linear_sweep(), and rotate_sweep() 2022-08-20 23:31:50 -07:00
Adrian Mariano
6b49376ee8 Add info on font size to docs 2022-07-21 22:13:58 -04:00
Garth Minette
0cb51f32d7 Fixed semi-random cuboid() chamfer bug. 2022-07-10 18:03:22 -07:00
Garth Minette
e33337d07c Fix for issue #876: cuboid() rounding min size checking. 2022-05-25 00:59:37 -07:00
Garth Minette
31e91f69a2 Added img2scad.py script. 2022-05-17 22:36:30 -07:00
Garth Minette
fd318a1170 Added conical capability (r1,r2) to cylindrical_heightfield() 2022-05-17 19:37:12 -07:00
Garth Minette
67de5b2f11 Fixes for cylindrical_heightfield() examples. 2022-05-16 21:40:04 -07:00
Garth Minette
fc12056170 Added cylindrical_heightfield() 2022-05-16 21:02:12 -07:00
Adrian Mariano
a8f8acdd98 tags->tag 2022-05-15 13:05:24 -04:00
Adrian Mariano
174fb02e2b rewrite of tag handling 2022-05-15 10:51:45 -04:00
Garth Minette
6716d09fda Make asserts functional due to OpenSCAD operation ordering. 2022-05-02 18:35:55 -07:00
Garth Minette
25d4a6b159 Fix for Issue #857 2022-04-28 22:45:58 -07:00
Adrian Mariano
9433b05a65 file summary improvements and tweaks 2022-04-21 00:26:20 -04:00
Garth Minette
64033ca1b2 Fixed stray _attach_geom() calls. 2022-04-11 18:44:57 -07:00
Garth Minette
05aee1bf7b Regressions fixes. 2022-04-06 20:13:39 -07:00
Garth Minette
d9691b3b4a Fixed interior_fillet(). Refactored circle_* functions. 2022-04-06 19:37:00 -07:00
Adrian Mariano
c1cbfdfb12 more usage message updates 2022-03-31 19:36:56 -04:00
Revar Desmera
eb5c56dcfd
Merge branch 'master' into revarbat_dev 2022-03-31 14:21:32 -07:00
Revar Desmera
028cf9452d
Merge pull request #819 from adrianVmariano/master
usage message fixes
2022-03-31 14:12:57 -07:00
Garth Minette
18f013ebb8 Tweaks for teardrop() Example. 2022-03-30 19:26:47 -07:00
Garth Minette
a52039eec7 Allow non-overlapping cuboid() chamfers and roundings larger than half the cube size. 2022-03-30 18:40:06 -07:00
Adrian Mariano
ce87d630ba doc tweak 2022-03-30 20:03:45 -04:00
Adrian Mariano
058f2b0162 doc fixes 2022-03-30 18:31:37 -04:00
Revar Desmera
d21dd1c6ba
Merge pull request #818 from adrianVmariano/master
kerning, example and doc fixes
2022-03-30 00:10:15 -07:00
Adrian Mariano
dff0cb6a0b fix examples for display in rounding.scad
hide stuff in gears.scad
add kern option to path_text
2022-03-29 23:21:32 -04:00
Garth Minette
241ce402c0 Made tube() anchor CENTER by default. 2022-03-29 16:29:58 -07:00
Garth Minette
0dfec1e8ff Change default anchor for tube() to CENTER. 2022-03-29 15:50:08 -07:00
Garth Minette
696e51c2aa Implementation for issue #786 2022-03-09 00:13:35 -08:00
Revar Desmera
55abfb1e9d
Merge pull request #797 from adrianVmariano/master
doc fixes
2022-03-07 22:46:25 -08:00
Adrian Mariano
8861464dbb doc fixes 2022-03-07 19:43:12 -05:00
Garth Minette
ed6a8c7222 Added custom named anchors docs for onion() 2022-02-21 14:23:49 -08:00
Adrian Mariano
fc61faeec3 doc tweak for spheroid 2022-02-03 19:10:25 -05:00
Adrian Mariano
d6b4d48aa2 sphere fixes and updated sphere tests 2022-02-02 22:56:18 -05:00
Adrian Mariano
42e5ca0f04 remove debug echo and update test for circum 2022-02-02 06:09:11 -05:00
Adrian Mariano
68d911618b add fast option to hull_points and tweak docs 2022-02-01 22:45:37 -05:00