1. 20 Oct, 2012 1 commit
  2. 20 Aug, 2012 1 commit
  3. 25 Jul, 2012 1 commit
  4. 23 Jul, 2012 2 commits
  5. 22 Jul, 2012 1 commit
  6. 20 Jul, 2012 2 commits
  7. 19 Jul, 2012 7 commits
  8. 11 Jul, 2012 1 commit
  9. 08 Jul, 2012 1 commit
  10. 03 Jul, 2012 2 commits
  11. 02 Jul, 2012 3 commits
  12. 24 Jun, 2012 4 commits
  13. 22 Jun, 2012 11 commits
  14. 21 Jun, 2012 2 commits
    • Lars Kruse's avatar
      use ParameterGroup for different toolpath processor settings · 574c1a6f
      Lars Kruse authored
      * ToolpathProcessors now handles different kinds of tasks (Milling, Cutting, ...)
      * all settings in GCodeParameters are moved to the proper ParameterGroup
      * for now we ignore the PostProcessors (different GCode dialects)
      * show/hide does not work currently for "spindle_enable"
      * settings are currently not applied - just the UI works
      * still no GCode export
      574c1a6f
    • Lars Kruse's avatar
      small fixes · ce73e44b
      Lars Kruse authored
      * proper teardown
      * selective show for input controls
      * use ".get_widget()" instead of the internal ".widget" property
      ce73e44b
  15. 20 Jun, 2012 1 commit
    • Lars Kruse's avatar
      code deduplication · feb4a796
      Lars Kruse authored
      Use a separate function (get_non_conflicting_name) for determining the
      name of new objects (models, processes, bounds, tasks and toolpaths).
      feb4a796