Commit graph

18 commits

Author SHA1 Message Date
Doug Hawkins 9ee6a3897f Changed internal references for reg_polygon() to regular_polygon() & confirmed no other refs in MCAD files. 2020-03-25 21:58:38 -06:00
Ryan Balfanz 6512d6f92b
Use children() instead of child()
> DEPRECATED: child() will be removed in future releases. Use children() instead.
2019-08-15 13:41:13 -07:00
Chow Loong Jin f0ba386837
Merge pull request #42 from rockstorm101/extend-hexagon
regular_shapes: Extend hexagon module
2019-06-14 01:03:19 +08:00
Chow Loong Jin a7be3d6236
Merge pull request #53 from RyanBalfanz/patch-4
Fix misspelled local variable in egg() module
2019-04-04 15:23:51 +08:00
Ryan Balfanz 37c55b67b5
Fix misspelled local variable in egg() module 2019-04-03 21:13:36 -07:00
Ryan Balfanz 70ec2ce406
Fix typo in comment 2019-04-03 21:12:39 -07:00
Rock Storm 0b34bf6834 regular_shapes: Simplify hexagon modules
- Alleviate the hexagon_prism module by letting 'hexagon' do the
selection between the inputs.

 - Aggregate input selection to avoid overwriting other inputs.
2018-10-18 18:55:32 +01:00
Rock Storm 5ae3d5d549 regular_shapes: rename reg_polygon
Rename 'reg_polygon' to 'regular_polygon' to be consistent with the rest
of OpenSCAD function names.
2018-10-04 18:55:54 +01:00
Rock Storm 2e4d6b4037 regular_shapes: Avoid the circle trick
As is stated in the very own manual of OpenSCAD [1], generating polygons
using the circle function is a trick that should be avoided.

 [1]
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/2D_Primitives#regular_polygon
2018-10-02 18:46:04 +01:00
Rock Storm 23dc11bc5f regular_shapes: Extend hexagon module
Allow the hexagon to be defined by the distance between sides,
which is also the diameter of the inscribed circle.
2018-09-30 19:49:08 +01:00
Miro Hrončok 18b3daa818 Fixed FSF address 2012-10-07 19:47:29 +02:00
Elmom 3faafdd93e Added 2d ring 2012-01-30 04:29:39 +02:00
Elmom 903569a9a2 Added oval_torus and torus2 with different parameterization 2011-09-07 12:43:30 +03:00
Elmom 72400cf62c Added an egg shape using egg_outline 2011-09-07 09:59:02 +03:00
Elmom b2b431a92b Typed out some polygonal tubes 2011-09-06 12:44:52 +03:00
Elmom 88bf287928 Made square pyramid actually work 2011-02-15 07:28:26 +02:00
Timothy Schmidt 1b071f5e5c moved ellipse and egg_outline to regular_shapes.scad 2011-01-18 06:38:26 -05:00
Timothy Schmidt d53660d3b3 commit Giles' regular shapes and metric fasteners 2011-01-18 06:10:38 -05:00