We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3522b commit 182598dCopy full SHA for 182598d
marquee/Settings.h
@@ -101,6 +101,7 @@ const String GEONAMES_USER = "qrome"; // user account for http://www.geonames.o
101
102
// OctoPrint Monitoring -- Monitor your 3D printer OctoPrint Server
103
boolean OCTOPRINT_ENABLED = false;
104
+boolean OCTOPRINT_PROGRESS = true;
105
String OctoPrintApiKey = ""; // ApiKey from your User Account on OctoPrint
106
String OctoPrintServer = ""; // IP or Address of your OctoPrint Server (DO NOT include http://)
107
int OctoPrintPort = 80; // the port you are running your OctoPrint server on (usually 80);
0 commit comments