Sfoglia il codice sorgente

- small changes, updated the estimated release date

Marius Stanciu 6 anni fa
parent
commit
3bbe2843ef
2 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 4 5
      FlatCAMApp.py
  2. 1 0
      README.md

+ 4 - 5
FlatCAMApp.py

@@ -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_()

+ 1 - 0
README.md

@@ -17,6 +17,7 @@ CAD program, and create G-Code for Isolation routing.
 - added 3 new tcl commands: export dxf, export excellon and export gerber
 - added 3 new tcl commands: export dxf, export excellon and export gerber
 - added a Cancel button in Tools DB when requesting to add a tool in the Geometry Tool Table
 - added a Cancel button in Tools DB when requesting to add a tool in the Geometry Tool Table
 - modified the default values for the METRIC system; the app now starts in the METRIC units since the majority of the world use the METRIC units system
 - modified the default values for the METRIC system; the app now starts in the METRIC units since the majority of the world use the METRIC units system
+- small changes, updated the estimated release date
 
 
 28.11.2019
 28.11.2019