Commit graph

318 commits

Author SHA1 Message Date
gizmoplex caa5acfb4c Merge branch 'devel'
Made some corrections and several updates to default values in the gear module.
2015-12-05 19:01:53 -05:00
gizmoplex 2a126e526a In 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).
2015-12-05 18:57:18 -05:00
gizmoplex 2d1a97c307 In gear module, change default for clearance to 'undef'. 2015-12-05 17:57:25 -05:00
gizmoplex 6474be3183 Change gear module to use 'undef' as default value for circular_pitch and diametral_pitch parameters. This seems to make
more sense than using 'false'.
2015-12-05 17:53:29 -05:00
gizmoplex 526aa67e1c Renamed linear_exturde_flat_option module to linear_extrude_flat_option (corrected spelling of 'extrude'). 2015-12-05 17:21:31 -05:00
gizmoplex 68bde2d7d7 Updated gear module to calculate the default clearance as .25/diametral_pitch (.25 * circular_pitch / PI). 2015-12-05 14:09:32 -05:00
gizmoplex f918e6d8c4 Updated linear_extrude_flat_option to used children() instead of the depracated child() module. 2015-12-05 13:45:14 -05:00
gizmoplex a5fb4d884b Updated gear module to correct calculations for circular_pitch and diametral_pitch. 2015-12-05 13:41:25 -05:00
gizmoplex 73909f3a0f Updated 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.
2015-12-05 13:30:33 -05:00
Chow Loong Jin 5ff8ce964c Merge remote-tracking branch 'origin/pr/19' 2015-01-26 11:38:20 +08:00
Chow Loong Jin 4f66ef8aef Merge branch 'pr/4' 2015-01-26 10:48:12 +08:00
Chow Loong Jin fd273713af Exclude *~ in all directories, not just / 2015-01-26 10:46:48 +08:00
Arne Durr b957e8dec0 Added proper screw cap values
Fixed the TODO: proper screw cap values
Based on: http://www.roymech.co.uk/Useful_Tables/Screws/cap_screws.htm
Diameter is pulled from the table METRIC_BOLT_CAP_DIAMETERS and the cap height is the metric size of the bold.
2014-11-29 19:57:02 +01:00
Marius Kintel 85794e4b4f Clarify licensing 2014-03-07 00:13:33 -05:00
arthur 4b20955aca first bash at cleaning up shapes. needs rewrite for perf and capabilities 2013-12-21 22:40:23 +00:00
arthur 89311f5834 added ~ files to gitignore 2013-12-21 19:03:31 +00:00
Marius Kintel b2da70e92f Merge branch 'master' of github.com:openscad/MCAD 2013-11-04 20:39:39 -05:00
Marius Kintel af27d28e8e Clarified BSD license 2013-11-04 20:39:29 -05:00
Glen Chung ddc01bcc01 add linear bearing models 2013-10-21 18:23:12 +08:00
Glen Chung cde6972101 fix NemaMountingHoleDepth was generated 1mm shorter 2013-10-21 18:16:10 +08:00
Marius Kintel 1776f6e0d9 Merge pull request #2 from hroncok/master
Fixed Free Software Foundation address
2013-10-01 08:21:20 -07:00
Marius Kintel 0be9a07930 Clarified license 2013-10-01 11:16:27 -04:00
Marius Kintel 968f47856c clarify license 2013-10-01 11:13:21 -04:00
Shawn Wilson 51c41a3760 spelling and reword variable 2013-09-18 12:58:23 -04:00
Karel Vervaeke da49a8e27a char_count can be determined using len(), so no need to pass it as an argument 2013-08-04 20:26:30 +02:00
Karel Vervaeke 1533d78a41 Modularized name_tag 2013-08-03 10:15:16 +02:00
david powell 4da430feeb Cubic_Array() , Radial_Array() function added multiple child support 2013-07-20 19:37:44 +01:00
david 4fc20d7b7e Update shapes.scad 2013-06-20 23:17:40 +02:00
david powell 28f1636417 Cubic_Array() , Radial_Array() functions 2013-06-19 18:15:50 +01:00
david powell adef2d239c added a few more sizes 2013-06-13 17:56:03 +01:00
Timothy Schmidt 9a958fd11b remove executable bit and add todo list item 2013-05-31 14:57:16 -07:00
Timothy Schmidt 1cc850b449 fix hole diameter 2013-05-28 11:06:22 -07:00
Timothy Schmidt af55f6f35c fix path for units.scad in gridbeam.scad 2013-05-24 09:42:47 -07:00
Timothy Schmidt 0ec924d515 cleaned up and modernized gridbeam.scad, stubbed a few new functions 2013-05-24 09:29:51 -07:00
Chris Petersen 81912e88e3 Add flat/truncated teardrop module
Simple intersection method to implement a flat/truncated teardrop (technique gathered from comments made by whosawhatsis on various forums/blogs).
2013-05-10 02:24:19 -06:00
Elmo Mäntynen 37c35adcc8 Merge from elmom/MCAD 2013-02-17 11:14:42 +02:00
Elmo 6079e6d50b Merge pull request #13 from traverseda/master
Mergining libtrianlges
2013-02-17 00:57:09 -08:00
Elmo 5f4dd16834 Merge pull request #11 from f3ndot/patch-1
auger() actually builds augers with all params
2013-02-17 00:55:29 -08:00
Elmo ce87286467 Merge pull request #12 from peteruithoven/master
Added 2D shapes and layout modules
2013-02-17 00:54:27 -08:00
traverseda 0356f2f2d4 Removed 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. 2013-02-16 15:12:12 -04:00
traverseda 3671d2139a Added licensing stuff. 2013-02-16 13:36:56 -04:00
traverseda bdee716f59 Changes examples/example.libtriangles.scad to test_libtriangles.scad 2013-02-16 13:27:27 -04:00
traverseda 913733d22b Cleaned up the examples folder 2013-02-15 17:03:59 -04:00
traverseda 3aa8ba99be Added my libtriangles, plus the "examples" folder 2013-02-15 17:02:36 -04:00
peteruithoven 26b29ba83f Added layout and 2D shapes modules 2012-11-22 02:14:36 +01:00
Justin Bull e8151cf061 auger() actually builds augers with all params
radii is used instead of diameters, has a taper parameter that will change how much the blade tapers at the end
2012-11-05 20:38:56 -05:00
Elmo 4e1b4ae3df Merge pull request #6 from openscad/polyholes-license
Added license info from http://www.thingiverse.com/thing:6118
2012-10-31 13:33:21 -07:00
Marius Kintel 9af89906fa Added license info from http://www.thingiverse.com/thing:6118 2012-10-31 12:25:20 -04:00
Elmom 176b2c49d4 Added license, renamed module to make it actually work 2012-10-31 18:00:28 +02:00
Miro Hrončok 18b3daa818 Fixed FSF address 2012-10-07 19:47:29 +02:00