mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: add nozzle type ntTungstenCarbide
jira: [STUDIO-11597] Change-Id: Ibec41549042d253aeb85ba81e93e7c26a4a56ed2 (cherry picked from commit 1352cff31427eadd2c85ce4c9602ab3379a5ae9e)
This commit is contained in:
@@ -2088,17 +2088,6 @@ void SyncAmsInfoDialog::show_errors(wxString &info)
|
||||
confirm_dlg.on_show();
|
||||
}
|
||||
|
||||
wxString SyncAmsInfoDialog::format_steel_name(NozzleType type)
|
||||
{
|
||||
if (type == NozzleType::ntHardenedSteel) {
|
||||
return _L("Hardened Steel");
|
||||
} else if (type == NozzleType::ntStainlessSteel) {
|
||||
return _L("Stainless Steel");
|
||||
}
|
||||
|
||||
return wxEmptyString;
|
||||
}
|
||||
|
||||
void SyncAmsInfoDialog::Enable_Auto_Refill(bool enable)
|
||||
{
|
||||
if (!m_ams_backup_tip) { return; }
|
||||
|
||||
Reference in New Issue
Block a user