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 {