FIX: P1S/P retains detection of nozzle diameter
Jira: 6048 Change-Id: I1008e79a1f1733e85c4bb3fdc9ac6dc7673647ae
This commit is contained in:
parent
0ba47b8e06
commit
b24e67a0fc
|
@ -149,10 +149,6 @@ static bool check_nozzle_diameter_and_type(const DynamicPrintConfig &full_config
|
|||
return false;
|
||||
}
|
||||
|
||||
// only check for X1 series printer
|
||||
if (obj->get_printer_series() != PrinterSeries::SERIES_X1)
|
||||
return true;
|
||||
|
||||
// P1P/S
|
||||
if (obj->nozzle_type.empty())
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue