From 8a4ee8e17909a62cf7fd05a1c71d237de1cdd261 Mon Sep 17 00:00:00 2001 From: Leonard Kupper <leonard.kupper@mailbox.tu-dresden.de> Date: Fri, 26 Jul 2019 18:55:42 +0200 Subject: [PATCH] Revert temporary changes from printer config. --- src/main/resources/config/index_everest_d_v4.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/config/index_everest_d_v4.properties b/src/main/resources/config/index_everest_d_v4.properties index deaeeeb1..3d6ad7a3 100644 --- a/src/main/resources/config/index_everest_d_v4.properties +++ b/src/main/resources/config/index_everest_d_v4.properties @@ -23,9 +23,9 @@ printer.floatingDot.resolution=0.05 # The following values represent the fixed indentation and maximum technical printing area of the embosser. # If the outputs don't fit on the page you might want to tweak this values. (Check the format too.) -printer.constraint.top=12 -printer.constraint.left=40 -printer.constraint.width=100 +printer.constraint.top=5.0 +printer.constraint.left=0 +#printer.constraint.width=? TODO: Check out manual, Conduct printing tests with bigger formats #printer.constraint.height=? # The second constraint in the printer.raster namespace helps to limit the available printing area in steps of # whole cells, for example if the printer enforces a maximum char per line limit or borders are activated. @@ -49,7 +49,7 @@ format.A4.page.width=210 format.A4.page.height=297 format.A4.margin.top=0 format.A4.margin.left=0 -format.A4.margin.bottom=55 +format.A4.margin.bottom=0 format.A4.margin.right=0 # A5 Format -- GitLab