diff --git a/.gitignore b/.gitignore index dff1ca8..990dc81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ printermonitor/my_Settings.h +.DS_Store +nextion-ui/.DS_Store +printermonitor/.DS_Store diff --git a/printermonitor/Settings.h b/printermonitor/Settings.h index d8e46d3..b8a673c 100644 --- a/printermonitor/Settings.h +++ b/printermonitor/Settings.h @@ -57,7 +57,7 @@ SOFTWARE. String PrinterApiKey = ""; // ApiKey from your User Account on OctoPrint / Repetier 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://) -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 PrinterAuthPass = ""; // only used with haproxy or basic auth (only needed if you must authenticate)