You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was skipped over and never implemented. All modules should support custom labware, even without the "disable module placement restrictions" setting enabled. Presently on edge, you get the orange "Incompatible labware" errors when attempting to put custom labware on to modules.
acceptance criteria
These are a little redundant to make sure all the cases are defined:
Any custom labware should be allowed to be added to any module via "+ Add to Slot"
Any custom labware should be allowed to be added to any module via drag-and-drop
Drag-and-drop should still NOT allow swapping an incompatible labware on to a module that has custom labware on it
All custom labware should be allowed to be added to the magnetic module (even with isMagneticModuleCompatible: false, even missing magneticModuleEngageHeight.
When using a custom labware that has a magneticModuleEngageHeight in the definition, that value should be used as the recommended value for the MAGNET form's engage height field.
When using a custom labware that does NOT have magneticModuleEngageHeight in the definition, don't give a recommended value: no caption should appear for the Engage Height field in this case.
When using a custom labware on the temperature module or thermocycler, you should be able to make temperature steps normally as if it's a standard labware.
additional step
In order to close this ticket, we must first ensure that the Python API won't error out if you try to place a custom labware on the magnetic module when the labware has isMagneticModuleCompatible: false and/or is missing magneticModuleEngageHeight (if that functionality requires more work to allow, break out into a new ticket and link to that ticket here)
The text was updated successfully, but these errors were encountered:
overview
This was skipped over and never implemented. All modules should support custom labware, even without the "disable module placement restrictions" setting enabled. Presently on
edge
, you get the orange "Incompatible labware" errors when attempting to put custom labware on to modules.acceptance criteria
These are a little redundant to make sure all the cases are defined:
isMagneticModuleCompatible: false
, even missingmagneticModuleEngageHeight
.magneticModuleEngageHeight
in the definition, that value should be used as the recommended value for the MAGNET form's engage height field.magneticModuleEngageHeight
in the definition, don't give a recommended value: no caption should appear for the Engage Height field in this case.additional step
In order to close this ticket, we must first ensure that the Python API won't error out if you try to place a custom labware on the magnetic module when the labware has
isMagneticModuleCompatible: false
and/or is missingmagneticModuleEngageHeight
(if that functionality requires more work to allow, break out into a new ticket and link to that ticket here)The text was updated successfully, but these errors were encountered: