Commit graph

5282 commits

Author SHA1 Message Date
Anders 'pipe' Andersson
76a6788ddc Add Debugging topic to some color modules
A number of modules in the color section are mostly useful for
Debugging. Add Debugging topic to:

 - color/ghost
 - color/ghost_this
 - color/highlight
 - color/highlight_this
 - color/rainbow
2025-08-29 01:41:04 +02:00
Anders 'pipe' Andersson
3b4ab27a80 Add topic to various debugging modules
Found a few modules that can more or less only be used for debugging
which were missing the "Debugging" topic. Add Debugging topic to:

 - attachments/anchor_arrow
 - attachments/anchor_arrow2d
 - attachments/expose_anchors
 - attachments/frame_ref
 - attachments/generic_airplane
 - attachments/show_anchors
 - attachments/show_transform_list
 - drawing/debug_polygon
 - geometry/show_plane
 - regions/debug_region
2025-08-29 01:37:29 +02:00
adrianVmariano
471ea91f4e
Merge pull request #1784 from adrianVmariano/master
path_sweep endcap anchors; change_anchors()
2025-08-27 19:36:55 -04:00
Adrian Mariano
b23be10ad0 fix rotate_sweep centroid calculation 2025-08-27 17:38:15 -04:00
Adrian Mariano
3748cf4823 add endcap anchors to rotate_sweep and change_anchors() 2025-08-26 22:27:28 -04:00
adrianVmariano
1ef1cc189f
Merge pull request #1782 from adrianVmariano/master
offset() and arc() $fn related bugfixes
2025-08-25 09:17:12 -04:00
Adrian Mariano
3bc86d8274 remove echoes 2025-08-24 22:41:01 -04:00
Adrian Mariano
11cbb84b61 fix for offset_sweep using private option to offset() 2025-08-24 14:56:45 -04:00
Adrian Mariano
14a0430fef update tests 2025-08-23 12:45:07 -04:00
Adrian Mariano
e70b057e60 arc doc improvements; change point counts for rounded arcs for consistency 2025-08-23 11:18:52 -04:00
Adrian Mariano
4d7f1fa847 Change to use updated segs() 2025-08-23 00:07:27 -04:00
Adrian Mariano
de00f87713 Add shift argument to prism_connector 2025-08-23 00:07:01 -04:00
Adrian Mariano
cbc60eab54 doc tweak 2025-08-23 00:06:40 -04:00
Adrian Mariano
58d3fd435e adjust arc() to use new segs(); fixes bug where you get one less
segment than specified with $fn
2025-08-23 00:01:11 -04:00
Adrian Mariano
9636a2d245 Fix offset() bug where it produced 3 points too many in roundings 2025-08-23 00:00:18 -04:00
Adrian Mariano
64bb095204 add angle argument to segs() 2025-08-22 23:59:50 -04:00
adrianVmariano
7204e03240
Merge pull request #1779 from adrianVmariano/master
path sweep bug fix for closed=true, speed improvement in rounded_prism()
2025-08-20 22:57:13 -04:00
Adrian Mariano
7ec33d69d5 remove triangulation from top/bottom of rounded_prism because it
was a big performance hit
2025-08-20 19:28:15 -04:00
Adrian Mariano
73e16e17c0 Fix bug which creates internal faces in path_sweep when closed=true 2025-08-20 19:27:51 -04:00
adrianVmariano
e940b69f55
Merge pull request #1770 from amatulic/anachronist_dev
Slightly improved run time of vnf_tri_array()
2025-08-17 21:41:01 -04:00
Revar Desmera
d252f78123
Merge pull request #1772 from fireboy1919/add_9_screw
Adds #9 screws.
2025-08-14 17:40:58 -07:00
Revar Desmera
94711cf518
Merge pull request #1771 from coryrc/betterSkinErrorMessage
Add error message with solution to skin
2025-08-14 17:40:18 -07:00
Cory Cross
96d4d6f211 Simplify two is_list calls for one is_path
This also checks the coordinates are all finite numbers, but that
still matches the mentioned assertion.
2025-08-12 10:24:13 -07:00
Rusty Phillips
5d92e49df1 Adds #9 screws. 2025-08-12 09:04:36 -04:00
Cory Cross
c56a7dd884 Add error message with solution to skin
Maybe you're refactoring a bunch of nested arguments to skin and
forget the first argument is supposed to be a list and you wasted an
embarrassing amount of time figuring it out :) In this case, the error
message changes from

