Issue when "View CNC Code" after generating drillcncjob

Issue #399 resolved
Leandro Heck created an issue

Traceback (most recent call last):
File "/home/lheck/Apps/flatcam/8.991-beta/FlatCAMObj.py", line 6500, in on_edit_code_click
gco = self.export_gcode(preamble=preamble, postamble=postamble, to_file=True)
File "/home/lheck/Apps/flatcam/8.991-beta/FlatCAMObj.py", line 6699, in export_gcode
include_header = self.app.preprocessors[self.exc_cnc_tools[first_key]['data']['ppname_e']].include_header
KeyError: 'ppname_e'

Comments (4)

  1. Marius Stanciu

    If you used the Tcl command … perhaps: there is not so much in terms of interoperability between GUI and Tcl commands.

  2. Log in to comment