mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-06 23:07:42 -07: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:
parent
e349cccdb9
commit
dd7d12ed8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue