Skip to content

A simple dashboard for FlashForge Finder printers. Uses a flask backend api to communicate with the meters.

License

Notifications You must be signed in to change notification settings

01F0/flashforge-finder-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flashforge-finder-dashboard

A simple dashboard for FlashForge Finder printers. Uses a flask backend api to communicate with the printers.

Dashboard example image

How to get it running

  1. Make sure you have the Backend running first.

  2. Set the backend URL in the .env file or create a .env.local file.

  3. Add your printers to the index.js file:

    <Printer ip_address='192.168.1.134' name='Fiona'/>.

  4. If you have a camera server you can add a socket as a parameter to

    <Printer ip_address='192.168.1.134' camera_ws_url='ws://192.168.1.199:8000/websocket' name='Fiona'/>.

    This camera server was used during development: https://github.com/patrickfuller/camp

  5. Install the node modules:

    npm install

  6. Start the development server:

    npm start

About

A simple dashboard for FlashForge Finder printers. Uses a flask backend api to communicate with the meters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published