From cd34223f6d14bad14b87b76de1d52f9639a3ed39 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 16 Aug 2020 23:58:04 +0300 Subject: [PATCH] - minor string change --- appObjects/FlatCAMCNCJob.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appObjects/FlatCAMCNCJob.py b/appObjects/FlatCAMCNCJob.py index 2a051779..a3d5de1f 100644 --- a/appObjects/FlatCAMCNCJob.py +++ b/appObjects/FlatCAMCNCJob.py @@ -975,8 +975,7 @@ class CNCJobObject(FlatCAMObj, CNCjob): (str(self.app.version), str(self.app.version_date)) + '\n' header += '(This is a autolevelling probing GCode.)\n' \ - '(Make sure that before you start the job you first do a zero for all axis.)\n' \ - '(This means that you need to zero the CNC axis and then jog to the toolchange X, Y location,)\n\n' + '(Make sure that before you start the job you first do a zero for all axis.)\n\n' header += '(Name: ' + str(self.options['name']) + ')\n' header += '(Type: ' + "Autolevelling Probing GCode " + ')\n'