mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 16:00:38 +08:00
FIX:fixed incorrect printer model BL-P0002 - BL-P002
Change-Id: Ib2532ea8956aec88404fbaa2fbf1df57237bbddd
This commit is contained in:
parent
5673defdb9
commit
3a910d7735
@ -420,7 +420,7 @@ bool MachineObject::is_high_printer_type()
|
||||
|
||||
PrinterSeries MachineObject::get_printer_series() const
|
||||
{
|
||||
if (printer_type == "BL-P001" || printer_type == "BL-P0002")
|
||||
if (printer_type == "BL-P001" || printer_type == "BL-P002")
|
||||
return PrinterSeries::SERIES_X1;
|
||||
else if (printer_type == "C11")
|
||||
return PrinterSeries::SERIES_P1P;
|
||||
|
Loading…
x
Reference in New Issue
Block a user