Commit graph

172 commits

Author SHA1 Message Date
Adrian Mariano
a4596cb448 add trapezoid anchor override and fix trapezoid and rect perimeter anchoring 2023-03-08 23:09:11 -05:00
Revar Desmera
e3d4de3e1d Added point attachment geometry. 2023-03-07 13:07:21 -08:00
Revar Desmera
a233745af0
Merge pull request #1030 from adrianVmariano/master
path_text fixes
2023-01-22 22:29:33 -08:00
Adrian Mariano
554d197976 doc fixes 2023-01-20 07:10:57 -05:00
Revar Desmera
ef5d197014 Added $idx to various attachent modules. 2023-01-14 23:00:55 -08:00
Revar Desmera
44866fc1e2 Fix for #985: cyl(r1,r2,h,chamfer) 2022-11-16 23:55:36 -08:00
Adrian Mariano
bd8064b77e attachments tutorial proofread 2022-11-12 23:28:59 -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
a7711edf0b distributors name normalization & bug fix 2022-10-22 23:15:35 -04:00
Adrian Mariano
e41ba5e453 doc tweaks 2022-09-25 10:00:00 -04:00
Adrian Mariano
696d968755 add double attachable() examples 2022-09-24 19:48:24 -04:00
Adrian Mariano
62733fb0d7 screws update, including critical bugfix 2022-09-08 21:37:54 -04:00
Adrian Mariano
98de98377c doc tweaks 2022-06-27 18:34:56 -04:00
Adrian Mariano
ec1bab7274 fix attachment scope problem, change default mask tag to "remove",
applied only when user doesn't give a tag
2022-06-26 12:08:22 -04: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
458acdf803 Update hull to support new tagging method. Change hulling to conv_hull 2022-05-16 18:15:08 -04:00
Adrian Mariano
174fb02e2b rewrite of tag handling 2022-05-15 10:51:45 -04:00
Garth Minette
64dd55a864 Anchoring bugfixes. Added example to vnf_vertex_array() 2022-05-12 13:27:34 -07:00
Garth Minette
ec6b158f8c Fixes for prismoidal geometry with non-UP axis=. 2022-05-06 18:09:44 -07:00
Garth Minette
b8462c7a17 Major rework on joiners. 2022-04-24 18:18:24 -07:00
Garth Minette
a26ccb9dcd linear_sweep() fixes and tweaks to xrgn geometries. 2022-04-20 19:30:35 -07:00
Garth Minette
1a4ac0e5d1 Enabled attachable(..., geom=) 2022-04-11 18:33:19 -07:00
Adrian Mariano
7afef10a79 usage messages fixes, req_children additions 2022-03-31 18:12:23 -04:00
Adrian Mariano
c135de46d3 add join_prism 2022-03-28 20:52:24 -04:00
Adrian Mariano
58eb8a5e0d doc tweak 2022-03-27 19:27:08 -04:00
Adrian Mariano
26855429d8 move color_this and recolor into color.scad
doc tweaks for rounding
2022-03-27 19:23:47 -04:00
Adrian Mariano
b4b62f86dd fix broken examples 2022-03-24 00:15:25 -04:00
Adrian Mariano
5bcd7e571b doc tweaks 2022-03-21 23:58:18 -04:00
Adrian Mariano
dd99cec7a0 bugfix 2022-03-20 09:40:02 -04:00
Adrian Mariano
c25d3a3f67 bug fixes for "default" color 2022-03-20 09:03:18 -04:00
Adrian Mariano
942c15e84d replace color scheme handling with a "default" color 2022-03-20 08:25:04 -04:00
Adrian Mariano
372b3ae857 Add support for different color schemes with color_this() 2022-03-19 22:16:50 -04:00
Adrian Mariano
c08d33aec0 change default color to the official standard for default scheme 2022-03-19 19:23:47 -04:00
Adrian Mariano
5439b1ee64 add color_this() module 2022-03-19 14:48:16 -04:00
Adrian Mariano
fe1d017252 add missing } 2022-03-19 08:42:13 -04:00
Adrian Mariano
fbaff36531 Change tags() to just apply the label and add force_tags to actually
apply tagging to objects.
Simplify diff() by removing pos argument, rework docs and add examples
2022-03-18 23:38:12 -04:00
Adrian Mariano
f5260d170c doc fixes 2022-02-13 07:17:06 -05:00
Adrian Mariano
47bc457db0 another double anchor assignment 2022-02-12 21:46:12 -05:00
Adrian Mariano
e3624e0b2f fix anchor reassignment issues 2022-02-12 21:27:56 -05:00
Adrian Mariano
c94ef55d6a Map z to y for 2d anchors 2022-02-12 21:13:51 -05:00
Adrian Mariano
1a22305191 Fix missing reference, add figure for 2d directions 2022-02-12 20:05:30 -05:00
Garth Minette
8e0a51a30c Fixed references to old atext() 2022-01-18 23:14:32 -08:00
Revar Desmera
676f13cb48
Merge pull request #752 from adrianVmariano/master
debug function rename, etc
2022-01-09 18:06:14 -08:00
Adrian Mariano
f5d0854549 debug function rename
attachment function reorder
add axes to egg examples
2022-01-08 23:08:34 -05:00
Revar Desmera
00df38a83b
Merge pull request #749 from adrianVmariano/master
doc tweaks, path_chamfer_rounding fix
2022-01-07 19:28:37 -08: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
Garth Minette
592e367cfb Tweaks to shapes2d tutorial. 2022-01-01 16:35:11 -08:00
Garth Minette
c4aa61fc20 Fixed orient() for 2D dir= 2021-12-26 18:39:10 -08:00
Revar Desmera
f9c5dc2cb9 Fixes for rect(center=) 2021-12-13 16:31:14 -08:00