mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 21:11:12 +00:00
fix: drop_tips not using auto resource select
This commit is contained in:
@@ -978,6 +978,8 @@ liquid_handler:
|
|||||||
use_channels:
|
use_channels:
|
||||||
- 0
|
- 0
|
||||||
handles: []
|
handles: []
|
||||||
|
placeholder_keys:
|
||||||
|
tip_spots: unilabos_resources
|
||||||
result:
|
result:
|
||||||
name: name
|
name: name
|
||||||
schema:
|
schema:
|
||||||
@@ -6343,7 +6345,11 @@ liquid_handler.prcxi:
|
|||||||
type: LiquidHandlerDispense
|
type: LiquidHandlerDispense
|
||||||
drop_tips:
|
drop_tips:
|
||||||
feedback: {}
|
feedback: {}
|
||||||
goal: {}
|
goal:
|
||||||
|
allow_nonzero_volume: allow_nonzero_volume
|
||||||
|
offsets: offsets
|
||||||
|
tip_spots: tip_spots
|
||||||
|
use_channels: use_channels
|
||||||
goal_default:
|
goal_default:
|
||||||
allow_nonzero_volume: false
|
allow_nonzero_volume: false
|
||||||
offsets:
|
offsets:
|
||||||
@@ -6373,6 +6379,8 @@ liquid_handler.prcxi:
|
|||||||
use_channels:
|
use_channels:
|
||||||
- 0
|
- 0
|
||||||
handles: []
|
handles: []
|
||||||
|
placeholder_keys:
|
||||||
|
tip_spots: unilabos_resources
|
||||||
result: {}
|
result: {}
|
||||||
schema:
|
schema:
|
||||||
description: ''
|
description: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user