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 --- conf/settings/hex-paper/12mm.yaml | 8 ++++++++ conf/settings/hex-paper/25mm.yaml | 8 ++++++++ conf/settings/hex-paper/4mm.yaml | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 conf/settings/hex-paper/12mm.yaml create mode 100644 conf/settings/hex-paper/25mm.yaml create mode 100644 conf/settings/hex-paper/4mm.yaml (limited to 'conf/settings') diff --git a/conf/settings/hex-paper/12mm.yaml b/conf/settings/hex-paper/12mm.yaml new file mode 100644 index 0000000..f165cb8 --- /dev/null +++ b/conf/settings/hex-paper/12mm.yaml @@ -0,0 +1,8 @@ +hex_side: 12 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 new file mode 100644 index 0000000..6dce40a --- /dev/null +++ b/conf/settings/hex-paper/25mm.yaml @@ -0,0 +1,8 @@ +hex_side: 25 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/4mm.yaml b/conf/settings/hex-paper/4mm.yaml new file mode 100644 index 0000000..9d63eca --- /dev/null +++ b/conf/settings/hex-paper/4mm.yaml @@ -0,0 +1,8 @@ +hex_side: 4 mm + +x_spacing: 0 +y_spacing: 0 +uniform_spacing: true + +x_trasl: 0 mm +y_trasl: 0 mm -- cgit v1.2.3