FIX: check with internal filament type
jira: [STUDIO-14216] Change-Id: I89e0d62b572872d7e2ea8e6e57ac662b64baf92b (cherry picked from commit 6767c2334bbfcffa41d4d020ee4f2e183a327cee)
This commit is contained in:
@@ -157,7 +157,7 @@ void TrayListModel::update(MachineObject* obj)
|
||||
m_titleColValues.push_back(title_text);
|
||||
wxString color_text = wxString::Format("%s", tray->wx_color.GetAsString());
|
||||
m_colorColValues.push_back(color_text);
|
||||
wxString meterial_text = wxString::Format("%s", tray->type);
|
||||
wxString meterial_text = wxString::Format("%s", tray->m_fila_type);
|
||||
m_meterialColValues.push_back(meterial_text);
|
||||
wxString weight_text = wxString::Format("%sg", tray->weight);
|
||||
m_weightColValues.push_back(weight_text);
|
||||
|
||||
Reference in New Issue
Block a user