Commit graph

527 commits

Author SHA1 Message Date
Revar Desmera
28c96ef22c Make internal threading masks circumscribed. 2019-08-04 19:03:33 -07:00
Revar Desmera
b16c0111aa
Merge pull request #84 from adrianVmariano/master
Added od and or to star().  Documented support for r and d in various polygons.
2019-08-04 16:51:22 -07:00
Adrian Mariano
22dc6474da Added od and or to star(). Documented support for r and d in various polygons. 2019-08-04 09:48:13 -04:00
Revar Desmera
6c48c27baf Added r/d alternate args to or/od for polygon 2D shapes. 2019-08-03 02:18:40 -07:00
Revar Desmera
6ba7bde38b Reworked new endcap support for stroke() 2019-08-03 00:07:54 -07:00
Revar Desmera
c148317afb Enlarge default image generation sizes. 2019-08-01 19:45:46 -07:00
Revar Desmera
6c98bf1afc Fixed docs for offset_stroke() 2019-08-01 18:42:23 -07:00
Revar Desmera
aae3f3fdf4
Merge pull request #83 from adrianVmariano/master
offset_stroke
2019-08-01 18:34:10 -07:00
Revar Desmera
a4fb0f1c8d fixed orient_and_anchor() for offset with spherical geometry. 2019-08-01 18:29:33 -07:00
Adrian Mariano
7855cf98c0 Tweaked pentagram example for turtle()
path_cut had a bug when invoked with a single distance
_bezcorner would fail if $fn wasn't set and $fs was too large
added offset_stroke()
2019-08-01 16:36:53 -04:00
Revar Desmera
e81c942f3e Changed offset in anchoring to special-case CENTER 2019-07-31 18:48:26 -07:00
Revar Desmera
6f2e83cb68 Reworked stroke() examples. 2019-07-30 13:00:13 -07:00
Revar Desmera
48ee931522 Embiggen endcaps figure all the way\! 2019-07-30 12:52:45 -07:00
Revar Desmera
41b5d35652 Fix to error out script on invalid option. 2019-07-30 12:50:56 -07:00
Revar Desmera
455e906dbd Enlarge stroke() endcaps figure 2019-07-30 12:40:59 -07:00
Revar Desmera
71189197c8 Allow custom endcaps for stroke() 2019-07-30 12:34:05 -07:00
Revar Desmera
a130b59dd8 Added arrow endcaps and separate endcap1 and endcap2 options to stroke() 2019-07-29 18:19:19 -07:00
Revar Desmera
cf39f87005 Added ball_screw_rod(). ball_screw_bearing() not created yet. 2019-07-29 15:53:40 -07:00
Revar Desmera
6f8d47e2a4 Make opening of MD files after docs gen be optional. 2019-07-23 22:54:37 -07:00
Revar Desmera
09173f6a6f Fixed rounding docs formatting. 2019-07-23 22:49:23 -07:00
Revar Desmera
87dbb28dcf
Merge pull request #80 from adrianVmariano/master
Fixed bug with check_and_fix_path() naming.  Also added examples to rounded_sweep.
2019-07-22 21:46:44 -07:00
Adrian Mariano
e4431d4940 Fixed bug with check_and_fix_path() naming. Also added examples to rounded_sweep. 2019-07-22 22:40:49 -04:00
Revar Desmera
e8300c5bb6 Fixed indexing of rand_int() 2019-07-18 21:58:41 -07:00
Revar Desmera
2427e09dee Merge branch 'master' of github.com:revarbat/BOSL2 2019-07-18 21:49:11 -07:00
Revar Desmera
52ab40b4f5 Added cleanup_path() and cleanup_region() 2019-07-18 21:48:32 -07:00
Revar Desmera
457716ddca
Merge pull request #79 from adrianVmariano/master
Offset update
2019-07-18 21:39:10 -07:00
Revar Desmera
4a72997fb8 Fix for idx() and shuffle() docs formatting. 2019-07-18 21:28:15 -07:00
Revar Desmera
959781d6fe Added closed option to deduplicate(). Fixed inconsistent indentation. 2019-07-18 21:24:32 -07:00
Adrian Mariano
3719378f49 Changed make_path_valid to check_and_fix_path 2019-07-18 21:27:57 -04:00
Adrian Mariano
20eae2b5d2 Changed offset() to check polygon orientation when closed==true.
Changed rounded_sweep() to work with updated offset().
Added make_path_valid() and use it in rounded_sweep for better error
handling and to support single component regions.
Added divided box example to rounded_sweep.
Updated examples to work with updated offset().
2019-07-18 19:21:08 -04:00
Revar Desmera
5abc7db530 Tweak index format 2019-07-17 23:36:55 -07:00
Revar Desmera
d320940654 Added genindex.sh script 2019-07-17 23:23:17 -07:00
Revar Desmera
a80fdc9f66 Fixed docs for $slop 2019-07-17 18:57:23 -07:00
Revar Desmera
3306f1d66b Renamed PRINTER_SLOP to 2019-07-17 18:54:35 -07:00
Revar Desmera
31ef6c1389 Removed redundant [xyz]ring() 2019-07-17 18:37:16 -07:00
Revar Desmera
cf15742a3b Fixed processing of regions in offset() 2019-07-17 16:33:08 -07:00
Revar Desmera
6ce93f75e0 Fixed bogus rotation in grid2d() 2019-07-17 16:18:02 -07:00
Revar Desmera
f25fdc975d Added tooth profile example 2019-07-17 14:30:20 -07:00
Revar Desmera
d1abaf891d Added tri_calc() 2019-07-17 01:49:51 -07:00
Revar Desmera
ad59d88ce2 Tweaked offset() description formatting. 2019-07-16 15:18:00 -07:00
Revar Desmera
fadfd998cf
Merge pull request #76 from adrianVmariano/master
Improved examples for offset(), and slight docs tweak.
2019-07-16 15:11:36 -07:00
Adrian Mariano
e9ae6355e5 added spaces in offset docs 2019-07-16 17:17:32 -04:00
Adrian Mariano
a89c324b4c Improved examples for offset(), and slight docs tweak. 2019-07-16 16:51:53 -04:00
Revar Desmera
9c4ef743c2 Moved round3d() and offset3d() to correct docs section. 2019-07-15 21:02:04 -07:00
Revar Desmera
db8cf9b280 Merge branch 'master' of github.com:revarbat/BOSL2 2019-07-15 20:58:21 -07:00
Revar Desmera
a28191cbf2 Remove example images for round3d() and offset3d() 2019-07-15 20:58:13 -07:00
Revar Desmera
aee7e4d9bd
Merge pull request #74 from adrianVmariano/master
Added repeat to turtle.  Added centroid to geometry.scad.
2019-07-15 19:11:26 -07:00
Adrian Mariano
c6ebb93751 removed include 2019-07-15 21:41:20 -04:00
Adrian Mariano
a71868431b Added repeat to turtle. Added centroid to geometry.scad. 2019-07-15 20:14:29 -04:00
Revar Desmera
958786daf6 Added find_circle_3points() 2019-07-15 16:41:01 -07:00