mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-17 16:55:41 -06:00
FIX: ams PA display for A series printer
Jira: [STUDIO-14883] Change-Id: Icdaf5350772fc6420421b13868d973d99c7831b8 (cherry picked from commit 6b15a2bb0c5ca9df8835c55f48bbbb613d4770f5)
This commit is contained in:
parent
d7f66b289d
commit
a2d113111b
1 changed files with 2 additions and 2 deletions
|
|
@ -3240,8 +3240,8 @@ void StatusPanel::update_ams(MachineObject *obj)
|
|||
AMSModel ams_mode = AMSModel::GENERIC_AMS;
|
||||
if ((obj->is_enable_np || obj->is_enable_ams_np) && obj->GetFilaSystem()->GetAmsList().size() > 0) {
|
||||
ams_mode = AMSModel(obj->GetFilaSystem()->GetAmsList().begin()->second->GetAmsType());
|
||||
} if (obj->get_printer_ams_type() == "f1") {
|
||||
ams_mode = AMSModel::AMS_LITE;//STUDIO-14066
|
||||
} else if (obj->get_printer_ams_type() == "f1") {
|
||||
ams_mode = AMSModel::AMS_LITE; // STUDIO-14066
|
||||
}
|
||||
|
||||
if (!obj || !obj->is_connected()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue