Commit graph

3460 commits

Author SHA1 Message Date
Adrian Mariano
654e3cd86a fix parse_frac bug for leading space leading to infinite recursion 2023-03-22 16:11:31 -04:00
Adrian Mariano
05eec08542 Change orient() to have only the anchor argument 2023-03-22 15:58:49 -04:00
Adrian Mariano
be0dec0120 add see alsos 2023-03-20 20:55:11 -04:00
Adrian Mariano
d871d02bdf fix extra comma 2023-03-18 21:41:40 -04:00
Adrian Mariano
00af3d6eca fix trapezoid anchoring to eliminate special case for zero length
edges that made it inconsistent with other anchors
2023-03-18 21:39:13 -04:00
Adrian Mariano
80b25fd22a bugfix 2023-03-13 18:27:18 -04:00
Adrian Mariano
a7f4a72d31 improve speed of quantizing functions 2023-03-13 16:15:22 -04:00
Adrian Mariano
b813881d26 fix anchoring bug in rect() and doc fix in screw_hole 2023-03-12 23:25:13 -04:00
Adrian Mariano
d138c0d07e fix text3d, various doc fixes, remove spurious arrows from path_text
and make path_text a null attachable so coloring works.
2023-03-12 21:40:01 -04:00
Revar Desmera
13f23c2a61
Merge pull request #1076 from revarbat/revarbat_dev
Fixed consecutive commas error.
2023-03-10 16:59:38 -08:00
Revar Desmera
a01c2cab0a Fixed consecutive commas error. 2023-03-10 16:59:14 -08:00
Revar Desmera
f7beec7517
Merge pull request #1072 from adrianVmariano/master
add trapezoid anchor override and fix trapezoid and rect perimeter anchoring
2023-03-10 16:51:08 -08:00
Adrian Mariano
cfb9d8b59b attachments tutorial tweaks 2023-03-09 20:49:18 -05:00
Adrian Mariano
44528ee138 fix chamfer/rounding conflict bug in rect_tube 2023-03-09 16:34:14 -05:00
Revar Desmera
82f7b3b03a
Merge pull request #1073 from revarbat/revarbat_dev
Various docs typo fixed.
2023-03-08 22:31:39 -08:00
Revar Desmera
1da91c6fcf Various docs typo fixed. 2023-03-08 21:54:27 -08:00
Adrian Mariano
a4596cb448 add trapezoid anchor override and fix trapezoid and rect perimeter anchoring 2023-03-08 23:09:11 -05:00
Revar Desmera
af72ef3bd5
Merge pull request #1067 from adrianVmariano/master
doc fixes
2023-03-08 08:03:14 -08:00
Revar Desmera
e8e7c9bec9
Merge pull request #1070 from revarbat/revarbat_dev
Added point attachment geometry.
2023-03-08 08:02:59 -08:00
Revar Desmera
e4d864b0ad Fixed taper broken by fix for #1010 2023-03-08 05:43:54 -08:00
Revar Desmera
2d1f2b4384 Fix for Issue #1010: rotate_sweep with texture VNF produces reversed faces and reversed texture 2023-03-08 04:55:37 -08:00
Revar Desmera
e3d4de3e1d Added point attachment geometry. 2023-03-07 13:07:21 -08:00
Adrian Mariano
5943075b86 angle fix 2023-03-06 19:28:25 -05:00
Adrian Mariano
3c17e6c73f normalize h/l/length/height in masks3d and some doc fixes, default
angle on teardrop masks
2023-03-06 19:27:37 -05:00
Adrian Mariano
2c54188c24 doc fixes 2023-03-05 12:11:30 -05:00
Adrian Mariano
e8c400517e doc tweaks 2023-03-02 22:54:39 -05:00
Revar Desmera
8b6e5aeefb
Merge pull request #1065 from adrianVmariano/master
rename path functions
2023-03-02 18:36:31 -08:00
Adrian Mariano
d8549f728f retrigger checks 2023-03-02 21:06:05 -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
Revar Desmera
623e23fcf4
Merge pull request #1064 from adrianVmariano/master
minor fixes
2023-03-02 14:50:22 -08:00
Revar Desmera
01075b1977
Merge pull request #1059 from cdc-mkb/master
Fix "linear_sweep(..., texture=..., scale=..., twist=...)".
2023-03-02 14:49:00 -08:00
Adrian Mariano
5f284d5520 doc fixes, interior_fillet->fillet 2023-03-02 17:23:12 -05:00
Cedric Vincent
d9f118e44f Fix "linear_sweep(..., texture=..., scale=..., twist=...)".
The commit 'Fix "linear_sweep(..., texture=..., scale=...)" was not
enough.  This one fixes linear_sweep(..., texture=...) when scale
and/or twist parameters are specified.

Code to reproduce the fixed issue:

  linear_sweep(ellipse(d = [5, 10]), 5, twist = 45, texture = "bricks", scale = 0.5);
2023-02-24 20:54:11 +01:00
Revar Desmera
d700884482
Merge pull request #1056 from revarbat/revarbat_dev
Typo fix in circle_point_tangents() docs.
2023-02-18 19:28:26 -08:00
Revar Desmera
bf0bca25f3 Typo fix in circle_point_tangents() docs. 2023-02-18 19:26:30 -08:00
Revar Desmera
80809c4416
Merge pull request #1055 from cdc-mkb/master
Fix "linear_sweep(..., texture=..., scale= ...)".
2023-02-18 19:16:09 -08:00
Cedric Vincent
a8aff7bcc3 Fix "linear_sweep(..., texture=..., scale= ...)".
Scaling was done upside down.
2023-02-18 14:29:04 +01:00
Revar Desmera
b9151f25c6
Merge pull request #1053 from adrianVmariano/master
hinge update
2023-02-17 17:15:10 -08:00
Adrian Mariano
8247848e82 doc fix 2023-02-17 19:22:29 -05:00
Adrian Mariano
6f2f717604 fix default inner chamfer/rounding for rect_tube 2023-02-17 19:19:27 -05:00
Adrian Mariano
f2acb6b21a remove spurious union() calls in some examples 2023-02-17 15:00:57 -05:00
Adrian Mariano
710a09c9b4 bugfix 2023-02-16 21:04:24 -05:00
Adrian Mariano
d47e5a5d0d fix screws bugs relating to oversizing 2023-02-16 19:59:21 -05:00
Adrian Mariano
11b80e6e9a offset() checks for zero offset and return original
additions to hinge to support clearance
2023-02-12 14:12:17 -05:00
Revar Desmera
17e1b59535
Merge pull request #1051 from adrianVmariano/master
Fix Docs
2023-02-06 17:29:22 -08:00
Adrian Mariano
0851dc3aef remove echoes 2023-02-06 19:28:16 -05:00
Adrian Mariano
2d35733980 doc fixes, allow threads=true with screw specs 2023-02-06 18:31:01 -05:00
Revar Desmera
bf107e2137
Merge pull request #1049 from adrianVmariano/master
texture doc fixes
2023-02-05 22:29:56 -08:00
Adrian Mariano
f9b06bf8f6 fix double parens typo 2023-02-05 23:32:13 -05:00
Adrian Mariano
a0127cf641 doc fixes 2023-02-05 23:02:37 -05:00