- corrections of the name of the postprocessor class name - it has to be the same as the file name

This commit is contained in:
Marius Stanciu 2019-02-03 00:22:51 +02:00 committed by Marius S
parent ee2c684a9c
commit b3be08d334
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from FlatCAMPostProc import *
class default(FlatCAMPostProc):
class probe_from_zmove(FlatCAMPostProc):
coordinate_format = "%.*f"
feedrate_format = '%.*f'