Skip to content
Snippets Groups Projects
Commit 8a4ee8e1 authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Revert temporary changes from printer config.

parent 88d9578f
No related branches found
No related tags found
1 merge request!13Feat/rasterizer update 21
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment