소스 검색

- 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'