mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: Cannot send the print job when the printer is not at FDM mode
jira: [STUDIO-10571] Change-Id: I20c02b79d09400dce2089856fde98d0cd50713ff (cherry picked from commit d327fa91781bbc568b26ba147f9dd9f625ff1022)
This commit is contained in:
@@ -6059,8 +6059,7 @@ void MachineObject::parse_new_info(json print)
|
||||
}
|
||||
|
||||
if (device.contains("type")) {
|
||||
int type = device["type"].get<int>(); // FDM:1<<0 Laser:1<< Cut:1<<2
|
||||
is_fdm = type & 1;
|
||||
m_device_mode = (DeviceMode)device["type"].get<int>();// FDM:1<<0 Laser:1<< Cut:1<<2
|
||||
}
|
||||
|
||||
if (device.contains("bed_temp")) {
|
||||
|
||||
Reference in New Issue
Block a user