diff -r 31419b7cee69 -r 349c0c5bd512 src/PrinterDialog.cpp --- a/src/PrinterDialog.cpp Wed Nov 16 17:26:27 2022 +0100 +++ b/src/PrinterDialog.cpp Thu Nov 17 17:23:54 2022 +0100 @@ -850,7 +850,8 @@ double ibu = Utils::toIBU(product->hops.at(i).useat, product->hops.at(i).form, product->preboil_sg, product->est_og3, product->batch_size, product->hops.at(i).amount, product->hops.at(i).time, product->hops.at(i).alpha, product->ibu_method, product->brew_whirlpool9, product->brew_whirlpool7, product->brew_whirlpool6, - product->boil_time, product->brew_cooling_method, 0, 0, product->hops.at(i).utilisation, product->hops.at(i).bu_factor); + product->boil_time, product->brew_cooling_method, product->eq_chiller_to79, product->eq_chiller_lpm, + product->hops.at(i).utilisation, product->hops.at(i).bu_factor); if (product->hops.at(i).useat == 2 || product->hops.at(i).useat == 4) // Boil or Whirlpool use = QCoreApplication::translate("HopUse", g_hop_useat[product->hops.at(i).useat]) + QString(" %1 min").arg(product->hops.at(i).time);