mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-23 12:55:37 -07:00
ENH:Prompt for the number of material changes
jira:[STUDIO-10622] Change-Id: Iaeb759e10cc53abdcc6f1591d93a36c9c7a4b2a4 (cherry picked from commit e542faedca42f3f53c65f505b0bf681c37338815)
This commit is contained in:
parent
35bb239a8f
commit
01833baa28
1 changed files with 1 additions and 1 deletions
|
|
@ -3170,7 +3170,7 @@ void SelectMachineDialog::update_filament_change_count()
|
|||
|
||||
if (obj->m_extder_data.total_extder_count > 1) { m_link_edit_nozzle->Show(true); }
|
||||
|
||||
if ( filament_ids.size () == 0 && (hand_changes_count > 0 || saving_weight > 0) ) {
|
||||
if (hand_changes_count > 0 || saving_weight > 0) {
|
||||
m_mapping_sugs_sizer->Show(true);
|
||||
m_change_filament_times_sizer->Show(true);
|
||||
m_txt_change_filament_times->Show(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue