TclCommand cncjob commit 52c4a90

Issue #314 resolved
Brian created an issue

run this

  • cncjob Top_Tracks_ISO
  • cncjob Top_Tracks_ISO -pp grbl_laser
  • or loaded with full options all give the same error

ERROR: generatecncjob() got an unexpected keyword argument 'pp'

Python traceback: <class 'TypeError'>

File "C:TempWinpython32-3.7.4.0FlatCAMjpcgt-flatcam-52c4a90b900e clCommandsTclCommandCncjob.py", line 160, in execute > obj.generatecncjob(use_thread=False, plot=False, **args)

File "C:TempWinpython32-3.7.4.0FlatCAMjpcgt-flatcam-52c4a90b900e clCommandsTclCommand.py", line 330, in execute_call > self.output = self.execute(args, unnamed_args)

while executing

"cncjob Top_Tracks_ISO "

As expected cncjob Top_Tracks_ISO -ppname_g grbl_laser

ERROR: Unknown parameter: ppname_g

Thanks

Comments (2)

  1. Log in to comment