mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
#4402 - Review and merge of #6106 Temperature visualization in preview and G-code Viewer by combolek
This commit is contained in:
parent
2d52e155a5
commit
c9666ea257
5 changed files with 58 additions and 2 deletions
|
@ -211,6 +211,7 @@ bool Preview::init(wxWindow* parent, Model* model)
|
|||
m_choice_view_type->Append(_L("Width"));
|
||||
m_choice_view_type->Append(_L("Speed"));
|
||||
m_choice_view_type->Append(_L("Fan speed"));
|
||||
m_choice_view_type->Append(_L("Temperature"));
|
||||
m_choice_view_type->Append(_L("Volumetric flow rate"));
|
||||
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