committed by
GitHub
parent
0cec0ce72a
commit
a84d4dee22
@ -3875,6 +3875,14 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv
|
|||||||
::sprintf(buf, "%d", m_print_statistics.total_filament_changes);
|
::sprintf(buf, "%d", m_print_statistics.total_filament_changes);
|
||||||
imgui.text(buf);
|
imgui.text(buf);
|
||||||
|
|
||||||
|
//display tool change times
|
||||||
|
ImGui::Dummy({window_padding, window_padding});
|
||||||
|
ImGui::SameLine();
|
||||||
|
imgui.text(_u8L("Tool changes") + ":");
|
||||||
|
ImGui::SameLine();
|
||||||
|
::sprintf(buf, "%d", m_print_statistics.total_extruder_changes);
|
||||||
|
imgui.text(buf);
|
||||||
|
|
||||||
//BBS display cost
|
//BBS display cost
|
||||||
ImGui::Dummy({ window_padding, window_padding });
|
ImGui::Dummy({ window_padding, window_padding });
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
|||||||
Reference in New Issue
Block a user