From b3be08d3348ff02fab0cc4d6cf4a2c03ff22cee2 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 3 Feb 2019 00:22:51 +0200 Subject: [PATCH] - corrections of the name of the postprocessor class name - it has to be the same as the file name --- postprocessors/probe_from_zmove.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postprocessors/probe_from_zmove.py b/postprocessors/probe_from_zmove.py index 02491a29..13419ffa 100644 --- a/postprocessors/probe_from_zmove.py +++ b/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'