Commit graph

4619 commits

Author SHA1 Message Date
Alex Matulich
1cb7bf4882
Merge 657ee48d45 into 8f795bb93b 2025-01-11 22:02:42 +00:00
Alex Matulich
657ee48d45 added .openscad_docsgen_rc to commit 2025-01-11 14:02:34 -08:00
Alex Matulich
5bac0b81ba Added text wrapping, consolidated text operations into new file text.scad 2025-01-11 11:21:36 -08:00
adrianVmariano
8f795bb93b
Merge pull request #1541 from adrianVmariano/master
Improve strings error checking
2025-01-08 19:13:49 -05:00
Adrian Mariano
6bc61a33a8 allow lists in some cases 2025-01-08 18:36:43 -05:00
Adrian Mariano
f9be26fe5a relax starts_with and end_with error checking 2025-01-07 22:03:09 -05:00
Adrian Mariano
93b99159e2 add error checking to strings functions 2025-01-07 20:55:43 -05:00
adrianVmariano
7ff4cf36c2
Merge pull request #1538 from amatulic/anachronist_dev
Grammar fix, corrections to rounding and shapes2d examples
2025-01-05 19:06:20 -05:00
Alex Matulich
86ef2ecfc6 Grammar fix, corrections to rounding and shapes2d examples 2025-01-05 14:43:55 -08:00
adrianVmariano
76ea1eb12a
Merge pull request #1537 from amatulic/anachronist_dev
include beziers.scad in std.scad, remove include line from all other files containing it
2025-01-05 15:24:27 -05:00
Alex Matulich
90ef497896 include beziers.scad in std.scad, remove include line from all other files containing it 2025-01-05 11:40:20 -08:00
adrianVmariano
5e96d1772e
Merge pull request #1534 from amatulic/anachronist_dev
added curvy_path as a complement to smooth_path, updated squircle()
2025-01-05 13:55:45 -05:00
Alex Matulich
11b801ec46 added error check for 'uniform' parameter, reformatted some code 2025-01-05 08:06:52 -08:00
Alex Matulich
eb66ba3e9d fixed description indentation error in rounding.scad 2025-01-05 06:19:12 -08:00
Alex Matulich
4940551b05 fixed 2D example that should have been 3D in squircle 2025-01-05 05:52:39 -08:00
Alex Matulich
f564a0f060 Merge branch 'anachronist_dev' of https://github.com/amatulic/BOSL2 into anachronist_dev 2025-01-04 22:23:53 -08:00
Alex Matulich
652d404ff1 minor copyedits to smooth_path documentation 2025-01-04 22:20:17 -08:00
Alex Matulich
d1c933c22f
Update paths.scad
One more change to make paths.scad identical to original (added blank line)
2025-01-04 21:08:13 -08:00
Alex Matulich
6448782a53
Update paths.scad
paths.scad should no longer be part of this PR, it should be unchanged. Removed stuff that was added in the first commit.
2025-01-04 21:05:44 -08:00
Alex Matulich
d466c36b96 Merge branch 'anachronist_dev' of https://github.com/amatulic/BOSL2 into anachronist_dev 2025-01-04 20:59:29 -08:00
Alex Matulich
cff2598377
Merge branch 'BelfrySCAD:master' into anachronist_dev 2025-01-04 20:58:57 -08:00
Alex Matulich
6967134404 refactored to integrate curvy_path into smooth_path with new 'corners' method 2025-01-04 20:57:53 -08:00
Alex Matulich
4a80766742 Merge branch 'anachronist_dev' of https://github.com/amatulic/BOSL2 into anachronist_dev 2025-01-04 20:46:59 -08:00
adrianVmariano
fc09ec26bb
Merge pull request #1536 from KevKeating/iss1535
now setting $orig and $idx in both branches of mirror_copy() module
2025-01-04 19:06:37 -05:00
Kevin Keating
bd058d90cc now setting $orig and $idx in both branches of mirror_copy() module 2025-01-04 17:56:58 -05:00
Alex Matulich
136e6367e6 Merge branch 'anachronist_dev' of https://github.com/amatulic/BOSL2 into anachronist_dev 2024-12-29 22:00:42 -08:00
Alex Matulich
c0086bf830 removed link to curvy_path in shapes2d.scad because it hasn't been processed in rounding.scad yet 2024-12-29 21:59:48 -08:00
Alex Matulich
b934bf4c68
Merge branch 'BelfrySCAD:master' into anachronist_dev 2024-12-29 21:25:20 -08:00
Alex Matulich
ed683bde03 added curvy_path as a complement to smooth_path, updated squircle() 2024-12-29 21:06:35 -08:00
Revar Desmera
32ffac188b
Merge pull request #1533 from CendaL/patch-1
spur_gear: fix missing shorten parameter
2024-12-29 19:48:31 -08:00
Lukas Cenovsky
baf5a0aaaa
Fix missing shorten parameter
Fix missing `shorten` parameter when calling `spur_gear_2d` from `spur_gear` function.
2024-12-29 11:28:12 +01:00
adrianVmariano
93752014b6
Merge pull request #1532 from xloem/gears
propagate fix for negative helix angles
2024-12-24 09:49:58 -05:00
John Doe
61cb5eaf56 propagate fix for negative helix angles
to function spur_gear and module ring_gear
2024-12-24 08:29:32 -05:00
adrianVmariano
a25f706800
Merge pull request #1527 from adrianVmariano/master
doc fixes
2024-12-22 15:08:24 -05:00
Adrian Mariano
cb0e5c1457 bugfix 2024-12-21 19:09:45 -05:00
adrianVmariano
a95916b39e
Merge pull request #1530 from xloem/gears
spur_gear: fix negative helix angles
2024-12-18 21:17:02 -05:00
John Doe
db8236dbed spur_gear: fix negative helix angles
The helix code previously included an assumption that the angle is positive when calculating the slice count, which caused negative angles to always produce only 1 slice.

