- 21 Jan, 2012 1 commit
-
-
Paul Bonser authored
-
- 27 May, 2011 1 commit
-
-
sumpfralle authored
* fixes a bug reported by silav: https://sourceforge.net/tracker/index.php?func=detail&aid=3304648&group_id=237831&atid=1104176 git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1074 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 13 Jan, 2011 1 commit
-
-
sumpfralle authored
* the early return caused by an edge-sphere collision was not correct git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@919 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 07 Oct, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@732 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 05 Oct, 2010 1 commit
-
-
sumpfralle authored
added a Lock to prevent parallel access to the cutter's "moveto" function (this would cause problems with the collision detection) fixed a weird namespace issue in the startup script git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@729 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 24 Sep, 2010 2 commits
-
-
sumpfralle authored
prevent each collision detection code to be triggered by a "touch" (this avoids problems with float inaccuracies) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@699 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@693 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 16 Sep, 2010 1 commit
-
-
sumpfralle authored
fixed remaining issues with SphericalCutter and ToroidalCutter (new triangle collision return value was missing) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@677 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 15 Sep, 2010 2 commits
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@674 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
added the triangle collision points to the results of the ToroidalCutter and SphericalCutter git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@673 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 11 Aug, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@580 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 10 Aug, 2010 2 commits
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@572 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@569 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 09 Aug, 2010 1 commit
-
-
sumpfralle authored
* only useful for debugging (toolpath generation slows down by a factor of 40) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@567 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 03 Aug, 2010 1 commit
-
-
sumpfralle authored
calculate all properties during instanciation (not on demand) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@561 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 19 Jul, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@495 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 09 Jul, 2010 1 commit
-
-
sumpfralle authored
moved all source files to a separate "src" directory git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@424 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 22 Apr, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@329 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 20 Apr, 2010 2 commits
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@325 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
moved more matrix functions to pycam.Geometry.Matrix moved pycam.Gui.ode_objects to pycam.Physics.ode_physics git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@321 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 12 Apr, 2010 1 commit
-
-
sumpfralle authored
added code for (ODE) tool shape extensions in z dimension git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@310 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 03 Apr, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@294 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 22 Feb, 2010 4 commits
-
-
sumpfralle authored
fixed a small nasty bug, that occours in the DropCutter for small values of "material allowance" Description: ODE did not take the "extended" drill shapes into account, when deciding, if collisions are possible. Thus the collide callback was never called. git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@155 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
implemented ODE support for the PushCutter git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@152 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
enabled "material allowance" (minimum distance between cutter and the model - for rough and semi-finish operations) derive the ToroidalCutter shape from the CylindricalCutter (not perfect, but it works) prevent all impossible combinations of tool and path settings by disabling the respective controls git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@147 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
visualize cutter movement during calculation use const definitions for drawing colors git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@131 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 12 Feb, 2010 1 commit
-
-
lode_leroy authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@72 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 09 Feb, 2010 1 commit
-
-
lode_leroy authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@69 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 12 Aug, 2009 1 commit
-
-
lode_leroy authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@57 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 20 May, 2009 1 commit
-
-
lode_leroy authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@53 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 19 May, 2009 1 commit
-
-
lode_leroy authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@52 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 27 Jan, 2009 1 commit
-
-
lode_leroy authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@40 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 29 Aug, 2008 1 commit
-
-
lode_leroy authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@3 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-