Commit graph

191 commits

Author SHA1 Message Date
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
Marius Kintel 85794e4b4f Clarify licensing 2014-03-07 00:13:33 -05: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
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
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
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
Elmo 8930770b3a Merge pull request #9 from donbright/master
clarify that there are no wildcards in OpenSCAD use/include statements
2012-08-07 06:50:07 -07:00
don bright c90db2a644 clarify that you cannot use wildcards in OpenSCAD use/include statements 2012-08-01 19:45:02 -05:00
Elmom 46eaca20eb Merge branch 'master' of github.com:SolidCode/MCAD 2012-07-04 01:04:45 +03:00
Elmom 483b5a35c6 Updated ThingDoc 2012-07-04 01:04:31 +03:00
Charles Rincheval a1c58b960b Added Futaba S3003 servo 2012-06-08 23:18:03 +02:00
Evan Jones 98ea65b540 Merge pull request #5 from openscad/fonts
fonts.scad
2012-02-23 07:47:45 -08:00
Marius Kintel 3a47e3407a Merge branch 'master' of github.com:openscad/MCAD 2012-02-18 13:24:11 +01:00
Marius Kintel fa265644af Merge pull request #1 from clothbot/fonts
Added fonts.scad to use with OpenSCAD search() function
2012-02-18 04:23:50 -08:00
Marius Kintel 38a362adf7 Merge remote-tracking branch 'upstream/master' 2012-02-18 13:20:07 +01:00
Andrew Plumb adb5b65655 Added outline_2d() and bold_2d()
Wrapper modules for rendering outline and bold text from a set of font
points and paths.
2012-02-14 23:56:09 -05:00
Andrew Plumb 1a31137eee Added fonts.scad
Example font to take advantage of search function added to OpenSCAD.
2012-02-14 23:07:20 -05:00
Evan Jones 0a28fcd0fb Merge pull request #4 from openscad/3d_triangle_doc
minor fix: Use correct use convention in documentation - from kintel
2012-02-07 19:34:01 -08:00
Evan Jones d00d43e5f9 Merge pull request #3 from openscad/involute_order
Involute order && chmod - from kintel
2012-02-07 19:33:37 -08:00
Marius Kintel 13db22c08f minor fix: Use correct use convention in documentation 2012-02-02 23:38:00 +01:00
Marius Kintel cde0d5514a Merge branch 'master' of github.com:openscad/MCAD 2012-02-02 23:32:34 +01:00
Marius Kintel 0a5b38fe7c minor fix: Use correct use convention in documentation 2012-02-02 23:32:15 +01:00
Marius Kintel 2ad18d2a48 Merge branch 'master' of https://github.com/SolidCode/MCAD 2012-02-02 23:22:54 +01:00
Elmom 8113cfface Added multiply.scad 2012-01-30 04:31:23 +02:00
Elmom 3faafdd93e Added 2d ring 2012-01-30 04:29:39 +02:00
Elmom 5eb4cf289a Fix spin so that it properly uses the angle parameter 2012-01-14 16:15:34 +02:00