Script execution

This commit is contained in:
gac-x03da
2019-11-27 14:34:26 +01:00
parent a247510527
commit cf20d21560

View File

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