- made sure that the 'default' postprocessor file is always loaded first such that this name is always first in the GUI comboboxes
- added a class in GUIElements for a TextEdit box with line numbers and highlight
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
from FlatCAMPostProc import *
|
||||
|
||||
|
||||
class PP_Berta_CNC(FlatCAMPostProc):
|
||||
class Berta_CNC(FlatCAMPostProc):
|
||||
coordinate_format = "%.*f"
|
||||
feedrate_format = '%.*f'
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
from FlatCAMPostProc import *
|
||||
|
||||
|
||||
class PP_ISEL_CNC(FlatCAMPostProc):
|
||||
class ISEL_CNC(FlatCAMPostProc):
|
||||
|
||||
coordinate_format = "%.*f"
|
||||
feedrate_format = '%.*f'
|
||||
Reference in New Issue
Block a user