Commit graph

  • caa5acfb4c Merge branch 'devel' Made some corrections and several updates to default values in the gear module. gizmoplex 2015-12-05 19:01:53 -0500
  • 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). gizmoplex 2015-12-05 18:57:18 -0500
  • 2d1a97c307 In gear module, change default for clearance to 'undef'. gizmoplex 2015-12-05 17:57:25 -0500
  • 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'. gizmoplex 2015-12-05 17:53:29 -0500
  • 526aa67e1c Renamed linear_exturde_flat_option module to linear_extrude_flat_option (corrected spelling of 'extrude'). gizmoplex 2015-12-05 17:21:31 -0500
  • 68bde2d7d7 Updated gear module to calculate the default clearance as .25/diametral_pitch (.25 * circular_pitch / PI). gizmoplex 2015-12-05 14:09:32 -0500
  • f918e6d8c4 Updated linear_extrude_flat_option to used children() instead of the depracated child() module. gizmoplex 2015-12-05 13:45:14 -0500
  • a5fb4d884b Updated gear module to correct calculations for circular_pitch and diametral_pitch. gizmoplex 2015-12-05 13:41:25 -0500
  • 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. gizmoplex 2015-12-05 13:30:33 -0500
  • 5ff8ce964c Merge remote-tracking branch 'origin/pr/19' Chow Loong Jin 2015-01-26 11:38:20 +0800
  • 4f66ef8aef Merge branch 'pr/4' Chow Loong Jin 2015-01-26 10:48:12 +0800
  • fd273713af Exclude *~ in all directories, not just / Chow Loong Jin 2015-01-26 10:46:29 +0800
  • b957e8dec0 Added proper screw cap values Arne Durr 2014-11-29 19:57:02 +0100
  • 85794e4b4f Clarify licensing Marius Kintel 2014-03-07 00:13:33 -0500
  • 4b20955aca first bash at cleaning up shapes. needs rewrite for perf and capabilities arthur 2013-12-21 22:40:23 +0000
  • 89311f5834 added ~ files to gitignore arthur 2013-12-21 19:03:31 +0000
  • b2da70e92f Merge branch 'master' of github.com:openscad/MCAD Marius Kintel 2013-11-04 20:39:39 -0500
  • af27d28e8e Clarified BSD license Marius Kintel 2013-11-04 20:39:29 -0500
  • ddc01bcc01 add linear bearing models Glen Chung 2013-10-21 17:49:49 +0800
  • cde6972101 fix NemaMountingHoleDepth was generated 1mm shorter Glen Chung 2013-10-21 17:51:07 +0800
  • 1776f6e0d9 Merge pull request #2 from hroncok/master Marius Kintel 2013-10-01 08:21:20 -0700
  • 0be9a07930 Clarified license Marius Kintel 2013-10-01 11:16:27 -0400
  • 968f47856c clarify license Marius Kintel 2013-10-01 11:13:21 -0400
  • 51c41a3760 spelling and reword variable Shawn Wilson 2013-09-18 12:58:23 -0400
  • da49a8e27a char_count can be determined using len(), so no need to pass it as an argument Karel Vervaeke 2013-08-04 20:26:30 +0200
  • 1533d78a41 Modularized name_tag Karel Vervaeke 2013-08-03 10:15:16 +0200
  • 4da430feeb Cubic_Array() , Radial_Array() function added multiple child support david powell 2013-07-20 19:37:44 +0100
  • 4fc20d7b7e Update shapes.scad david 2013-06-20 23:17:40 +0200
  • 28f1636417 Cubic_Array() , Radial_Array() functions david powell 2013-06-19 18:15:50 +0100
  • adef2d239c added a few more sizes david powell 2013-06-13 17:56:03 +0100
  • 9a958fd11b remove executable bit and add todo list item Timothy Schmidt 2013-05-31 14:57:16 -0700
  • 1cc850b449 fix hole diameter Timothy Schmidt 2013-05-28 11:06:22 -0700
  • af55f6f35c fix path for units.scad in gridbeam.scad Timothy Schmidt 2013-05-24 09:42:47 -0700
  • 0ec924d515 cleaned up and modernized gridbeam.scad, stubbed a few new functions Timothy Schmidt 2013-05-24 09:29:51 -0700
  • 81912e88e3 Add flat/truncated teardrop module Chris Petersen 2013-05-10 02:24:19 -0600
  • 37c35adcc8 Merge from elmom/MCAD Elmo Mäntynen 2013-02-17 11:14:42 +0200
  • 6079e6d50b Merge pull request #13 from traverseda/master Elmo 2013-02-17 00:57:09 -0800
  • 5f4dd16834 Merge pull request #11 from f3ndot/patch-1 Elmo 2013-02-17 00:55:29 -0800
  • ce87286467 Merge pull request #12 from peteruithoven/master Elmo 2013-02-17 00:54:27 -0800
  • 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. traverseda 2013-02-16 15:12:12 -0400
  • 3671d2139a Added licensing stuff. traverseda 2013-02-16 13:36:56 -0400
  • bdee716f59 Changes examples/example.libtriangles.scad to test_libtriangles.scad traverseda 2013-02-16 13:27:27 -0400
  • 913733d22b Cleaned up the examples folder traverseda 2013-02-15 17:03:59 -0400
  • 3aa8ba99be Added my libtriangles, plus the "examples" folder traverseda 2013-02-15 17:02:36 -0400
  • 26b29ba83f Added layout and 2D shapes modules peteruithoven 2012-11-22 02:14:36 +0100
  • e8151cf061 auger() actually builds augers with all params Justin Bull 2012-11-05 20:38:56 -0500
  • 4e1b4ae3df Merge pull request #6 from openscad/polyholes-license Elmo 2012-10-31 13:33:21 -0700
  • 9af89906fa Added license info from http://www.thingiverse.com/thing:6118 Marius Kintel 2012-10-31 12:25:20 -0400
  • 176b2c49d4 Added license, renamed module to make it actually work Elmom 2012-10-31 18:00:28 +0200
  • 18b3daa818 Fixed FSF address Miro Hrončok 2012-10-07 19:47:29 +0200
  • 8930770b3a Merge pull request #9 from donbright/master Elmo 2012-08-07 06:50:07 -0700
  • c90db2a644 clarify that you cannot use wildcards in OpenSCAD use/include statements don bright 2012-08-01 19:45:02 -0500
  • 46eaca20eb Merge branch 'master' of github.com:SolidCode/MCAD Elmom 2012-07-04 01:04:45 +0300
  • 483b5a35c6 Updated ThingDoc Elmom 2012-07-04 01:04:31 +0300
  • 6c815b6294 Added profiles AlbanetcSr 2012-06-26 22:20:29 -0700
  • a1c58b960b Added Futaba S3003 servo Charles Rincheval 2012-06-08 23:18:03 +0200
  • 29180c5d59 breaking out circular2diameter and diametral2diameter functions from gears Andrew Plumb 2012-03-14 14:55:29 -0400
  • 98ea65b540 Merge pull request #5 from openscad/fonts Evan Jones 2012-02-23 07:47:45 -0800
  • 55aecfb419 Added align parameter Andrew Plumb 2012-02-20 01:13:01 -0500
  • 26f50f8409 Added polytext() Andrew Plumb 2012-02-20 00:47:08 -0500
  • 9ef4fc5760 Cleaned up braille cell and line spacing. Andrew Plumb 2012-02-20 00:11:10 -0500
  • 7ec98787a7 Initial take on Spec 800 braille Andrew Plumb 2012-02-19 23:29:13 -0500
  • 70a31597c4 Added braille_ascii_font() Andrew Plumb 2012-02-19 18:48:29 -0500
  • 3a47e3407a Merge branch 'master' of github.com:openscad/MCAD Marius Kintel 2012-02-18 13:24:11 +0100
  • fa265644af Merge pull request #1 from clothbot/fonts Marius Kintel 2012-02-18 04:23:50 -0800
  • 38a362adf7 Merge remote-tracking branch 'upstream/master' Marius Kintel 2012-02-18 13:20:07 +0100
  • adb5b65655 Added outline_2d() and bold_2d() Andrew Plumb 2012-02-14 23:56:09 -0500
  • 1a31137eee Added fonts.scad Andrew Plumb 2012-02-14 23:07:20 -0500
  • 0a28fcd0fb Merge pull request #4 from openscad/3d_triangle_doc Evan Jones 2012-02-07 19:34:01 -0800
  • d00d43e5f9 Merge pull request #3 from openscad/involute_order Evan Jones 2012-02-07 19:33:37 -0800
  • 13db22c08f minor fix: Use correct use convention in documentation Marius Kintel 2012-02-02 23:38:00 +0100
  • cde0d5514a Merge branch 'master' of github.com:openscad/MCAD Marius Kintel 2012-02-02 23:32:34 +0100
  • 0a5b38fe7c minor fix: Use correct use convention in documentation Marius Kintel 2012-02-02 23:32:15 +0100
  • 2ad18d2a48 Merge branch 'master' of https://github.com/SolidCode/MCAD Marius Kintel 2012-02-02 23:22:54 +0100
  • 8113cfface Added multiply.scad Elmom 2012-01-30 04:31:23 +0200
  • 3faafdd93e Added 2d ring Elmom 2012-01-30 04:29:39 +0200
  • 5eb4cf289a Fix spin so that it properly uses the angle parameter Elmom 2012-01-14 16:15:34 +0200
  • 13e37fe74e Make underside of block level Elmom 2012-01-14 15:20:21 +0200
  • 7e351e154d Added lego_compatibility.scad Elmom 2012-01-11 01:43:04 +0200
  • 83205f0511 Merge branch 'master' of github.com:openscad/MCAD Marius Kintel 2012-01-09 03:11:21 +0100
  • a5b8b44f50 Cleared executable flag from scad file Marius Kintel 2012-01-09 03:10:14 +0100
  • f32906ae90 Fixed orientation issue Marius Kintel 2011-12-30 14:29:04 +0100
  • b7d9ec4c5e Merge pull request #2 from openscad/master Elmo 2011-11-23 04:11:20 -0800
  • ef08a6cf50 Added 3d_triangle from Rene Baumann Marius Kintel 2011-11-21 18:50:16 +0100
  • 4330afe5e7 fixed typo and added license preamble to teardrop.scad Timothy Schmidt 2011-10-30 11:05:53 -0400
  • 662f853f10 fixed license and typo for teardrop.scad Timothy Schmidt 2011-10-30 10:37:41 -0400
  • f313545c3e Merge pull request #1 from openscad/master Elmo 2011-09-28 23:26:16 -0700
  • 60490ebd2c Better test names, support for Mac Marius Kintel 2011-09-08 03:52:11 +0200
  • 47876c4a7e Minor translation to make the result manifold Marius Kintel 2011-09-08 03:49:39 +0200
  • 903569a9a2 Added oval_torus and torus2 with different parameterization Elmom 2011-09-07 12:43:30 +0300
  • 72400cf62c Added an egg shape using egg_outline Elmom 2011-09-07 09:59:02 +0300
  • b2b431a92b Typed out some polygonal tubes Elmom 2011-09-06 12:44:52 +0300
  • 85cc1c54d8 Added new file for not-so-regular shapes Elmom 2011-09-06 12:14:44 +0300
  • 754ca14785 Added trochoids.scad from thingiverse, needs cleaning Elmom 2011-04-28 11:40:13 +0300
  • cdc3b0c699 Added a new file for transformations. First one doesn't work due to reported bug in openscad Elmom 2011-03-26 13:54:45 +0200
  • 263df7d174 Added items to TODO Elmom 2011-03-25 10:05:04 +0200
  • 77294127da Added ThingDoc as a submodule Elmom 2011-03-18 01:19:09 +0200
  • b7e03f5767 Updated the readme Elmom 2011-03-03 18:21:55 +0200
  • f1d12e9ebe Added polyholes.scad from Nophead Elmom 2011-03-03 15:37:30 +0200
  • 1f1a50105d Added a simple script that updates the submodules Elmom 2011-02-19 02:29:52 +0200