-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shared-data): load pick up current properly (#14350)
While we properly handled _most_ kinds of pipette config, there's one we didn't: pick up current. It gets special treatment now because we can properly set different currents for different numbers of tips, rather than being a value. So, we need to mark it as a setting that needs to be iterated over a dictionary in its leaf value rather than directly set. This also fixes an issue that caused the OT-2 to not boot when loading a pipette configuration that had a pick up current customization, since this code is called when loading a pipette. It may be closing the barn after the horse escapes, but to prevent similar issues preventing boot, I also tossed in a catch all except that logs a loud message but won't prevent starting the server. Closes RESC-187
- Loading branch information
Showing
3 changed files
with
47 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters