Commit Graph

5286 Commits

Author SHA1 Message Date
Richard Milewski
7c68449a91 Merge remote-tracking branch 'upstream/master' 2025-05-29 12:06:34 -07:00
Adrian Mariano
faf13dbb65 path_sweep tangent example 2025-05-27 17:16:26 -04:00
Revar Desmera
a6cdbe3db5 Merge pull request #1693 from coryrc/issue1692
Add cutpath_centered to partition functions
2025-05-26 00:22:30 -07:00
Richard Milewski
ce0a2a35de Merge remote-tracking branch 'upstream/master' 2025-05-25 23:16:30 -07:00
Alex Matulich
ad8d2252ca Merge branch 'BelfrySCAD:master' into assets 2025-05-25 20:41:18 -07:00
Revar Desmera
db417e3f07 Merge branch 'master' into issue1692 2025-05-25 20:12:42 -07:00
adrianVmariano
b03dbd8523 Merge pull request #1694 from adrianVmariano/master
VNF anchoring fix & cyl/tube/regular_prism chamfer/rounding fix
2025-05-25 09:56:49 -04:00
Adrian Mariano
d07d76b4c4 cyl bugfix 2025-05-25 08:28:18 -04:00
Adrian Mariano
414036c101 fix VNF rounding bugs; fix bug where chamfers/roundings were measured
relative to corners instead of facets, which resulted in distorted
circular roundings and incorrect rounding and chamfer sizes.
2025-05-24 23:00:58 -04:00
Richard Milewski
6c4f1e1f1c Merge branch 'master' of https://github.com/RAMilewski/BOSL2 2025-05-23 13:53:39 -07:00
Richard Milewski
fc8fa950e7 Merge remote-tracking branch 'upstream/master' 2025-05-23 13:53:31 -07:00
Cory Cross
d67749598a Add cutpath_centered to partition functions
Fixes #1692

When tweaking cutsize and gap, the whole cut pattern can suddenly shift by half (cutsize+gap), which is really annoying. This change causes the cut pattern to always be centered on X=0.

Possibly controversially, it also makes this the default behaviour, which is backwards-incompatible.
2025-05-23 13:15:08 -07:00
Alex Matulich
f5bc61841b Added sharpening filter, fixed edge artifact, fixed contour topic in isosurface.scad 2025-05-22 20:02:50 -07:00
Alex Matulich
30817f2626 Add size value to top of img2scad.html output file 2025-05-21 13:48:26 -07:00
adrianVmariano
eeea026969 Merge pull request #1690 from amatulic/assets
Added edge detection to img2scad.html
2025-05-21 12:24:33 -04:00
Alex Matulich
bba8874f67 Added edge detection to img2scad.html 2025-05-20 21:06:56 -07:00
adrianVmariano
d92dfbc400 Merge pull request #1675 from amatulic/assets
New assets: geotiff2scad.py script and worldmap_360x180.scad
2025-05-19 19:47:13 -04:00
adrianVmariano
bbfa029aa8 Merge pull request #1689 from amatulic/general_dev
Removed tex_extra from linear_sweep docs
2025-05-19 19:42:31 -04:00
Alex Matulich
783e8f1783 Removed tex_extra from linear_sweep docs 2025-05-19 13:22:26 -07:00
Alex Matulich
ba190ecd37 Merge branch 'BelfrySCAD:master' into assets 2025-05-18 17:49:08 -07:00
Alex Matulich
f3861fb703 clarified luminance settings 2025-05-17 12:59:19 -07:00
Alex Matulich
61990088e0 output formatting improvements 2025-05-16 17:22:22 -07:00
adrianVmariano
acd46acde5 Merge pull request #1684 from adrianVmariano/master
add fill() and hinge doc fixes
2025-05-16 18:32:58 -04:00
Adrian Mariano
002cbbb3d1 add print-in-place hinges 2025-05-16 17:24:35 -04:00
Revar Desmera
ca407bd347 Merge pull request #1686 from BelfrySCAD/revarbat_dev
Added slider/rail anchor examples.
2025-05-15 16:53:12 -07:00
Revar Desmera
fe39bfc2a9 Added slider/rail anchor examples. 2025-05-15 15:49:14 -07:00
Revar Desmera
32d6527e2c Merge pull request #1685 from BelfrySCAD/revarbat_dev
Make slider orientation consistent with rail.
2025-05-15 15:34:19 -07:00
Revar Desmera
97e19d6276 Make slider orientation consistent with rail. 2025-05-15 15:31:47 -07:00
Alex Matulich
71148d3ce5 Added .png output capability 2025-05-14 22:03:25 -07:00
Alex Matulich
f351f32df3 fixes: auto-aspect height, plain zero output, no-arg help 2025-05-14 13:40:02 -07:00
Richard Milewski
1e706fb4f3 Merge remote-tracking branch 'upstream/master' 2025-05-13 18:15:00 -07:00
Adrian Mariano
b044ad9619 add fill() and hinge doc tweaks 2025-05-13 18:35:25 -04:00
Alex Matulich
fbac110ee5 restore aspect ratio sizing 2025-05-13 00:16:28 -07:00
Alex Matulich
a6eb1fbf3c fix lib dependency 2025-05-12 17:55:58 -07:00
Alex Matulich
e8b48fcddd Added checks for necessary python libraries 2025-05-12 07:28:06 -07:00
adrianVmariano
a629aed58f Merge pull request #1681 from adrianVmariano/master
sweep cap bugfix
2025-05-11 23:05:50 -04:00
Adrian Mariano
041cb4de49 bugfix 2025-05-11 22:22:45 -04:00
Adrian Mariano
a5a6dca906 fix sweep cap issue with offset_sweep specs 2025-05-11 21:40:20 -04:00
adrianVmariano
45598c5496 Merge pull request #1680 from adrianVmariano/master
rounded caps on sweeps
2025-05-11 21:32:19 -04:00
Adrian Mariano
14093a5e3f rounded caps on sweeps 2025-05-11 20:48:13 -04:00
Richard Milewski
54897524af Merge remote-tracking branch 'upstream/master' 2025-05-09 12:22:56 -07:00
Revar Desmera
8c0291d0f8 Merge pull request #1676 from BelfrySCAD/revarbat_dev
Added some Definitions to paths.scad and regions.scad
2025-05-09 04:10:24 -07:00
Revar Desmera
9cf373c660 Added some Definitions to paths.scad and regions.scad 2025-05-09 03:32:04 -07:00
Alex Matulich
6eafbd1192 New assets: geotiff2scad.py script and worldmap_360x180.scad 2025-05-08 21:34:05 -07:00
Richard Milewski
852f0ccb21 Merge remote-tracking branch 'upstream/master' 2025-05-08 19:18:19 -07:00
adrianVmariano
ff421453fc Merge pull request #1674 from amatulic/general_dev
Fixed cap2 logic typo in vnf_tri_array module
2025-05-08 20:53:09 -04:00
Alex Matulich
1d78776bb1 Fixed cap2 logic typo in vnf_tri_array module 2025-05-07 21:30:40 -07:00
Richard Milewski
47d30edc0d Merge remote-tracking branch 'upstream/master' 2025-05-07 13:05:53 -07:00
adrianVmariano
199ade45bf Merge pull request #1673 from adrianVmariano/master
overview update 2
2025-05-06 22:46:21 -04:00
Adrian Mariano
76cef11d9a overview update 2025-05-06 22:11:09 -04:00