- 21 Jan, 2012 1 commit
-
-
Paul Bonser authored
-
- 07 Aug, 2011 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1169 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 19 Jul, 2011 1 commit
-
-
sumpfralle authored
added a motion-grid generator for engraving separated the toolpath visualization git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1125 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 12 Apr, 2011 1 commit
-
-
sumpfralle authored
moved data file location handling to a separate module moved most model handling functions to separate "plugins" created a basic "core" handler for settings, widgets and events git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1061 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 08 Mar, 2011 1 commit
-
-
sumpfralle authored
added xy direction for DropCutter git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@998 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 07 Feb, 2011 1 commit
-
-
sumpfralle authored
disabled "namedtuple" for now (it was never in effect) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@975 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 02 Feb, 2011 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@950 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 11 Nov, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@831 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 07 Nov, 2010 1 commit
-
-
sumpfralle authored
DropCutter (ODE and triangle collision detection) now go up to safety height, if the model is higher than the bounding box * before: cut through the model at maxz git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@818 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 04 Nov, 2010 1 commit
-
-
sumpfralle authored
* see a blog post of Anders Wallin for more details: http://www.anderswallin.net/2010/10/adaptive-sampling-drop-cutter/ simplified the "max_height" detection git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@815 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 14 Oct, 2010 1 commit
-
-
sumpfralle authored
* this allows a better handling of the support grid (especially for the ContourFollow strategy) fixed an old bug regarding the "get_free_path_triangles" function: it returned a free path even if the start and end points were completely within the model git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@770 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 13 Oct, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@759 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 12 Oct, 2010 1 commit
-
-
sumpfralle authored
switched back to tuple as parameter for parallelized functions (necessary for "imap" function in multiprocessing) fixed small issues of the "cutter.moveto/cutter.drop" transition git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@750 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 11 Oct, 2010 2 commits
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@744 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
fixed a minor bug reported by "abrom" - thanks! git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@741 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 10 Oct, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@739 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 06 Oct, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@731 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 05 Oct, 2010 2 commits
-
-
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
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@728 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 24 Aug, 2010 1 commit
-
-
sumpfralle authored
added new gcode settings: * start/stop spindle (M3/M5) * path mode (G61/G61.1/G64) moved gcode settings to the general program preferences git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@633 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 20 Aug, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@626 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 15 Aug, 2010 1 commit
-
-
sumpfralle authored
improved some minor issues git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@600 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 13 Aug, 2010 1 commit
-
-
sumpfralle authored
change default safety heigth to 25 (before: 5) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@595 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 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
-
- 21 Jul, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@515 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 20 Jul, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@510 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 18 Jul, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@489 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 13 Jul, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@451 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 09 Jul, 2010 2 commits
-
-
sumpfralle authored
implemented a first simple logging handler git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@432 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
-
- 13 Jun, 2010 1 commit
-
-
sumpfralle authored
fixed a PushCutter typo git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@388 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 11 Jun, 2010 3 commits
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@370 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@362 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@361 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 25 Apr, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@336 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
-
- 03 Apr, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@294 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 06 Mar, 2010 1 commit
-
-
sumpfralle authored
moved the "Dimension" class to the DropCutter to avoid circular imports under some circumstances (thanks to Dan Heeks) git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@207 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-
- 24 Feb, 2010 1 commit
-
-
sumpfralle authored
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@168 bbaffbd6-741e-11dd-a85d-61de82d9cad9
-