+
+
+ mdi-folder
+
+
+
+
+
+
+
+
+ mdi-file
+
+
+
+
+
+
+
+
+
+ mdi-file
+
+
+
+ mdi-file
+
+
+ |
+ {{ item.filename }} |
+
+
+
+
+ {{ getStatusIcon(getJobStatus(item)) }}
+
+
+ {{ getJobStatus(item).replace(/_/g, " ") }}
+
+ |
+ {{ item.isDirectory ? '--' : formatFilesize(item.size) }} |
+ {{ formatDate(item.modified) }} |
+ {{ item.object_height ? item.object_height.toFixed(2)+' mm' : '--' }} |
+ {{ item.layer_height ? item.layer_height.toFixed(2)+' mm' : '--' }} |
+ {{ item.filament_total ? item.filament_total.toFixed()+' mm' : '--' }} |
+ {{ item.filament_weight_total ? item.filament_weight_total.toFixed(2)+' g' : '--' }} |
+ {{ formatPrintTime(item.estimated_time) }} |
+ {{ item.slicer ? item.slicer : '--' }} {{ item.slicer_version}} |
+
+