mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: add N1 config
Change-Id: Iefca6b814368553d51b13e71a6851c12eeee8f4c Signed-off-by: Stone Li <stone.li@bambulab.com> (cherry picked from commit 4b8623cce58baf0e94e84a521a3a847459e86bb4)
This commit is contained in:
parent
8177453d22
commit
073ab53fa1
1 changed files with 6 additions and 0 deletions
|
@ -1508,6 +1508,12 @@ void MachineObject::parse_version_func()
|
|||
is_support_mqtt_alive = ota_version->second.sw_ver.compare("01.03.50.01") >= 0;
|
||||
}
|
||||
}
|
||||
} else if (printer_type == "N1") {
|
||||
is_support_remote_tunnel = true;
|
||||
local_camera_proto = 1;
|
||||
is_support_tunnel_mqtt = true;
|
||||
is_support_ams_humidity = false;
|
||||
is_support_1080dpi = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue