-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatability with DiTi Evos #77
Comments
How is the interplay with I guess then it's a good idea to allow An alternative would be the introduction of a I'm open to either or both solutions. @NikolasvdEichen you can fork and after pushing a branch to your own fork ( EDIT: I wonder how to configure the tip drop destination (waste or box). Don't have experience with DiTis... |
The tip drop destination is specified in the load worklist dialogue. |
Looking into this, I realized that we need to be careful: Fluent
EVO
Using Using a For the Fluent we implemented the "don't drop DiTis" via But I'm not sure about inserting nothing (current implementation) vs. What do you think, @NikolasvdEichen ? For testing:
|
⚠ Behavior change for `EvoWorklist.transfer(wash_scheme=None)`: * Previously nothing was inserted * Now `W;` is inserted Closes #77
Hey everyone,
I encountered an issue while using evos that mount disposable tips.
Unlike the Fluent, it does not understand a "W1;" as a "Eject Tips", but it has to be a ""W;". However, this is currently forbidden by the .wash method of the base worklist. What I'd suggest is the following
What do you guys think? I'd create a PR myself but I do not have write access.
The text was updated successfully, but these errors were encountered: