added default klipper port
parent
96d5e390da
commit
b900b405a4
|
|
@ -1,2 +1,5 @@
|
||||||
|
|
||||||
printermonitor/my_Settings.h
|
printermonitor/my_Settings.h
|
||||||
|
.DS_Store
|
||||||
|
nextion-ui/.DS_Store
|
||||||
|
printermonitor/.DS_Store
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue