FIX:fixed incorrect printer model BL-P0002 - BL-P002

Change-Id: Ib2532ea8956aec88404fbaa2fbf1df57237bbddd
This commit is contained in:
tao wang 2023-07-07 15:42:32 +08:00 committed by Lane.Wei
parent 5673defdb9
commit 3a910d7735

View file

@ -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;