2. Move into the project directory: `cd PrintBuddy`
3. Install the dependecies: `pip3 install pyserial`
## Usage
Once PrintBuddy is installed on your system, you can run it using the following steps:
1. Connect your 3D Printer via USB to your computer.
2. Open a terminal window and move to the `PrintBuddy` directory.
3. Run `python3 main.py`.
**Note:** You may need to give your Ubuntu user permission to communicate with the serial devices. Please lookup a recent guide online to learn how to perform this.
## Disclaimer
This project is available under the [GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.en.html).
I am not responsible for any damage PrintBuddy might cause. USE AT YOUR OWN RISK.
This software was developed for the Anet A8 Plus, so PrintBuddy will probably not work on your 3D Printer. Even if you use the same printer as I, PrintBuddy might still behave unexpectedly.
## Contributing
Want to help me to further develop PrintBuddy? Awesome!
Feel free to fork this repository, add new features and create a pull request. It's as simple as that.