Dogbone Dressup using new tool controller #655

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
gdo35
Posts: 189
Joined: Wed Jan 25, 2012 7:25 pm

Dogbone Dressup using new tool controller #655

Post by gdo35 »

Hi all,

Pull request #655

I made a correction to make Dogbone dressup using new tool controller after I got this error :

Code: Select all

Running the Python command 'PathDressup_Dogbone' failed:
Traceback (most recent call last):
  File "/usr/lib/freecad-daily/Mod/Path/PathScripts/PathDressupDogbone.py", line 1020, in Activated
    FreeCADGui.doCommand('dbo.setup(obj)')
  File "<string>", line 1, in <module>
  File "/usr/lib/freecad-daily/Mod/Path/PathScripts/PathDressupDogbone.py", line 783, in setup
    toolLoad = PathUtils.getLastToolLoad(obj)

'module' object has no attribute 'getLastToolLoad'
I'm not a path expert, it is just a pure software analysis correction but the result seems satisfying to me.

++
gdo
Post Reply