Commit graph

186 commits

Author SHA1 Message Date
Elmom 932b29c11e Added a scad code to generate letters with a hole in them to make a necklace out of 2010-12-21 21:40:28 +02:00
Elmom 642341c843 Added the letter "Ö" to bitmap.scad, but it needs to be called with "OE"
Non ascii chars seem to be not properly supported.
2010-12-21 18:12:53 +02:00
Elmom 64a1182d96 Added my little improvement to name_tag.scad 2010-12-21 18:12:08 +02:00
Timothy Schmidt 6a0d711861 added elliptical shapes 2010-12-20 17:36:37 +08:00
Elmom 36db674958 Added a to be integrated itme to TODO 2010-11-15 15:38:58 +02:00
Timothy Schmidt 1616c7d4bf updated TODO 2010-11-02 18:15:39 -04:00
Elmom b88655869d Upated TODO 2010-10-30 13:52:27 +03:00
Elmom 4268065e0b Merged the bitmap module in http://github.com/tbuser/openscad-bitmap as a subdir 2010-10-30 13:46:23 +03:00
Elmom 9bf5b8bdfc Typo 2010-10-30 13:24:47 +03:00
Elmom 3b65ac9efa Improved docs based on failures of test_docs.py 2010-10-30 12:57:26 +03:00
Elmom a718a8bcfd Added simple testing of the README to make sure it includes a mention of each code file 2010-10-29 11:46:12 +03:00
Elmom 595cd506fb Added a TODO item 2010-10-27 07:41:02 +03:00
Elmom 90f9f745c7 Added TODO; added links to code that could be integrated into MCAD 2010-10-19 23:46:30 +03:00
Elmom 53c4749321 removed file that was really moved 2010-10-19 23:44:06 +03:00
Elmom ee4048f6b6 Moved testing code to another file for easier using outside MCAD 2010-10-13 09:25:21 +03:00
Elmom 25343d6978 API change! This actually makes the bearing code usable sice it works around a bug in openscad that prevented using the code easily 2010-10-07 17:33:07 +03:00
Elmom dab5a140ef Raised the default timeout for calling openscad to make tests not fail 2010-10-07 17:19:45 +03:00
Elmom 4387aa5f01 Add __init__.py to be able to import the python code also 2010-10-06 15:54:42 +03:00
Elmom b0ea4d7369 fixed tests 2010-10-06 15:51:19 +03:00
Elmom cd479750cc Added a note about the bug in openscad to README 2010-10-06 15:48:09 +03:00
Elmom 10889aa2fc Testing seems to work. Adding () after a function does wonders if you want that function to actually do anything (like flush the testing code to disk so that openscad actually has something to chew on ;) 2010-10-01 14:50:07 +03:00
Elmom dfeaa1f7df More about git submodule usage 2010-09-30 09:27:51 +03:00
Elmom 55bd2607c8 Improved testing and fixed a warning thus found 2010-09-30 09:22:54 +03:00
Elmom d650715b6f Merge branch 'master' of github.com:elmom/MCAD 2010-09-29 20:43:03 +03:00
Elmom 15812d48dd Trying to debug testing infra 2010-09-29 20:27:53 +03:00
Elmom 4430a9e7d8 Typo 2010-09-29 19:03:39 +03:00
Elmom b27f76c3da Added bearing used by Huxley 2010-09-29 18:54:37 +03:00
Elmom 992891c39c Added again about git-submodule usage 2010-09-29 13:41:34 +03:00
Elmom d4ff522434 Added about git-submodule usage 2010-09-29 13:35:46 +03:00
Elmom e539c44b74 Added to readme about 'git submodule' usage 2010-08-28 09:57:37 +03:00
Elmom a1322fa2d5 Merged changes from a fork 2010-08-28 08:47:00 +03:00
Eero af Heurlin d1c675d113 use correct naming for test modules 2010-08-27 18:07:20 +03:00
Eero af Heurlin a0719871e6 Merge branch 'master' of github.com:rambo/MCAD 2010-08-27 18:02:52 +03:00
Eero af Heurlin d942631454 added module for creating triangle by tangent angle 2010-08-27 18:01:17 +03:00
Elmom 04a5e35dd9 Testing improvements and cleanup 2010-08-26 22:24:32 +08:00
Elmom ebf9c54f9c Tested merging 2010-08-26 14:35:51 +03:00
Elmom 83ed86cfaa Testing improvements and cleanup 2010-08-26 14:19:49 +03:00
Eero af Heurlin add07c01b0 Merge branch 'master' of github.com:rambo/MCAD
Conflicts:
	triangles.scad
2010-08-26 12:27:55 +03:00
Eero af Heurlin b57cf51efe removing unused code 2010-08-26 12:27:01 +03:00
Elmom d07f846e30 Added code from the openscad svn repo for easy use and improvement. 2010-08-26 17:25:29 +08:00
Elmo 30607913a3 Small improvements to the testing infra. 2010-08-26 17:25:28 +08:00
Elmo f0960f9337 Corrections spotted by tests 2010-08-26 17:25:28 +08:00
Elmom 35914eb5ea Added code from the openscad svn repo for easy use and improvement. 2010-08-26 12:04:17 +03:00
Elmo c0476e501f Small improvements to the testing infra. 2010-08-26 11:05:04 +03:00
Elmo 67a7d374e4 Merge branch 'master' of git@github.com:elmom/MCAD 2010-08-26 10:51:16 +03:00
Eero af Heurlin fd3da7a8c1 just found out that there are 2D primitives too, no need to use DXF... so changed the triangle to use polygon and extrusion, cleaner than doing weird booleans.
This changes the default orientation of the triangle so adapted the servo library too.
2010-08-26 15:33:19 +08:00
Eero af Heurlin d83ad01668 just found out that there are 2D primitives too, no need to use DXF... so changed the triangle to use polygon and extrusion, cleaner than doing weird booleans.
This changes the default orientation of the triangle so adapted the servo library too.
2010-08-26 10:08:44 +03:00
Elmom a221887c47 Changed license information on behalf of the author 2010-08-26 00:42:43 +08:00
Elmom f74a94b519 Changed license information on behalf of the author 2010-08-25 19:35:45 +03:00
Eero af Heurlin bd6f6e3dbb adding my parts to this library 2010-08-26 00:32:19 +08:00