FIX:fixed incorrect printer model BL-P0002 - BL-P002
Change-Id: Ib2532ea8956aec88404fbaa2fbf1df57237bbddd
This commit is contained in:
parent
5673defdb9
commit
3a910d7735
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue