- preprocessors are no longer ordered in the comboboxes so I had to sort them manually

This commit is contained in:
Marius Stanciu
2020-11-08 05:17:12 +02:00
committed by Marius
parent 7a5aa572f7
commit efa69d1941
7 changed files with 311 additions and 292 deletions

View File

@@ -9,7 +9,7 @@
from appPreProcessor import *
class grbl_11(PreProc):
class GRBL_11(PreProc):
include_header = True
coordinate_format = "%.*f"

View File

@@ -9,7 +9,7 @@
from appPreProcessor import *
class line_xyz(PreProc):
class Line_xyz(PreProc):
include_header = True
coordinate_format = "%.*f"