mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX: only A series with old protocol display as AMS_LITE
JIRA: [STUDIO-15101] Change-Id: I340c14e88c57ca81c0bfb2f3087a46ee88ab4f31 (cherry picked from commit fa9181386b0e973785900b21962b40217e9585bd)
This commit is contained in:
@@ -366,7 +366,7 @@ void DevFilaSystemParser::ParseV1_0(const json& jj, MachineObject* obj, DevFilaS
|
||||
type_id = DevUtil::get_flag_bits(info, 0, 4);
|
||||
extuder_id = DevUtil::get_flag_bits(info, 8, 4);
|
||||
} else {
|
||||
if (!obj->is_enable_ams_np) {
|
||||
if (!obj->is_enable_ams_np && obj->get_printer_ams_type() == "f1") {
|
||||
type_id = DevAms::AMS_LITE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user