- converted setup_ubuntu.sh to Linux line endings

This commit is contained in:
Marius Stanciu 2019-11-15 23:51:12 +02:00 committed by Marius
parent 3df0c8871c
commit f20d5aaaca
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

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