Verified Commit 3fcb2364 authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Show print progress

parent 207f653e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ export default {
      });
    },
    show_print_state() {
      return this.status == 7
      return this.status == 3 // printing
    },
    toggle_object() {
      this.show_stl = !this.show_stl;