Adrian Mariano
0005b778b5
Add ring hook
2025-10-23 16:50:23 -04: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
Adrian Mariano
11cbb84b61
fix for offset_sweep using private option to offset()
2025-08-24 14:56:45 -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
b044ad9619
add fill() and hinge doc tweaks
2025-05-13 18:35:25 -04:00
Adrian Mariano
14093a5e3f
rounded caps on sweeps
2025-05-11 20:48:13 -04:00
Revar Desmera
9cf373c660
Added some Definitions to paths.scad and regions.scad
2025-05-09 03:32:04 -07:00
Alex Matulich
1a6308f6c7
syntax error fix
2025-05-04 12:28:21 -07:00
Alex Matulich
6261d20a34
logic improvement, typos, error documentation
2025-05-04 12:24:34 -07:00
Alex Matulich
bd1e173941
offset() returns [] if offset path is degenerate and error=false
2025-05-04 09:56:53 -07:00
Adrian Mariano
10132e5780
textured sweep fix & contour isovalue change
2025-04-02 20:20:13 -04:00
Adrian Mariano
9742177381
misc fixes
2024-10-13 20:03:00 -04:00
Adrian Mariano
d90aeb367f
Change offset() default closed value to match builtin
2024-09-14 17:08:35 -04:00
Adrian Mariano
35f1dc4cb0
Change Extra Anchors to Named Anchors
2024-05-20 19:42:07 -04:00
Adrian Mariano
33de6a13ea
fix offset_stroke anchor bug; doc tweaks for Extra Anchors
2024-05-20 19:01:05 -04:00
Adrian Mariano
9e280d908f
doc tweak
2024-05-17 16:35:48 -04:00
Adrian Mariano
eb3504d6b1
add sweep_attach
2024-05-04 17:44:53 -04:00
Adrian Mariano
f9a321973b
doc tweak
2024-03-13 22:10:16 -04:00
Adrian Mariano
6770ead0b2
add debug_region()
2024-03-12 20:11:16 -04:00
Adrian Mariano
01b125f665
doc fix
2024-01-13 19:59:46 -05:00
Adrian Mariano
a26e6950e6
add vnf_hull() and hull_region()
2024-01-13 19:26:15 -05:00
Richard Milewski
fd059735b0
Added Ext Syntag
2024-01-02 14:10:19 -08:00
Adrian Mariano
5b66ad2cc2
bug fix
2023-11-17 18:03:15 -05:00
Adrian Mariano
a8683eab65
bug fix, add 180 support for unchamfered delta case
2023-11-17 17:13:03 -05:00
Adrian Mariano
ba1b471981
bug fix
2023-11-16 20:18:25 -05:00
Adrian Mariano
56a883ed8f
minor cleanup
2023-11-16 19:41:11 -05:00
Adrian Mariano
1b0653a8a4
allow offset() to handle reverses; improved error messages
2023-11-16 19:39:59 -05:00
Kyle Davis
6d8ffb2511
fixes spelling/typo
2023-10-26 21:02:29 -06:00
Revar Desmera
07d487e0fd
All the SynTags.
2023-05-29 21:48:48 -07:00
Richard Milewski
ff0b221ed6
Synopses: regions.scad
2023-04-04 23:36:14 -07:00
Richard Milewski
06c78ab9c4
Synopses - regions.scad part 1
2023-04-04 22:42:34 -07: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
11b80e6e9a
offset() checks for zero offset and return original
...
additions to hinge to support clearance
2023-02-12 14:12:17 -05: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
9433b05a65
file summary improvements and tweaks
2022-04-21 00:26:20 -04:00
Garth Minette
19ae1fb359
Fixed offset() Examples.
2022-04-11 18:20:56 -07:00
Adrian Mariano
f75ff907c7
add same_length option to offset()
2022-04-11 20:17:15 -04:00
Adrian Mariano
7afef10a79
usage messages fixes, req_children additions
2022-03-31 18:12:23 -04:00
Adrian Mariano
bca34303cf
usage updates to regions.scad
2022-03-30 20:16:51 -04:00
Adrian Mariano
c135de46d3
add join_prism
2022-03-28 20:52:24 -04:00
Adrian Mariano
e7be7d8fb0
doc tweaks, mdash fixes, merge subdivide_long_segments into subdivide_path
2022-03-17 18:38:20 -04:00
Adrian Mariano
ed9e4c8603
fix some cases
2022-03-13 22:12:18 -04:00
Adrian Mariano
8dc288b62c
Fix bug in offset() where degenerate cases with closed=false give
...
wrong error message (paralellcheck)
2022-02-12 19:59:40 -05:00
Adrian Mariano
dd9b197678
move linear_sweep and spiral_sweep to skin.scad
2022-01-10 21:00:39 -05:00
Adrian Mariano
000ddf87c3
hide is_polygon_on_list
...
remove debug echo
2022-01-10 19:55:54 -05:00
Adrian Mariano
ec900943df
strings reorg
2022-01-10 19:46:51 -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
Garth Minette
21083277b0
Various documentation fixes.
2021-12-06 14:28:04 -08:00
Adrian Mariano
dd3542c748
Fix references to changed subsections
2021-11-19 22:33:16 -05:00