From 9a9b6908bc8a73d632e183f0716b0b0069f02d94 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Wed, 15 Jan 2020 03:02:45 +0200 Subject: [PATCH] - minor changes --- FlatCAMApp.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 5324290e..dce2111f 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -141,7 +141,7 @@ class App(QtCore.QObject): # ################## Version and VERSION DATE ############################## # ########################################################################## version = 8.992 - version_date = "2020/01/02" + version_date = "2020/01/20" beta = True engine = '3D' @@ -7202,15 +7202,13 @@ class App(QtCore.QObject): obj.options['ymin'] = b obj.options['xmax'] = c obj.options['ymax'] = d - self.inform.emit('[success] %s...' % - _('Origin set')) + self.inform.emit('[success] %s...' % _('Origin set')) if noplot_sig is False: self.replot_signal.emit([]) if location is not None: if len(location) != 2: - self.inform.emit('[ERROR_NOTCL] %s...' % - _("Origin coordinates specified but incomplete.")) + self.inform.emit('[ERROR_NOTCL] %s...' % _("Origin coordinates specified but incomplete.")) return 'fail' x, y = location