Closedown

This commit is contained in:
sfop
2017-04-27 10:37:41 +02:00
parent 40d7d2169c
commit 041f79c1d3
2 changed files with 4 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
#Thu Apr 20 13:54:29 CEST 2017
defaultSpeed=6000.0
#Thu Apr 27 10:34:03 CEST 2017
defaultSpeed=1000.0
estbilizationDelay=0
hasEnable=false
homingType=None
maxSpeed=8000.0
maxValue=64000.0
minSpeed=50.0
minValue=-47100.0
minValue=-47600.0
offset=0.0
precision=1
resolution=0.1

View File

@@ -108,9 +108,7 @@ class WireScanner(WireScanInfo):
self.start = None
self.end = None
self.scan_range = scan_range;
if sel is not None:
self.set_selection(sel)
if velocity is not None:
self.wire_velocity.write(float(velocity))
if cycles is not None: