mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-06 01:16:05 +08:00
Add CORE to supported printers
This commit is contained in:
parent
d45bce5254
commit
9302cb10ae
@ -710,6 +710,7 @@ void PhysicalPrinterDialog::update_host_type(bool printer_change)
|
|||||||
|| boost::starts_with(model, "MINI")
|
|| boost::starts_with(model, "MINI")
|
||||||
|| boost::starts_with(model, "MK2.5")
|
|| boost::starts_with(model, "MK2.5")
|
||||||
|| boost::starts_with(model, "XL")
|
|| boost::starts_with(model, "XL")
|
||||||
|
|| boost::starts_with(model, "CORE")
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
// allowed models are: all MK3/S and MK2.5/S.
|
// allowed models are: all MK3/S and MK2.5/S.
|
||||||
@ -721,6 +722,7 @@ void PhysicalPrinterDialog::update_host_type(bool printer_change)
|
|||||||
|| boost::starts_with(model, "MINI")
|
|| boost::starts_with(model, "MINI")
|
||||||
|| boost::starts_with(model, "MK2.5")
|
|| boost::starts_with(model, "MK2.5")
|
||||||
|| boost::starts_with(model, "XL")
|
|| boost::starts_with(model, "XL")
|
||||||
|
|| boost::starts_with(model, "CORE")
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user