Skip to content

Commit 182598d

Browse files
committed
Qrome - added web interface option for OctoPrint progress on clock
1 parent 4a3522b commit 182598d

File tree

2 files changed

+1532
-1520
lines changed

2 files changed

+1532
-1520
lines changed

marquee/Settings.h

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ const String GEONAMES_USER = "qrome"; // user account for http://www.geonames.o
101101

102102
// OctoPrint Monitoring -- Monitor your 3D printer OctoPrint Server
103103
boolean OCTOPRINT_ENABLED = false;
104+
boolean OCTOPRINT_PROGRESS = true;
104105
String OctoPrintApiKey = ""; // ApiKey from your User Account on OctoPrint
105106
String OctoPrintServer = ""; // IP or Address of your OctoPrint Server (DO NOT include http://)
106107
int OctoPrintPort = 80; // the port you are running your OctoPrint server on (usually 80);

0 commit comments

Comments
 (0)