- 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

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