1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

GCodeViewer -> Added visualization of percentage in estimated printing time dialog

This commit is contained in:
enricoturri1966
2020-07-20 09:45:49 +02:00
parent afd9429e6d
commit 51f0fd8912
4 changed files with 48 additions and 50 deletions
+4
View File
@@ -1428,6 +1428,8 @@ void MainFrame::set_mode(EMode mode)
select_tab(0);
#endif // ENABLE_LAYOUT_NO_RESTART
m_plater->fff_print().print_statistics().clear_time_estimates();
m_plater->reset();
m_plater->reset_gcode_toolpaths();
@@ -1471,6 +1473,8 @@ void MainFrame::set_mode(EMode mode)
update_layout();
#endif // ENABLE_LAYOUT_NO_RESTART
m_plater->fff_print().print_statistics().clear_time_estimates();
m_plater->reset();
m_plater->reset_last_loaded_gcode();
m_plater->reset_gcode_toolpaths();