added default klipper port

pull/125/head
Matthias Grimm 2020-12-12 16:09:58 -06:00
parent 96d5e390da
commit b900b405a4
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
printermonitor/my_Settings.h printermonitor/my_Settings.h
.DS_Store
nextion-ui/.DS_Store
printermonitor/.DS_Store

View File

@ -57,7 +57,7 @@ SOFTWARE.
String PrinterApiKey = ""; // ApiKey from your User Account on OctoPrint / Repetier String PrinterApiKey = ""; // ApiKey from your User Account on OctoPrint / Repetier
String PrinterHostName = "";// Default 'octopi' -- or hostname if different (optional if your IP changes) String PrinterHostName = "";// 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://) String PrinterServer = ""; // IP or Address of your OctoPrint / Repetier Server (DO NOT include http://)
int PrinterPort = 80; // the port you are running your OctoPrint / Repetier server on (usually 80); int PrinterPort = 7125; // the port you are running your OctoPrint / Repetier / Duet or Klipper server on (usually 80,7125 for Klipper);
String PrinterAuthUser = ""; // only used if you have haproxy or basic athentintication turned on (not default) String PrinterAuthUser = ""; // only used if you have haproxy or basic athentintication turned on (not default)
String PrinterAuthPass = ""; // only used with haproxy or basic auth (only needed if you must authenticate) String PrinterAuthPass = ""; // only used with haproxy or basic auth (only needed if you must authenticate)