From 6c3491861fb95eae964bf7668fbdf721ca199a79 Mon Sep 17 00:00:00 2001 From: maxluli Date: Tue, 14 Feb 2023 10:31:06 +0100 Subject: [PATCH] Added the style trials --- JS/methods.js | 2 +- style.html | 116 +++++++++++++++++++++++++++++++++++++++++++++ styleControls.html | 0 3 files changed, 117 insertions(+), 1 deletion(-) create mode 100644 style.html create mode 100644 styleControls.html diff --git a/JS/methods.js b/JS/methods.js index 8a1b633..90fe1be 100644 --- a/JS/methods.js +++ b/JS/methods.js @@ -2,7 +2,7 @@ import * as helpers from "./helpers.js"; import * as ui from "./ui.js"; export function load() { - helpers.RecoverPrinterInfos(); + RecoverPrinterInfos(); } export function RecoverPrinterInfos() { diff --git a/style.html b/style.html new file mode 100644 index 0000000..7b6f15a --- /dev/null +++ b/style.html @@ -0,0 +1,116 @@ + + + + + + + OctoPrint Dashboard + + + + + + + + +
+
+
+
Printer infos
+
    +
  • + Printer Name + My Printer +
  • +
  • + Printer Status + Operational +
  • +
  • + Current Job + Printing +
  • +
  • + Progress + 35% +
  • +
  • + Temperature Bed + 50.0°C / 60.0°C +
  • +
  • + Temperature Tool 0 + 200.0°C / 210.0°C +
  • +
  • + Time Remaining + 1:23:45 +
  • +
  • + Time Elapsed + 2:01:23 +
  • +
  • + Time Print + 3:25:08 +
  • +
  • + Filament Printed + 100m +
  • +
+
+
+
+
+
+
+
Webcam Stream
+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/styleControls.html b/styleControls.html new file mode 100644 index 0000000..e69de29