- 14 Feb, 2017 3 commits
-
-
Franco (nextime) Lanza authored
-
Franco (nextime) Lanza authored
-
Franco (nextime) Lanza authored
-
- 12 Feb, 2017 1 commit
-
-
Franco (nextime) Lanza authored
-
- 11 Feb, 2017 7 commits
-
-
Franco (nextime) Lanza authored
-
Franco (nextime) Lanza authored
-
Franco (nextime) Lanza authored
-
Franco (nextime) Lanza authored
-
Franco (nextime) Lanza authored
-
Franco (nextime) Lanza authored
-
Franco (nextime) Lanza authored
-
- 16 Apr, 2013 2 commits
-
-
Lars Kruse authored
This caused an infinite loop for "surfacing" / dropcutter operations.
-
Lars Kruse authored
-
- 15 Apr, 2013 3 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
Previously the parameters for grid/spiral path patterns were invisible for new processes. It was necessary to switching the path pattern type or the path strategy to work around this issue. Now another signal is emitted to unhide the path pattern paramters.
-
Lars Kruse authored
* Windows: use "urllib.url2pathname" instead of manual decoding * non-Windows: use "urllib.url2pathname" instead of doing nothing Filenames including whitespace or special characters can now be used with the RecentChooserMenu ("recently used model files").
-
- 09 Mar, 2013 1 commit
-
-
Lars Kruse authored
thanks to Valerio Bellizzomi for reporting this issue!
-
- 08 Mar, 2013 1 commit
-
-
Lars Kruse authored
-
- 07 Mar, 2013 1 commit
-
-
Lars Kruse authored
thanks to Valerio Bellizzomi for reporting this issue
-
- 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
-