ENABLE_PREVIEW_LAYER_TIME -> Linear and logarithmic layer time visualization
This commit is contained in:
parent
17f665f8d6
commit
f30fffa0bc
3 changed files with 81 additions and 27 deletions
src/slic3r/GUI
|
@ -226,7 +226,8 @@ bool Preview::init(wxWindow* parent, Model* model)
|
|||
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"));
|
||||
m_choice_view_type->Append(_L("Layer time (linear)"));
|
||||
m_choice_view_type->Append(_L("Layer time (logarithmic)"));
|
||||
#endif // ENABLE_PREVIEW_LAYER_TIME
|
||||
m_choice_view_type->Append(_L("Tool"));
|
||||
m_choice_view_type->Append(_L("Color Print"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue