Commit graph

299 commits

Author SHA1 Message Date
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
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
AlbanetcSr 6c815b6294 Added profiles 2012-06-26 22:20:29 -07:00
Charles Rincheval a1c58b960b Added Futaba S3003 servo 2012-06-08 23:18:03 +02:00
Andrew Plumb 29180c5d59 breaking out circular2diameter and diametral2diameter functions from gears 2012-03-14 14:55:29 -04:00
Evan Jones 98ea65b540 Merge pull request #5 from openscad/fonts
fonts.scad
2012-02-23 07:47:45 -08:00
Andrew Plumb 55aecfb419 Added align parameter 2012-02-20 01:13:01 -05:00
Andrew Plumb 26f50f8409 Added polytext()
Added polytext() module to simplify use of 8bit_polyfont() text
rendering.  Also adds bold, outline, underline and strike modifiers.
2012-02-20 00:47:08 -05:00
Andrew Plumb 9ef4fc5760 Cleaned up braille cell and line spacing. 2012-02-20 00:11:10 -05:00
Andrew Plumb 7ec98787a7 Initial take on Spec 800 braille
Spacing seems off; probably mis-interpreting 3.2.3.2 and 3.2.4.
2012-02-19 23:29:13 -05:00
Andrew Plumb 70a31597c4 Added braille_ascii_font()
Initial transcription. To be cleaned up.
2012-02-19 18:48:29 -05: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