- removed reference to postprocessors and replaced it with preprocessors
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
from AppPreProcessor import *
|
||||
|
||||
|
||||
class ISEL_CNC(FlatCAMPostProc):
|
||||
class ISEL_CNC(PreProc):
|
||||
include_header = True
|
||||
coordinate_format = "%.*f"
|
||||
feedrate_format = '%.*f'
|
||||
|
||||
Reference in New Issue
Block a user