瀏覽代碼

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

Marius Stanciu 7 年之前
父節點
當前提交
b3be08d334
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      postprocessors/probe_from_zmove.py

+ 1 - 1
postprocessors/probe_from_zmove.py

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