Skip to content
Snippets Groups Projects
Commit 59d72b7e authored by Sander Snoo's avatar Sander Snoo
Browse files

Corrected setpoints list

parent 6b1e1f19
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class setpoint_mgr():
if isinstance(other, setpoint):
if other.axis in self._setpoints.keys():
output._setpoints[other.axis] += other
output._setpoints[other.axis] = other
else:
output._setpoints.update({other.axis : other})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment