tweakoz / pygerber2gcode

Automatically exported from code.google.com/p/pygerber2gcode
1 stars 0 forks source link

Unable to open Machine or Gcode Setp dialogs #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start pygerber2gcode in english
2. choose Setup | Machine or Convert

There are two typos in the pygerber2gcode/lang/en.py file, at lines 31 and 32:

MACHINE_SET2 = 'Machine Setup'
CONV_SET2 = 'Convert Setup'

they should be: 

MACHINE_SET_TITLE = 'Machine Setup'
CONV_SET_TITLE = 'Convert Setup'

this fixes the issue.

Thank you for this nice utility !
Best regards

Original issue reported on code.google.com by wal...@gmail.com on 8 Jan 2015 at 9:15