One of our focal points for the development of Hector 9000 is, to make it as easy as possible to replicate the machine. Thus we
- used of the shelf & easy to source electronic components
- made the mechanical hardware parts mainly by FDM printing (without support)
- host the software on GitHub
- try to make a good documentation
We also made most of the functional parts independent from the structural parts to give a high degree of freedom for an individual case/cabinet design.
During the work on Hector 9000 we had a lot of ideas for additional features and improvements. Here are some of them:
- Ice dispensing unit
- Cocktail Umbrella dispensing unit
- Dispenser for sugar
- GUI based on Qt
- Statistic functions (Best Drink of the Day, ...)
- AI to create new Coctail recipes
Hat schon jemand erfolgreich neue Zutaten/Cocktails hinzugefügt? Hatte bei Cocktails in der drinks.py Datei zwar halbwegs Erfolg, aber sobald ich neue Zutaten in der database.py hinzugefügt habe und neue Cocktails mit diesen Zutaten erstellen will, kommt es zu Problemen. Gibt es eine Weitere Datei in der ich die "Ingredients" anpassen muss? Hatte ebenfalls das Problem, dass ich bei der Umbenennung der Zutaten immernoch die alte Außgabe hatte, trotz neustart etc.