From cf20d215606e7de7112bc4fa84d7193675dde03d Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 27 Nov 2019 14:34:26 +0100 Subject: [PATCH] Script execution --- script/ManipulatorYZFlyScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/ManipulatorYZFlyScan.py b/script/ManipulatorYZFlyScan.py index 7776b4d1..1e00deb3 100644 --- a/script/ManipulatorYZFlyScan.py +++ b/script/ManipulatorYZFlyScan.py @@ -9,11 +9,11 @@ import math RANGE_Z = (114.6, 116.0) # actual number of positions will be +1! -STEPS_Z = 0.2 +STEPS_Z = 10 RANGE_Y = (-1.5, 0.5) # minimum speed 0.01, maximum speed 0.125 mm/s -SPEED_Y = 0.2 +SPEED_Y = 11 RELATIVE = False LATENCY = 0.0