Skip to content

Commit 2be7c04

Browse files
authored
Update trash location for Vantage 1.3 (#285)
1 parent fcb6255 commit 2be7c04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
111111
- don't raise a blow out air volume error when requesting 0, or when volume tracking is disabled (https://github.com/PyLabRobot/pylabrobot/pull/262)
112112
- fix get_child_location for resources rotated by 180 degrees (https://github.com/PyLabRobot/pylabrobot/pull/269)
113113
- volume tracking on channel 1-n (https://github.com/PyLabRobot/pylabrobot/pull/273)
114+
- correct trash location on Vantage (https://github.com/PyLabRobot/pylabrobot/pull/285)
114115

115116
### Removed
116117

pylabrobot/resources/hamilton/vantage_decks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(
4242
self.size = 1.3
4343

4444
if not no_trash:
45-
trash_x = size_x - 460 # only tested on small Vantage
45+
trash_x = size_x - 480 # works with vantage 1.3 (480) (used to be 460)
4646

4747
# an experimentally informed guess.
4848
self.assign_child_resource(

0 commit comments

Comments
 (0)