View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002817 | Path | Bug | public | 2016-12-14 15:48 | 2017-01-29 16:53 |
| Reporter | sliptonic | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | all | OS | all | OS Version | all |
| Product Version | 0.17 | ||||
| Target Version | 0.17 | Fixed in Version | 0.17 | ||
| Summary | 0002817: bug if post processor preferences inconsistent with macro directory | ||||
| Description | following error is produced Running the Python command 'Path_Job' failed: Traceback (most recent call last): File "/home/brad/FC/Mod/Path/PathScripts/PathJob.py", line 191, in Activated CommandJob.Create() File "/home/brad/FC/Mod/Path/PathScripts/PathJob.py", line 216, in Create FreeCADGui.doCommand(snippet) File "<string>", line 4, in <module> File "/home/brad/FC/Mod/Path/PathScripts/PathJob.py", line 60, in __init__ obj.PostProcessor = PathPreferences.defaultPostProcessor() Property 'PostProcessor': 'laser' is not part of the enumerationCan't find Origin for "Body" Can't find Origin for "Body" Running the Python command 'Path_Job' failed: Traceback (most recent call last): File "/home/brad/FC/Mod/Path/PathScripts/PathJob.py", line 191, in Activated CommandJob.Create() File "/home/brad/FC/Mod/Path/PathScripts/PathJob.py", line 216, in Create FreeCADGui.doCommand(snippet) File "<string>", line 4, in <module> File "/home/brad/FC/Mod/Path/PathScripts/PathJob.py", line 60, in __init__ obj.PostProcessor = PathPreferences.defaultPostProcessor() Property 'PostProcessor': 'laser' is not part of the enumeration | ||||
| Steps To Reproduce | Set your macro directory. Set your Path preferences for default Post processor and post processor selection(s) Change/apply and close preferences. Restart if necessary. Change you macro directory. Try to create a job. | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
FreeCAD: master 357ecb58 2017-01-29 04:23:31 drallod Details Diff |
Path: Issue 0002817: Check if default post processor hasn't been lost |
Affected Issues 0002817 |
|
| mod - src/Mod/Path/PathScripts/PathJob.py | Diff File | ||
|
FreeCAD: master fa4b5d29 2017-01-29 16:52:15 wwmayer Committer: GitHub Details Diff |
Merge pull request 0000480 from drallod/master Path: Issue 0002817: |
Affected Issues 0002817 |
|
| mod - src/Mod/Path/PathScripts/PathJob.py | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-12-14 15:48 | sliptonic | New Issue | |
| 2017-01-29 16:52 | Changeset attached | => FreeCAD Master master 357ecb58 | |
| 2017-01-29 16:52 | Changeset attached | => FreeCAD Master master fa4b5d29 | |
| 2017-01-29 16:53 | wmayer | Status | new => closed |
| 2017-01-29 16:53 | wmayer | Resolution | open => fixed |
| 2017-01-29 16:53 | wmayer | Fixed in Version | => 0.17 |
FreeCAD