reenable stapling

This commit is contained in:
2025-04-11 13:59:45 +02:00
parent d43401dc62
commit b55bf67e57

View File

@@ -62,7 +62,7 @@ func NewPrintJob(shopItem ShopItem, variant ItemVariant, coverPage bool, amount
}
func (p *PrintJob) Execute() error {
baseCommand := "lp -d KONICA_MINOLTA_KONICA_MINOLTA_bizhub_C258/BookletPrint -o Fold=HalfFold"
baseCommand := "lp -d KONICA_MINOLTA_KONICA_MINOLTA_bizhub_C258/BookletPrint"
baseCommand += fmt.Sprintf(" -n %v ", p.Amount)
for _, option := range p.Options {