From e0011a0b73a0e6a1294b6d14ec1d9c616405936a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 1 Jul 2017 22:02:24 +0200 Subject: Hex paper variants --- designs/hex-paper-12mm-a4.yaml | 8 ++++++++ designs/hex-paper-24mm-a3.yaml | 8 ++++++++ designs/hex-paper-24mm-a4.yaml | 8 ++++++++ designs/hex-paper-4mm-a4.yaml | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 designs/hex-paper-12mm-a4.yaml create mode 100644 designs/hex-paper-24mm-a3.yaml create mode 100644 designs/hex-paper-24mm-a4.yaml create mode 100644 designs/hex-paper-4mm-a4.yaml (limited to 'designs') diff --git a/designs/hex-paper-12mm-a4.yaml b/designs/hex-paper-12mm-a4.yaml new file mode 100644 index 0000000..9e552ef --- /dev/null +++ b/designs/hex-paper-12mm-a4.yaml @@ -0,0 +1,8 @@ +template: hex-paper +paper: a4 +margins: 10mm +theme: thin_lines +settings: 12mm +override: + x_trasl: '0 mm' + y_trasl: '1.5 mm neg' diff --git a/designs/hex-paper-24mm-a3.yaml b/designs/hex-paper-24mm-a3.yaml new file mode 100644 index 0000000..2637106 --- /dev/null +++ b/designs/hex-paper-24mm-a3.yaml @@ -0,0 +1,8 @@ +template: hex-paper +paper: a3 +margins: 10mm +theme: thin_lines +settings: 25mm +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 new file mode 100644 index 0000000..d0bb38f --- /dev/null +++ b/designs/hex-paper-24mm-a4.yaml @@ -0,0 +1,8 @@ +template: hex-paper +paper: a4 +margins: 10mm +theme: thin_lines +settings: 25mm +override: + x_trasl: '0 mm' + y_trasl: '0 mm' diff --git a/designs/hex-paper-4mm-a4.yaml b/designs/hex-paper-4mm-a4.yaml new file mode 100644 index 0000000..0eaa0a3 --- /dev/null +++ b/designs/hex-paper-4mm-a4.yaml @@ -0,0 +1,8 @@ +template: hex-paper +paper: a4 +margins: 10mm +theme: thin_lines +settings: 4mm +override: + x_trasl: '0 mm' + y_trasl: '0 mm' -- cgit v1.2.3