- 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 3 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
* this currently fails to expose the tool radius to the path processor
-
- 24 Jun, 2012 4 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
* many events are not grepped due to linebreaks
-
Lars Kruse authored
* fixed source directory * moved the script to "scripts/" * ignore long lines
-
Lars Kruse authored
Otherwise the "last" (based on the order of plugin initialization) toolpath processor is selected. The load order is arbitrary - thus the initial processor selection not determined. (we don't like this)
-
- 22 Jun, 2012 1 commit
-
-
Lars Kruse authored
-