-
-
-
- {{ toolName }}
-
-
-
-
- {{ tool.buffer }}: {{ tool.buffer_status }}
-
-
- Lane Loaded: {{ tool.lane_loaded }}
-
-
- Lane Loaded:
-
- NONE
-
+
+
-
-
-
-
-
+.theme--light .spool-card,
+.theme--light .tool-card {
+ background-color: #ebebeb;
+}
+
+.filament-reel {
+ bottom: 5px;
+ min-width: 30px;
+ max-width: 40px;
+ width: 100%;
+ flex: 1 1 auto;
+ cursor: pointer;
+}
+
+.infinite-spool {
+ display: flex;
+ justify-content: flex-start;
+ flex-wrap: nowrap;
+}
+.spacer {
+ flex-grow: 1;
+}
+
+.afclist {
+ cursor: pointer;
+ padding-left: 6px;
+ padding-right: 1px;
+ float: left;
+}
+.theme--dark .spool-card .afclist {
+ color: white;
+ background-color: #2e2e2e;
+}
+
+.theme--light .spool-card .afclist {
+ background-color: #ebebeb;
+}
+
+.infinity-icon {
+ float: right;
+ width: 20px;
+ height: 20px;
+}
+
+.status-light {
+ width: 10px;
+ height: 10px;
+ border-radius: 50%;
+ display: inline-block;
+ margin-right: 5px;
+ margin-left: 5px;
+}
+
+.box-turtle-icon {
+ width: 70px;
+ height: 70px;
+ margin-left: 10px;
+}
+
+.lane-status {
+ margin-right: 10px;
+ margin-left: 5px;
+}
+
diff --git a/src/components/ui/FilamentReelIcon.vue b/src/components/ui/FilamentReelIcon.vue
index 0496d7035..776617041 100644
--- a/src/components/ui/FilamentReelIcon.vue
+++ b/src/components/ui/FilamentReelIcon.vue
@@ -1,85 +1,91 @@
-
-
-
+
diff --git a/src/locales/en.json b/src/locales/en.json
index c897531ac..58a29d813 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -608,6 +608,12 @@
"Headline": "Manual Probe"
},
"Panels": {
+ "AfcSpoolmanPanel": {
+ "FilamentType": "Filament Type",
+ "RemainingWeight": "Remaining Weight",
+ "SpoolColor": "Filament Color",
+ "UpdateSpool": "Update Spool"
+ },
"ExtruderControlPanel": {
"Allowed": "Allowed",
"CleanNozzle": "Clean Nozzle",