FOOD_STAMP: build template list ...

Ths last template printed is different (this includes e.g. a full cut
whereas the other templates have only a semi-cut.
This commit is contained in:
Siegfried Siegert 2024-03-08 13:09:19 +01:00
parent 6072970bf0
commit f81369944c
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -1000,6 +1000,11 @@ void ATBDeviceControllerPlugin::private_setupTemplateList_FOOD_STAMP(const QHash
qCritical() << "printingData[\"multiplicator\"]" << multiplicatorInt;
for (int i = 1; i < multiplicatorInt; i++) {
this->templateList << 1;
}
// last template:
this->templateList << 2;
}