- changed the estimated release date

This commit is contained in:
Marius Stanciu 2019-12-12 01:56:38 +02:00 committed by Marius
parent 1cb66f3faf
commit f88db33ada
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ class App(QtCore.QObject):
# ################## Version and VERSION DATE ############################## # ################## Version and VERSION DATE ##############################
# ########################################################################## # ##########################################################################
version = 8.99 version = 8.99
version_date = "2019/12/12" version_date = "2019/12/15"
beta = True beta = True
engine = '3D' engine = '3D'

View File

@ -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 - 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 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) - 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 - 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 - for OpenGL graphic mode added a fit_view() execution on canvas initialization
- fixed Excellon scaling the UI values - fixed Excellon scaling the UI values