- 09 Aug, 2010 2 commits
-
-
sumpfralle authored
fixed calculation of stepping for toolpath generation (based on overlap and tool radius) * previously the calculation returned twice as many lines as required git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@568 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
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 2 commits
-
-
sumpfralle authored
switch from line-based polygon to point-based approach git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@562 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
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
-
- 01 Aug, 2010 1 commit
-
-
sumpfralle authored
allow (optional) line intersection outside the length of both lines git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@559 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 31 Jul, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@554 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 25 Jul, 2010 2 commits
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@536 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@535 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 24 Jul, 2010 3 commits
-
-
sumpfralle authored
* now EngraveCutter respects the defined boundary box git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@529 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
* first move is always up to safety height (before: diagonal movement starting from the current position) * removed "start position" - it is not relevant for the resulting gcode git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@527 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
(this avoids a severe slow-down of the machine in case of too many small steps) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@526 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 23 Jul, 2010 2 commits
-
-
sumpfralle authored
skip unnecessary double-check of line collisions moved "MODEL_TRANSFORMATIONS" from pycam.Geometry.Model to pycam.Geometry.Matrix (as "TRANSFORMATIONS") fixed accidental reversion of contour model direction caused by some model transformations git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@523 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@522 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 21 Jul, 2010 1 commit
-
-
sumpfralle authored
the GUI now handles an interrupted "generate_toolpath" properly git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@517 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 20 Jul, 2010 2 commits
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@513 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@506 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 19 Jul, 2010 3 commits
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@503 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@500 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@494 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 18 Jul, 2010 1 commit
-
-
sumpfralle authored
added x/y offsets to support grid options git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@487 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 15 Jul, 2010 1 commit
-
-
sumpfralle authored
warn if a Bounds conversion can't be done in a reversible way (zero-sized dimension with relative margin) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@466 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 14 Jul, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@456 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 13 Jul, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@452 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 09 Jul, 2010 3 commits
-
-
sumpfralle authored
final fixes for the bounds management git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@436 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
moved the "bounds" handling to a separate class git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@435 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
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
-