|
@@ -132,7 +132,7 @@ class App(QtCore.QObject):
|
|
|
# ################## Version and VERSION DATE ##############################
|
|
# ################## Version and VERSION DATE ##############################
|
|
|
# ##########################################################################
|
|
# ##########################################################################
|
|
|
version = 8.99
|
|
version = 8.99
|
|
|
- version_date = "2019/11/30"
|
|
|
|
|
|
|
+ version_date = "2019/12/7"
|
|
|
beta = True
|
|
beta = True
|
|
|
engine = '3D'
|
|
engine = '3D'
|
|
|
|
|
|
|
@@ -4171,8 +4171,8 @@ class App(QtCore.QObject):
|
|
|
else:
|
|
else:
|
|
|
commands_list = "# AddCircle, AddPolygon, AddPolyline, AddRectangle, AlignDrill, " \
|
|
commands_list = "# AddCircle, AddPolygon, AddPolyline, AddRectangle, AlignDrill, " \
|
|
|
"AlignDrillGrid, Bbox, Bounds, ClearShell, CopperClear,\n"\
|
|
"AlignDrillGrid, Bbox, Bounds, ClearShell, CopperClear,\n"\
|
|
|
- "# Cncjob, Cutout, Delete, Drillcncjob, ExportGcode, ExportSVG, Exteriors, " \
|
|
|
|
|
- "Follow, GeoCutout, GeoUnion, GetNames,\n"\
|
|
|
|
|
|
|
+ "# Cncjob, Cutout, Delete, Drillcncjob, ExportDXF, ExportExcellon, ExportGcode,\n" \
|
|
|
|
|
+ "ExportGerber, ExportSVG, Exteriors, Follow, GeoCutout, GeoUnion, GetNames,\n"\
|
|
|
"# GetSys, ImportSvg, Interiors, Isolate, JoinExcellon, JoinGeometry, " \
|
|
"# GetSys, ImportSvg, Interiors, Isolate, JoinExcellon, JoinGeometry, " \
|
|
|
"ListSys, MillDrills,\n"\
|
|
"ListSys, MillDrills,\n"\
|
|
|
"# MillSlots, Mirror, New, NewExcellon, NewGeometry, NewGerber, Nregions, " \
|
|
"# MillSlots, Mirror, New, NewExcellon, NewGeometry, NewGerber, Nregions, " \
|
|
@@ -4187,7 +4187,6 @@ class App(QtCore.QObject):
|
|
|
'# %s:\n' % _("FlatCAM commands list")
|
|
'# %s:\n' % _("FlatCAM commands list")
|
|
|
new_source_file += commands_list + '\n'
|
|
new_source_file += commands_list + '\n'
|
|
|
|
|
|
|
|
-
|
|
|
|
|
def initialize(obj, app):
|
|
def initialize(obj, app):
|
|
|
obj.source_file = deepcopy(new_source_file)
|
|
obj.source_file = deepcopy(new_source_file)
|
|
|
|
|
|
|
@@ -7683,7 +7682,7 @@ class App(QtCore.QObject):
|
|
|
msgbox.setWindowIcon(QtGui.QIcon('share/save_as.png'))
|
|
msgbox.setWindowIcon(QtGui.QIcon('share/save_as.png'))
|
|
|
|
|
|
|
|
bt_yes = msgbox.addButton(_('Yes'), QtWidgets.QMessageBox.YesRole)
|
|
bt_yes = msgbox.addButton(_('Yes'), QtWidgets.QMessageBox.YesRole)
|
|
|
- bt_no = msgbox.addButton(_('No'), QtWidgets.QMessageBox.NoRole)
|
|
|
|
|
|
|
+ msgbox.addButton(_('No'), QtWidgets.QMessageBox.NoRole)
|
|
|
|
|
|
|
|
msgbox.setDefaultButton(bt_yes)
|
|
msgbox.setDefaultButton(bt_yes)
|
|
|
msgbox.exec_()
|
|
msgbox.exec_()
|