From f20d5aaaca53b12a253d27e2655ceb4538405729 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Fri, 15 Nov 2019 23:51:12 +0200 Subject: [PATCH] - converted setup_ubuntu.sh to Linux line endings --- README.md | 1 + tclCommands/TclCommandCncjob.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5bdfcaf..2b7a6cd8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ CAD program, and create G-Code for Isolation routing. - added all the recognized extensions to the save dialog filters; latest extension used will be preselected next time a save operation occur - fixed issue #335. The FCDoubleSPinBox (and FCSpinBox) value was not used when the user entered data but just hovered away the mouse expecting the data to be already confirmed +- converted setup_ubuntu.sh to Linux line endings 14.11.2019 diff --git a/tclCommands/TclCommandCncjob.py b/tclCommands/TclCommandCncjob.py index cc6b99a4..738518da 100644 --- a/tclCommands/TclCommandCncjob.py +++ b/tclCommands/TclCommandCncjob.py @@ -63,7 +63,7 @@ class TclCommandCncjob(TclCommandSignaled): ('feedrate', 'Moving speed on X-Y plane when cutting.'), ('feedrate_z', 'Moving speed on Z plane when cutting.'), ('feedrate_rapid', 'Rapid moving at speed when cutting.'), - ('multidepth', 'Use or not multidepth cnccut. (True or False)'), + ('multidepth', 'Use or not multidepth cnc cut. (True or False)'), ('extracut', 'Use or not an extra cnccut over the first point in path,in the job end (example: True)'), ('depthperpass', 'Height of one layer for multidepth.'), ('toolchange', 'Enable tool changes (example: True).'),