Tech ENABLE_PREVIEW_LAYER_TIME - Implementation of coloring toolpaths by layer time (Similar to pull request )

This commit is contained in:
enricoturri1966 2021-09-06 12:18:46 +02:00
parent d04ece92c3
commit fd3d673a1e
5 changed files with 127 additions and 29 deletions
src/slic3r/GUI

View file

@ -225,6 +225,9 @@ bool Preview::init(wxWindow* parent, Model* model)
m_choice_view_type->Append(_L("Fan speed"));
m_choice_view_type->Append(_L("Temperature"));
m_choice_view_type->Append(_L("Volumetric flow rate"));
#if ENABLE_PREVIEW_LAYER_TIME
m_choice_view_type->Append(_L("Layer time"));
#endif // ENABLE_PREVIEW_LAYER_TIME
m_choice_view_type->Append(_L("Tool"));
m_choice_view_type->Append(_L("Color Print"));
m_choice_view_type->SetSelection(0);