Commit graph

122 commits

Author SHA1 Message Date
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
Eero af Heurlin 0f8d8fa9ea adding my parts to this library 2010-08-25 18:00:19 +03:00
Elmo 823f5074df Corrections spotted by tests 2010-08-23 15:51:25 +03:00
Elmom 7280e754ae Added info about developing MCAD and other improvements to README 2010-08-22 15:06:24 +03:00
Elmom fcf6ba699b incorporated 2D export to involute_gears, by Amp 2010-08-15 12:58:20 +03:00
Elmom ce3806d619 added two implementations of intersection() (untested) 2010-08-15 12:34:43 +03:00
Elmom 951c9dd565 added stepper.scad to README 2010-08-15 12:24:31 +03:00
Elmom d89a202935 updated README with teardrop 2010-08-10 12:47:55 +03:00
Elmom be7c4447e2 Added teardrop module 2010-08-08 17:00:21 +03:00
Elmom 23bdcfbf43 Typo fix submitted by Koen Kooi 2010-08-04 23:19:57 +03:00
Elmom d9078fcc76 Added testing infra using py.test. Catches parse errors already, but stl compiling tests fail 2010-07-26 21:03:44 +03:00
Elmom 10bc847279 Initial code for testing, WIP 2010-07-26 17:35:32 +03:00
Elmom 2ec1bad8f6 Changed to LGPL, since all the code is now compatible 2010-07-26 13:24:12 +03:00
Elmom 486890c750 Added utilities.scad from http://github.com/zzorn/FunRap 2010-07-26 13:13:31 +03:00
Elmom 50426f01ef Added a switch to generate bearing outlines for hole cutting etc. 2010-07-26 12:57:28 +03:00