Skip to content

Commit

Permalink
Fix height and layer gauges not reseting on print end
Browse files Browse the repository at this point in the history
  • Loading branch information
j7126 committed Nov 6, 2021
1 parent 48bbf64 commit 079c309
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions octoprint_dashboard/static/js/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ $(function () {
}
if (self.dashboardSettings.clearOn_PrintThumbnail() == 2)
$("#dashboard_print_thumbnail").remove()
self.layerProgress(0);
self.heightProgressBarString("0%");
self.heightProgressString(0.01);
return;
};

Expand Down

0 comments on commit 079c309

Please sign in to comment.