A Library for python to control SDCP devices like Elegoo's Resin Printers
pip install -r requirements.txt
After creating the virtual environment and installing the requirements, you can run ChitUI like this:
python main.py
Configuration is done via environment variables:
PORTto set the HTTP port of the web interface (default:54780)DEBUGto enable debug logging, log colorization and code reloading (default:False)