Fix #194
This commit is contained in:
parent
f67bf01777
commit
0592d31b22
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class SangaStage(BaseStage):
|
||||||
|
|
||||||
# Handle move with backlash correction
|
# Handle move with backlash correction
|
||||||
# Calculate main movement
|
# Calculate main movement
|
||||||
initial_move: np.ndarray = displacement_array
|
initial_move: np.ndarray = np.copy(displacement_array)
|
||||||
initial_move -= np.where(
|
initial_move -= np.where(
|
||||||
self.backlash * displacement_array < 0,
|
self.backlash * displacement_array < 0,
|
||||||
self.backlash,
|
self.backlash,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue