From 383fe8d2e9b9eaead875b0acdee3b5d2d3e86511 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 27 May 2020 18:55:02 +0200 Subject: New designs: A6 hex paper --- conf/settings/hex-paper/10mm.yaml | 8 ++++++++ designs/hex-paper-10mm-rings-a6.yaml | 12 ++++++++++++ designs/hex-paper-12mm-rings-a6.yaml | 12 ++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 conf/settings/hex-paper/10mm.yaml create mode 100644 designs/hex-paper-10mm-rings-a6.yaml create mode 100644 designs/hex-paper-12mm-rings-a6.yaml diff --git a/conf/settings/hex-paper/10mm.yaml b/conf/settings/hex-paper/10mm.yaml new file mode 100644 index 0000000..2a3ee4f --- /dev/null +++ b/conf/settings/hex-paper/10mm.yaml @@ -0,0 +1,8 @@ +hex_side: 10 mm + +x_spacing: 0 +y_spacing: 0 +uniform_spacing: true + +x_trasl: 0 mm +y_trasl: 0 mm diff --git a/designs/hex-paper-10mm-rings-a6.yaml b/designs/hex-paper-10mm-rings-a6.yaml new file mode 100644 index 0000000..ffa8cc8 --- /dev/null +++ b/designs/hex-paper-10mm-rings-a6.yaml @@ -0,0 +1,12 @@ +template: hex-paper +paper: a6 +margins: 6mm +theme: thin_lines +settings: 10mm +override: + x_trasl: '5 mm neg' + y_trasl: '9 mm neg' + margin_left: '12 mm' + margin_right: '5.75 mm' + margin_top: '6 mm' + margin_bottom: '6 mm' diff --git a/designs/hex-paper-12mm-rings-a6.yaml b/designs/hex-paper-12mm-rings-a6.yaml new file mode 100644 index 0000000..b4f5810 --- /dev/null +++ b/designs/hex-paper-12mm-rings-a6.yaml @@ -0,0 +1,12 @@ +template: hex-paper +paper: a6 +margins: 6mm +theme: thin_lines +settings: 12mm +override: + x_trasl: '8.5 mm neg' + y_trasl: '3.50 mm neg' + margin_left: '12 mm' + margin_right: '9.35 mm' + margin_top: '6.25 mm' + margin_bottom: '6.25 mm' -- cgit v1.2.3