Add landscape papers

This commit is contained in:
fruchti 2022-12-18 12:36:06 +01:00
parent 2425648aac
commit 97cd9f79fd

View file

@ -121,7 +121,9 @@ class Paper:
A4_PORTRAIT = Paper(210, 297, 20) A4_PORTRAIT = Paper(210, 297, 20)
A4_LANDSCAPE = Paper(297, 210, 20)
A6_PORTRAIT = Paper(105, 148, 8) A6_PORTRAIT = Paper(105, 148, 8)
A6_LANDSCAPE = Paper(148, 105, 8)