From 6130843aa741be65cb944d098536c76bfe903455 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 14 Apr 2025 10:59:22 +0200 Subject: [PATCH] update printername --- models/printer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/printer.go b/models/printer.go index 1788cd6..914ac40 100644 --- a/models/printer.go +++ b/models/printer.go @@ -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 {