Profiles [0, 1, 2, 3, 4, 5, 6, 7, 8] are not a paths or have length less than 3.

to

The first argument to `skin` must be a list of paths
2025-08-11 08:22:58 -07:00
Alex Matulich
03a7a2662b removed vnf_merge from vnf_tri_array for speed improvement 2025-08-09 16:36:09 -07:00
Alex Matulich
8287f63c62 slightly improved run time of vnf_tri_array() 2025-08-09 14:23:08 -07:00
adrianVmariano
0fdf90938e
Merge pull request #1768 from amatulic/anachronist_dev
Fix minor doc errors
2025-08-08 18:01:27 -04:00
Alex Matulich
d9bb3ed6f2 Fix minor doc errors 2025-08-08 14:02:46 -07:00
Alex Matulich
ce851e5f96 Merge branch 'anachronist_dev' of https://github.com/amatulic/BOSL2 into anachronist_dev 2025-08-08 13:44:27 -07:00
adrianVmariano
3f7f5f20bd
Merge pull request #1765 from adrianVmariano/master
fix offset_sweep bug with disjoint region components
2025-07-29 21:39:08 -04:00
Adrian Mariano
9c01142e25 fix offset_sweep bug with disjoint region components 2025-07-29 20:13:25 -04:00
adrianVmariano
7d649cff6f
Merge pull request #1762 from amatulic/general_dev
Fix for #1759 - move nonplanar polygon check earlier in `_slice_3dpolygons()`
2025-07-29 19:45:38 -04:00
Alex Matulich
dcce4969b5 fixed doc/code disagreement about colors in vnf_validate() 2025-07-29 05:10:29 -07:00
Alex Matulich
70225e4434 removed redundant call to poly_area() 2025-07-29 02:04:33 -07:00
Alex Matulich
c5e87179aa Fix for #1759 - move nonplanar polygon check earlier in _slice_3dpolygons() 2025-07-29 01:58:42 -07:00
adrianVmariano
d0bdc25da9
Merge pull request #1755 from adrianVmariano/master
vnf anchor bugfix
2025-07-23 22:11:43 -04:00
Adrian Mariano
f934d0585b vnf anchor bugfix 2025-07-23 21:31:51 -04:00
adrianVmariano
520b1c7fde
Merge pull request #1739 from amatulic/general_dev
Added simplify_path(), slerp(), slerpn(), improved random_polygon(), minor wordsmithing of docs
2025-07-17 19:51:48 -04:00
adrianVmariano
a9f45db866
Merge pull request #1753 from adrianVmariano/master
partition doc fix
2025-07-17 19:51:21 -04:00
Adrian Mariano
f3f0521299 partition doc fix 2025-07-17 19:07:40 -04:00
adrianVmariano
45dcd34b93
Merge pull request #1750 from coryrc/fixThreadingRodBevelDocs
Threading rod bevels do not default to false, so fix docs
2025-07-17 18:38:04 -04:00
adrianVmariano
818ed7a358
Merge pull request #1752 from adrianVmariano/master
dovetail tweaks
2025-07-17 18:37:49 -04:00
Adrian Mariano
ed4e3963bc dovetail tweaks 2025-07-17 17:38:09 -04:00
adrianVmariano
3643f36142
Merge pull request #1747 from coryrc/extraSlidingDovetail
Add entry_slot_length to dovetail() module
2025-07-17 16:52:25 -04:00
Cory Cross
ad8ad36efa Reword per feedback 2025-07-17 13:40:08 -07:00
adrianVmariano
eb9ce8f43b
Merge pull request #1749 from amatulic/anachronist_dev
xcyl(), ycyl(), zcyl() pass through all parameters to cyl()
2025-07-17 14:27:21 -04:00
Alex Matulich
edab929c29 renamed reduce_path to simplify_path, slight copyediting to docs 2025-07-16 21:41:09 -07:00
Alex Matulich
6707da83a1
Merge branch 'BelfrySCAD:master' into general_dev 2025-07-16 20:58:20 -07:00
Alex Matulich
687d0bfd24
Merge branch 'BelfrySCAD:master' into anachronist_dev 2025-07-16 20:57:28 -07:00