src/Bro.M141.Process/UI/UIPrinter.cs
@@ -74,6 +74,14 @@ this.printDocument1.PrintController = new System.Drawing.Printing.StandardPrintController(); this.printDocument1.Print(); this.printDocument1.DefaultPageSettings.PrinterSettings.PrinterName = "Honeywell PX240S (300 dpi)1"; this.printDocument1.DefaultPageSettings.PaperSize = new PaperSize("Custum", ttwith, ttheigh); this.printDocument1.PrintController = new System.Drawing.Printing.StandardPrintController(); this.printDocument1.Print(); } catch {