- preprocessors are no longer ordered in the comboboxes so I had to sort them manually
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
from appPreProcessor import *
|
||||
|
||||
|
||||
class grbl_11(PreProc):
|
||||
class GRBL_11(PreProc):
|
||||
|
||||
include_header = True
|
||||
coordinate_format = "%.*f"
|
||||
@@ -9,7 +9,7 @@
|
||||
from appPreProcessor import *
|
||||
|
||||
|
||||
class line_xyz(PreProc):
|
||||
class Line_xyz(PreProc):
|
||||
|
||||
include_header = True
|
||||
coordinate_format = "%.*f"
|
||||
Reference in New Issue
Block a user