From 30ce13c52854a0cf6db6bd83d76a27a7738478e8 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 20 Aug 2019 10:12:45 +0200 Subject: [PATCH] Script execution --- script/test/MonitByPos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test/MonitByPos.py b/script/test/MonitByPos.py index f1a7a5b..cd613fd 100644 --- a/script/test/MonitByPos.py +++ b/script/test/MonitByPos.py @@ -1,7 +1,7 @@ start = time.time() -delta.config.monitorByPosition=True -delta.moveRel(-0.1) +#delta.config.monitorByPosition=True delta.moveRel(-0.1) +delta.moveRel(0.1) print time.time()-start