Skip to content

Commit

Permalink
Update trash location for Vantage 1.3 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
1dkone1 authored Oct 19, 2024
1 parent a79ba01 commit 9621749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- 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)
- fix get_child_location for resources rotated by 180 degrees (https://github.com/PyLabRobot/pylabrobot/pull/269)
- volume tracking on channel 1-n (https://github.com/PyLabRobot/pylabrobot/pull/273)
- correct trash location on Vantage (https://github.com/PyLabRobot/pylabrobot/pull/285)

### Removed

Expand Down
2 changes: 1 addition & 1 deletion pylabrobot/resources/hamilton/vantage_decks.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(
self.size = 1.3

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

# an experimentally informed guess.
self.assign_child_resource(
Expand Down

0 comments on commit 9621749

Please sign in to comment.