[Klip]per for H[MI] displays like TJC and Nextion
klipmi
is a framework for integrate Klipper with HMI displays such as TJC and Nextion. This repository contains the necessary code and configuration files to build klipper support for any UI running on a TJC or Nextion diplay
Note: Currently designed for TJC displays, though little work is needed to support Nextion. Open an issue if you need this.
- Handles TJC/Nextion diplay communication
- Handles interacting with moonraker
- Provides a simplified framework for interacting with both
Currently klipmi supports:
- OpenQ1 for TJC4827X243_011
To install klipmi
, follow these steps:
-
Clone the repository:
git clone https://github.com/frap129/klipmi.git cd klipmi
-
Run the installation script:
./install.sh
-
Configure
klipmi
by editing the example configuration file:cp klpmi.toml.example ~/printer_data/config/klpmi.toml
To start the service, use the following command:
sudo systemctl start klipmi.service
To enable the service to start on boot:
sudo systemctl enable klipmi.service
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.