update printername
All checks were successful
Go / build (push) Successful in 12m15s

This commit is contained in:
2025-04-14 10:59:22 +02:00
parent 667c3eba13
commit 6130843aa7

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"
baseCommand := "lp -d KonicaBooklet"
baseCommand += fmt.Sprintf(" -n %v ", p.Amount)
for _, option := range p.Options {