diff --git a/FlatCAMApp.py b/FlatCAMApp.py index c3f9f2f5..9e238489 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -133,7 +133,7 @@ class App(QtCore.QObject): # ################## Version and VERSION DATE ############################## # ########################################################################## version = 8.99 - version_date = "2019/12/12" + version_date = "2019/12/15" beta = True engine = '3D' diff --git a/README.md b/README.md index 5dcdb1ca..ed79ebb8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ CAD program, and create G-Code for Isolation routing. - if extracut_length is zero then the extracut will cut up until the first point in path no matter what the distance is - in Gerber isolation, when selection mode is checked, now area selection works too - in CNCJob UI, now the CNCJob objects made out of Excellon objects will display their CNC tools (drill bits) -- fixed a cummulative error when using the Tool Offset for Excellon objects +- fixed a cumulative error when using the Tool Offset for Excellon objects - added the display of the real depth of cut (cut z + offset_z) for CNC tools made out of an Excellon object - for OpenGL graphic mode added a fit_view() execution on canvas initialization - fixed Excellon scaling the UI values