- removed reference to postprocessors and replaced it with preprocessors
This commit is contained in:
@@ -11,7 +11,7 @@ from AppPreProcessor import *
|
||||
|
||||
# for Roland Preprocessors it is mandatory for the preprocessor name (python file and class name, both of them must be
|
||||
# the same) to contain the following keyword, case-sensitive: 'Roland' without the quotes.
|
||||
class hpgl(FlatCAMPostProc):
|
||||
class hpgl(PreProc):
|
||||
include_header = True
|
||||
coordinate_format = "%.*f"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user