mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-28 11:50:49 -07:00
FIX: always use diameter from printer preset
Jira: STUDIO-9911 Change-Id: Ibf34863f3ec282874be0d9b95975492fb4b70e83 (cherry picked from commit 2ca7a8deebb97444dcdd6668e64a031e6f4180db)
This commit is contained in:
parent
6b24a977ca
commit
a9145ca641
1 changed files with 3 additions and 3 deletions
|
|
@ -2409,14 +2409,14 @@ void Sidebar::update_presets(Preset::Type preset_type)
|
|||
if (is_dual_extruder) {
|
||||
AMSCountPopupWindow::UpdateAMSCount(0, p->left_extruder);
|
||||
AMSCountPopupWindow::UpdateAMSCount(1, p->right_extruder);
|
||||
if (!p->is_switching_diameter) {
|
||||
//if (!p->is_switching_diameter) {
|
||||
update_extruder_diameter(*p->left_extruder);
|
||||
update_extruder_diameter(*p->right_extruder);
|
||||
}
|
||||
//}
|
||||
p->image_printer_bed->SetBitmap(create_scaled_bitmap(image_path, this, 48));
|
||||
} else {
|
||||
AMSCountPopupWindow::UpdateAMSCount(0, p->single_extruder);
|
||||
if (!p->is_switching_diameter)
|
||||
//if (!p->is_switching_diameter)
|
||||
update_extruder_diameter(*p->single_extruder);
|
||||
p->image_printer_bed->SetBitmap(create_scaled_bitmap(image_path, this, 48));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue