From 2edf5e3b3f8a25a7d680eb0177ec1e6e73b832c1 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 3 Jul 2017 09:21:57 +0200 Subject: Hex paper improvements --- conf/settings/hex-paper/24mm.yaml | 8 ++++++++ conf/settings/hex-paper/25mm.yaml | 8 -------- designs/hex-paper-24mm-a3.yaml | 2 +- designs/hex-paper-24mm-a4.yaml | 2 +- designs/hex-paper-4mm-rings-a6.yaml | 10 ++++++++++ 5 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 conf/settings/hex-paper/24mm.yaml delete mode 100644 conf/settings/hex-paper/25mm.yaml create mode 100644 designs/hex-paper-4mm-rings-a6.yaml diff --git a/conf/settings/hex-paper/24mm.yaml b/conf/settings/hex-paper/24mm.yaml new file mode 100644 index 0000000..312d951 --- /dev/null +++ b/conf/settings/hex-paper/24mm.yaml @@ -0,0 +1,8 @@ +hex_side: 24 mm + +x_spacing: 0 +y_spacing: 0 +uniform_spacing: true + +x_trasl: 0 mm +y_trasl: 0 mm diff --git a/conf/settings/hex-paper/25mm.yaml b/conf/settings/hex-paper/25mm.yaml deleted file mode 100644 index 6dce40a..0000000 --- a/conf/settings/hex-paper/25mm.yaml +++ /dev/null @@ -1,8 +0,0 @@ -hex_side: 25 mm - -x_spacing: 0 -y_spacing: 0 -uniform_spacing: true - -x_trasl: 0 mm -y_trasl: 0 mm diff --git a/designs/hex-paper-24mm-a3.yaml b/designs/hex-paper-24mm-a3.yaml index 2637106..e728223 100644 --- a/designs/hex-paper-24mm-a3.yaml +++ b/designs/hex-paper-24mm-a3.yaml @@ -2,7 +2,7 @@ template: hex-paper paper: a3 margins: 10mm theme: thin_lines -settings: 25mm +settings: 24mm override: x_trasl: '11 mm neg' y_trasl: '3 mm neg' diff --git a/designs/hex-paper-24mm-a4.yaml b/designs/hex-paper-24mm-a4.yaml index d0bb38f..0e2dd6c 100644 --- a/designs/hex-paper-24mm-a4.yaml +++ b/designs/hex-paper-24mm-a4.yaml @@ -2,7 +2,7 @@ template: hex-paper paper: a4 margins: 10mm theme: thin_lines -settings: 25mm +settings: 24mm override: x_trasl: '0 mm' y_trasl: '0 mm' diff --git a/designs/hex-paper-4mm-rings-a6.yaml b/designs/hex-paper-4mm-rings-a6.yaml new file mode 100644 index 0000000..d841084 --- /dev/null +++ b/designs/hex-paper-4mm-rings-a6.yaml @@ -0,0 +1,10 @@ +template: hex-paper +paper: a6 +margins: 6mm +theme: thin_red_lines +settings: 4mm +override: + x_trasl: '2 mm neg' + y_trasl: '0.25 mm' + margin_left: '12 mm' + margin_right: '6.4 mm' -- cgit v1.2.3