mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-08 07:47:43 -07:00
ENH:delete useless tips
jira:[STUDIO-11355] Change-Id: If55b29d6b83d734c1d421dd9d61a01d202bda274 (cherry picked from commit 28c6abe8b1a71fa81350caaa5cfb0b23de0c86a5)
This commit is contained in:
parent
290a379c38
commit
0082c51fc0
2 changed files with 2 additions and 5 deletions
|
|
@ -3865,9 +3865,7 @@ void SelectMachineDialog::change_materialitem_tip(bool no_ams_only_ext)
|
|||
Material *item = iter->second;
|
||||
if (item) {
|
||||
if (no_ams_only_ext && (item->item->m_ams_name == "Ext") && (m_checkbox_list["use_ams"]->getValue() != "on")) {
|
||||
if (item->item->GetToolTipText() != m_ams_tooltip_ext) {
|
||||
item->item->SetToolTip(m_ams_tooltip_ext);
|
||||
}
|
||||
item->item->SetToolTip(wxEmptyString);
|
||||
}
|
||||
else {
|
||||
if (item->item->GetToolTipText() != m_ams_tooltip) {
|
||||
|
|
@ -3926,7 +3924,7 @@ void SelectMachineDialog::reset_and_sync_ams_list()
|
|||
m_materialList.clear();
|
||||
m_filaments.clear();
|
||||
m_ams_tooltip =_L("Upper half area: Original\nLower half area: Filament in AMS\nAnd you can click it to modify");
|
||||
m_ams_tooltip_ext = _L("To map to AMS, enable 'Use AMS' in 'Advanced Options'.");
|
||||
|
||||
const auto& full_config = wxGetApp().preset_bundle->full_config();
|
||||
size_t nozzle_nums = full_config.option<ConfigOptionFloats>("nozzle_diameter")->values.size();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue