Commit graph

318 commits

Author SHA1 Message Date
Chow Loong Jin 8db030f4ca Merge remote-tracking branch 'origin/pr/10' 2019-07-23 22:30:33 +08:00
Chow Loong Jin 7a0e555029 Merge remote-tracking branch 'origin/pr/20' 2019-07-23 22:28:19 +08:00
Chow Loong Jin 22194aa222 Merge remote-tracking branch 'origin/pr/8' 2019-07-23 22:14:32 +08:00
Chow Loong Jin 770fc39e45 Merge remote-tracking branch 'origin/pr/7' 2019-07-23 22:10:34 +08:00
Chow Loong Jin 2bb9d6b63a Re-add COURSE_METRIC_BOLT_MAJOR_THREAD_DIAMETERS variable
Re-add COURSE_METRIC_BOLT_MAJOR_THREAD_DIAMETERS as a copy of
COARSE_THREAD_METRIC_BOLT_MAJOR_DIAMETERS to maintain compatibility with old
designs that used the data from the variable with the wrong name.
2019-07-23 21:57:56 +08:00
Chow Loong Jin 4a71170f4b Merge bubbapizza/master into master (#6) 2019-07-23 21:55:29 +08:00
Chow Loong Jin 889200a79c Merge ArthurGibbs/fixShapes into master (#5) 2019-07-23 21:41:55 +08: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 2a2dcf9cb6
Merge pull request #47 from dvanderfaeillie/patch-1
Fixed spelling of height
2019-06-14 00:57:21 +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
Chow Loong Jin 618991ad25
Merge pull request #52 from RyanBalfanz/patch-3
Fix typo in comment
2019-04-04 15:23:32 +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
Michael Frey 9200f3a583
fixed typo in README.markdown 2019-01-06 11:30:12 +01:00
dvanderfaeillie 5ed966f4e3
Fixed spelling of height
Changed `Hight` to `Height`
2019-01-04 17:08:54 +01:00
Chow Loong Jin 5246f78d34
Merge pull request #46 from MichaelPFrey/master
circle does not have a center parameter
2018-12-21 12:48:25 +08:00
Michael Frey 1532fb1032
circle does not have a center parameter 2018-12-20 22:46:06 +01: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
Chow Loong Jin 2989901425
Merge pull request #41 from rockstorm101/deprecate-shapes
shapes: Add deprecation warning
2018-10-08 12:26:56 +08:00
Rock Storm 852e53bef5 shapes: Make deprecation module name less generic 2018-10-07 17:42:44 +01:00
Chow Loong Jin 842f6bcb29
Merge pull request #44 from rockstorm101/standardize
regular_shapes: rename reg_polygon
2018-10-05 11:34:20 +08:00
Rock Storm b7ee9ac16f shapes: use 'DEPRECATED' instead of 'WARNING' 2018-10-04 19:04:09 +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
Chow Loong Jin cd134456c1
Merge pull request #43 from rockstorm101/fix-reg-polygon
regular_shapes: Avoid the circle trick
2018-10-03 12:25:40 +08: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
Chow Loong Jin dc32fed745
Merge pull request #40 from rockstorm101/typo-readme
README: Remove duplicated 'and'
2018-10-01 01:19:17 +08:00
Rock Storm e324f76e24 shapes: Add deprecation warning 2018-09-28 20:16:05 +01:00
Rock Storm 0c927f11a0 README: Remove duplicated 'and' 2018-09-28 19:30:01 +01:00
Chow Loong Jin f392483a80
Merge pull request #39 from openscad/cleanup
Cleanup
2018-09-27 12:54:30 +08:00
Torsten Paul 53549d4063 Remove now unnecessary python wrapper to fetch git submodules. 2018-09-25 20:18:18 +02:00
Torsten Paul 28fb5b3ae5 Removing execute permissions from OpenSCAD source.
Fedora Rawhide build correctly complains with:
WARNING: ./usr/share/openscad-nightly/libraries/MCAD/servos.scad is executable but has empty or no shebang, removing executable bit
2018-09-25 20:13:44 +02:00
Chow Loong Jin 0209686202
Merge pull request #38 from openscad/remove-external-modules
Remove external modules
2018-09-24 12:15:48 +08:00
Torsten Paul 9eae9ba98e Update test code for Python3. 2018-09-23 19:03:17 +02:00
Torsten Paul bf61e4920f Remove submodules SolidPython and ThingDoc. 2018-09-23 17:33:07 +02:00
Chow Loong Jin 681864db5d
Merge pull request #37 from telepath/master
add m2 to nuts_and_bolts.scad
2018-08-09 22:42:27 +08:00
Telepath 34271f45f6 add m2 to nuts_and_bolts.scad 2018-08-09 14:50:53 +02:00
Chow Loong Jin eba14c3a85
Merge pull request #36 from linuxluser/master
Added optional "center" param to triangle() and a_triangle() modules
2018-07-10 13:32:10 +08:00
Dave 89009d9289 Added optional "center" param to triangle() and a_triangle() modules 2018-07-09 18:23:10 -07:00
Chow Loong Jin 0e57f5500a
Merge pull request #31 from capveg/master
Fixed rotation on demo helical gear
2018-02-23 03:13:55 +08:00
charlie 7999dc8c8a different indentation on github and local editor? 2018-02-22 15:38:47 +00:00
charlie e46da241aa fix inconsistant indentation 2018-02-22 15:28:53 +00:00
charlie 6669ad1296 updated coding style 2018-02-22 15:18:09 +00:00
Chow Loong Jin 818265f4a6
Merge pull request #34 from l29ah/master
use https for submodules
2017-12-27 00:59:19 +08:00
Sergey Alirzaev 2cf324fc9b
use https for submodules 2017-12-25 19:15:45 +03:00
Chow Loong Jin 7c75b2a51b Merge pull request #9 from achiestdragon/patch-1
Update shapes.scad
2017-07-23 00:46:25 +08:00
Chow Loong Jin b1adc78fc5 Merge pull request #26 from D-Byte/patch-1
Added proper screw cap values
2017-07-23 00:45:13 +08:00
Chow Loong Jin 6a3d7411c8 Merge pull request #30 from vwegert/master
added more bearing sizes
2017-07-23 00:44:08 +08:00
Rob Sherwood 455bbbcba7 Fixed rotation on demo helical gear 2017-07-04 17:25:36 -07:00
Volker Wegert 519110db2d added more bearing sizes 2016-11-10 21:10:03 +01:00