Skip to content

hediondo1/M5Stack-Octoview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OctoPrint mini Status for M5Stack

Very simple example for a M5Stack hosted OctoPrint status viewer

What does it do?

It's showing

  • the current Printer-Status
  • Tool Temp
  • Bed Temp
  • A kind off Progress Bar if a print is running

Demo Picture

Getting Started

  • If you want to use the graphics, copy content of SD-Card folder to the root of your SD-Card
  • For my example I used an SD Updater + Menu If you dont want to use this just comment at the beginning
/*
 #include <M5StackUpdater.h>     // https://github.com/tobozo/M5Stack-SD-Updater
 #include <M5TreeView.h>         // https://github.com/lovyan03/M5Stack_TreeView
 #include <M5OnScreenKeyboard.h> // https://github.com/lovyan03/M5Stack_OnScreenKeyboard/
*/
and in the Setup
/*
  if(digitalRead(BUTTON_A_PIN) == 0) {
     Serial.println("Will Load menu binary");
     updateFromFS(SD);
     ESP.restart();
  }
*/

What you need is:

About

M5Stack Octoprint Viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%