From ba1cc15b148c1a17506fa300f18c0650b07a58a7 Mon Sep 17 00:00:00 2001 From: David Payne Date: Thu, 11 Apr 2019 16:40:54 -0700 Subject: [PATCH] Qrome - updated with Repetier commented out --- printermonitor/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printermonitor/Settings.h b/printermonitor/Settings.h index dce08ed..fd87a64 100644 --- a/printermonitor/Settings.h +++ b/printermonitor/Settings.h @@ -59,7 +59,7 @@ SOFTWARE. //****************************** // OctoPrint / Repetier Monitoring -- Monitor your 3D OctoPrint or Repetier Server -#define USE_REPETIER_CLIENT // Uncomment this line to use the Repetier Printer Server -- OctoPrint is used by default and is most common +//#define USE_REPETIER_CLIENT // Uncomment this line to use the Repetier Printer Server -- OctoPrint is used by default and is most common String PrinterApiKey = ""; // ApiKey from your User Account on OctoPrint / Repetier String PrinterHostName = "octopi";// Default 'octopi' -- or hostname if different (optional if your IP changes) String PrinterServer = ""; // IP or Address of your OctoPrint / Repetier Server (DO NOT include http://)