- 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:
Marius Stanciu
2019-11-14 12:24:49 +02:00
committed by Marius
parent dfbd4452a1
commit 175e2f7af2
6 changed files with 158 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
from FlatCAMPostProc import *
class PP_Berta_CNC(FlatCAMPostProc):
class Berta_CNC(FlatCAMPostProc):
coordinate_format = "%.*f"
feedrate_format = '%.*f'

View File

@@ -9,7 +9,7 @@
from FlatCAMPostProc import *
class PP_ISEL_CNC(FlatCAMPostProc):
class ISEL_CNC(FlatCAMPostProc):
coordinate_format = "%.*f"
feedrate_format = '%.*f'