Przeglądaj źródła

- converted setup_ubuntu.sh to Linux line endings

Marius Stanciu 6 lat temu
rodzic
commit
f20d5aaaca
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 0
      README.md
  2. 1 1
      tclCommands/TclCommandCncjob.py

+ 1 - 0
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
 

+ 1 - 1
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).'),