This fix adds an abs() call around the twist to produce the same slice count for both directions.
2024-12-18 16:36:38 -07:00
Adrian Mariano
b02f86d1be doc fixes 2024-12-14 12:03:57 -05:00
Revar Desmera
0f09d1fac9
Merge pull request #1523 from amatulic/ballbearing
Added rounding parameter as discussed in #1476
2024-12-14 02:20:09 -08:00
Revar Desmera
f152d9ec63
Merge pull request #1524 from amatulic/anachronist_dev
Formatting improvements to squircle() as suggested in discussion
2024-12-14 02:09:01 -08:00
Revar Desmera
25ea42b66d
Merge pull request #1525 from amatulic/anachronist_vnf
Documentation, argument order, and demo changes in vnf_tri_array
2024-12-14 02:08:44 -08:00
Alex Matulich
00d2cd77e0 Fixed typo in new example for vnf_vertex_array 2024-12-12 19:35:37 -08:00
Alex Matulich
7621838c06 Re-ordered args and edited documentation in vnf_tri_array for consistency with vnf_vertex_array,modified wrap+cap demos and moved them into vnf_vertex_array 2024-12-12 15:56:55 -08:00
Alex Matulich
93d0ed07cd Moved squircle up before keyhole, copyedited documentation, changed view distance and color of one example 2024-12-12 11:58:12 -08:00
Alex Matulich
17b670f412 Added rounding parameter as discussed in #1476 2024-12-12 10:20:17 -08:00
Revar Desmera
a351fae9a9
Merge pull request #1522 from adrianVmariano/master
highlight
2024-12-11 20:49:10 -08:00
Revar Desmera
5e6b3e30df
Merge pull request #1521 from amatulic/anachronist_vnf
Replaced vnf_tri_array(), added example to vnf_from_polygons()
2024-12-11 20:40:34 -08:00
Revar Desmera
76dedf07fd
Merge pull request #1517 from amatulic/anachronist_dev
added squircle to shapes2d.scad
2024-12-11 20:32:47 -08:00
Adrian Mariano
9ed7a3ec48 add highlight and highlight_this 2024-12-11 16:20:58 -05:00
Alex Matulich
fe98042255 Changed height and view angle of cymbal model, removed redundant comment block 2024-12-11 09:28:25 -08:00