Skip to content

Eirlab/Ultiwatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultiwatcher

This project is a follow up to Eirlab's ultimaker-screen made by Antoine Pringalle and Sébastein Delpeuch.

This app's purpose is to monitor Eirlab's Ultimaker 3D printers using Ultimakers local API. It is made to run locally with Flask in order to display the printers status on a Eirlab's TV screen.

Ultiwatcher

Installation

    pip install Flask
    git clone https://github.com/Eirlab/Ultiwatcher
    cd Ultiwatcher
    python3 -m venv .venv
    . .venv/bin/activate

Usage

    flask --app app run

Currently printers' IP addresses are hardcoded in the app.py file. You can change them to match your printers' IP addresses in the IP_LIST variable.

Contribution

New features and ideas for features of this screen are welcome! Access to the 3D printers API can only be done via the eirlabIoT network currently.

About

An ultimaker interface to monitor 3d printing jobs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published