1. 14 Feb, 2017 3 commits
  2. 12 Feb, 2017 1 commit
  3. 11 Feb, 2017 7 commits
  4. 16 Apr, 2013 2 commits
  5. 15 Apr, 2013 3 commits
    • Lars Kruse's avatar
      fix minor GTK warnings or typos · 2f5abc53
      Lars Kruse authored
      2f5abc53
    • Lars Kruse's avatar
      fix initialization of new processes · 7d8bd77b
      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.
      7d8bd77b
    • Lars Kruse's avatar
      improve handling of filename URI · f31b3dd7
      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").
      f31b3dd7
  6. 09 Mar, 2013 1 commit
  7. 08 Mar, 2013 1 commit
  8. 07 Mar, 2013 1 commit
  9. 30 Jan, 2013 1 commit
    • Lars Kruse's avatar
      reduce unnecessary moves to safety height for zigzag patterns · f2e387c8
      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.
      f2e387c8
  10. 28 Jan, 2013 1 commit
    • Lars Kruse's avatar
      minor GUI cleanup · 47f67721
      Lars Kruse authored
      * hide "description" column of processes (not in use, yet)
      * trigger control update for name changes of model/tool/process/bounds
      47f67721
  11. 27 Jan, 2013 4 commits
  12. 07 Nov, 2012 1 commit
  13. 06 Nov, 2012 1 commit
  14. 29 Oct, 2012 4 commits
  15. 28 Oct, 2012 7 commits
  16. 20 Oct, 2012 1 commit
  17. 20 Aug, 2012 1 commit