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:
parent
6072970bf0
commit
f81369944c
@ -1000,6 +1000,11 @@ void ATBDeviceControllerPlugin::private_setupTemplateList_FOOD_STAMP(const QHash
|
|||||||
|
|
||||||
qCritical() << "printingData[\"multiplicator\"]" << multiplicatorInt;
|
qCritical() << "printingData[\"multiplicator\"]" << multiplicatorInt;
|
||||||
|
|
||||||
|
for (int i = 1; i < multiplicatorInt; i++) {
|
||||||
|
this->templateList << 1;
|
||||||
|
}
|
||||||
|
// last template:
|
||||||
|
this->templateList << 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user