- 30 Jan, 2013 1 commit
-
-
Lars Kruse authored
Previously the "TinySidewaysMoveFilter" was used to detect small gaps within a toolpath that can be removed safely. But the above filter only worked under the specific conditions that the z levels of both adjacent points are the same. The new implementation adds another connection line to the motion grid (before collision tests). Thus now all kind of connections (independent of their length and position) are possible.
-
- 28 Jan, 2013 1 commit
-
-
Lars Kruse authored
* hide "description" column of processes (not in use, yet) * trigger control update for name changes of model/tool/process/bounds
-
- 27 Jan, 2013 4 commits
-
-
Lars Kruse authored
Just one varible name was used improperly. This broke the "waterline" strategy.
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
This is a useful feature for debugging path generator exceptions. Otherwise the exception's backtraces are concealed by multiprocessing function calls.
-
- 07 Nov, 2012 1 commit
-
-
Lars Kruse authored
-
- 06 Nov, 2012 1 commit
-
-
Lars Kruse authored
-
- 29 Oct, 2012 4 commits
-
-
Lars Kruse authored
Currently task settings are not implemented.
-
Lars Kruse authored
Currently it is not possible to switch between different postprocessors. The necessary code will be added later.
-
Lars Kruse authored
* move tiny side move filter _before_ the safety heigth filter * simplify the code by using pnear instead of manual point comparisons
-
Lars Kruse authored
-
- 28 Oct, 2012 7 commits
-
-
Lars Kruse authored
SafetyHeightFilter: * skip move to safety height if only the height of a position changed * simplified code StepWidth: * just skip small steps; don't change output formatting * the output conversion will be done later in a more appropriate place
-
Lars Kruse authored
* before: just after the whole run - this was not enough for separate lines
-
Lars Kruse authored
-
Lars Kruse authored
* otherwise the events are not triggered after manual input (e.g. for safety height)
-
Lars Kruse authored
* this function just applies the usual "floats are within range" comparison
-
Lars Kruse authored
* this is based on a dirty copy'n'paste code piece that needs to be cleaned
-
Lars Kruse authored
* the closing move to safety height was simply forgotten * additionally a (rarely triggered) branch was broken before
-
- 20 Oct, 2012 1 commit
-
-
Lars Kruse authored
* fixed simulation speed (minutes/seconds issue) * dynamically change speed factor step width
-
- 20 Aug, 2012 1 commit
-
-
Lars Kruse authored
-
- 25 Jul, 2012 1 commit
-
-
Lars Kruse authored
* removed unused debugging statements * see: https://sourceforge.net/tracker/?func=detail&atid=1104176&aid=3546415&group_id=237831
-
- 23 Jul, 2012 2 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
-
- 22 Jul, 2012 1 commit
-
-
Lars Kruse authored
-
- 20 Jul, 2012 2 commits
-
-
Lars Kruse authored
A missing binary flag during "open" caused incomplete read operations. Thus the length-based validation of the binary STL format failed.
-
Lars Kruse authored
-
- 19 Jul, 2012 7 commits
-
-
Lars Kruse authored
value handling needs to be fixed
-
Lars Kruse authored
The file LinucCNC.py is supposed to be a good example for a machine-specific language export definition.
-
Lars Kruse authored
-
Lars Kruse authored
* this allows to handle the filters separately instead of applying the immediately
-
Lars Kruse authored
* filters in Toolpath are now read-only and protected by property functions * change of filters -> clear toolpath cache * add "comment" as new toolpath record
-
Lars Kruse authored
* added "weight" attribute to allow sorting * added PathMode (G61/G64) filter * fixed typos in TriggerSpindle filter * fixed typos in StepWidth filter
-
Lars Kruse authored
-
- 11 Jul, 2012 1 commit
-
-
Lars Kruse authored
* random EOF (0x04) characters break the input stream in text files * solution: open files in binary mode instead (ignoring EOF characters)
-
- 08 Jul, 2012 1 commit
-
-
Lars Kruse authored
-
- 03 Jul, 2012 2 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
* SelectTool * TriggerSpindle * StepWidth
-
- 02 Jul, 2012 2 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
-