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