FIX: P1S/P retains detection of nozzle diameter

Jira: 6048
Change-Id: I1008e79a1f1733e85c4bb3fdc9ac6dc7673647ae
This commit is contained in:
zhimin.zeng 2024-03-08 15:34:01 +08:00 committed by Lane.Wei
parent 0ba47b8e06
commit b24e67a0fc
1 changed files with 0 additions and 4 deletions

View File

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