caa5acfb4cMerge branch 'devel' Made some corrections and several updates to default values in the gear module.
gizmoplex
2015-12-05 19:01:53 -0500
2a126e526aIn the gear module, set rim_thickness, rim_width, hub_thickness, hub_diameter, and bore_diameter default values to undef and then added code to calculate default values based on a percentage of the root circle radius. This helps generate a valid gear when the only parameter specified is the pitch (diametral or circular).
gizmoplex
2015-12-05 18:57:18 -0500
2d1a97c307In gear module, change default for clearance to 'undef'.
gizmoplex
2015-12-05 17:57:25 -0500
6474be3183Change gear module to use 'undef' as default value for circular_pitch and diametral_pitch parameters. This seems to make more sense than using 'false'.
gizmoplex
2015-12-05 17:53:29 -0500
526aa67e1cRenamed linear_exturde_flat_option module to linear_extrude_flat_option (corrected spelling of 'extrude').
gizmoplex
2015-12-05 17:21:31 -0500
68bde2d7d7Updated gear module to calculate the default clearance as .25/diametral_pitch (.25 * circular_pitch / PI).
gizmoplex
2015-12-05 14:09:32 -0500
f918e6d8c4Updated linear_extrude_flat_option to used children() instead of the depracated child() module.
gizmoplex
2015-12-05 13:45:14 -0500
a5fb4d884bUpdated gear module to correct calculations for circular_pitch and diametral_pitch.
gizmoplex
2015-12-05 13:41:25 -0500
73909f3a0fUpdated gear module to correctly display error message when neither circular_pitch or diametral_pitch parameters are specified. Previous method of testing for false value did not work because circular_pitch is reassigned and becomes undef when diametral_pitch is false.
gizmoplex
2015-12-05 13:30:33 -0500
5ff8ce964cMerge remote-tracking branch 'origin/pr/19'
Chow Loong Jin
2015-01-26 11:38:20 +0800
4f66ef8aefMerge branch 'pr/4'
Chow Loong Jin
2015-01-26 10:48:12 +0800
fd273713afExclude *~ in all directories, not just /
Chow Loong Jin
2015-01-26 10:46:29 +0800
b957e8dec0Added proper screw cap values
Arne Durr
2014-11-29 19:57:02 +0100
85794e4b4fClarify licensing
Marius Kintel
2014-03-07 00:13:33 -0500
4b20955acafirst bash at cleaning up shapes. needs rewrite for perf and capabilities
arthur
2013-12-21 22:40:23 +0000
89311f5834added ~ files to gitignore
arthur
2013-12-21 19:03:31 +0000
b2da70e92fMerge branch 'master' of github.com:openscad/MCAD
Marius Kintel
2013-11-04 20:39:39 -0500
af27d28e8eClarified BSD license
Marius Kintel
2013-11-04 20:39:29 -0500
ddc01bcc01add linear bearing models
Glen Chung
2013-10-21 17:49:49 +0800
af55f6f35cfix path for units.scad in gridbeam.scad
Timothy Schmidt
2013-05-24 09:42:47 -0700
0ec924d515cleaned up and modernized gridbeam.scad, stubbed a few new functions
Timothy Schmidt
2013-05-24 09:29:51 -0700
81912e88e3Add flat/truncated teardrop module
Chris Petersen
2013-05-10 02:24:19 -0600
37c35adcc8Merge from elmom/MCAD
Elmo Mäntynen
2013-02-17 11:14:42 +0200
6079e6d50bMerge pull request #13 from traverseda/master
Elmo
2013-02-17 00:57:09 -0800
5f4dd16834Merge pull request #11 from f3ndot/patch-1
Elmo
2013-02-17 00:55:29 -0800
ce87286467Merge pull request #12 from peteruithoven/master
Elmo
2013-02-17 00:54:27 -0800
0356f2f2d4Removed test_libtriangles. I was under the mistaken impression is provided a set of examples, so you could see at a glance the result of the code. This doesn't really need a test function.
traverseda
2013-02-16 15:12:12 -0400