diff options
-rw-r--r-- | conf/settings/hex-paper/10mm.yaml | 8 | ||||
-rw-r--r-- | designs/hex-paper-10mm-rings-a6.yaml | 12 | ||||
-rw-r--r-- | designs/hex-paper-12mm-rings-a6.yaml | 12 |
3 files changed, 32 insertions, 0 deletions
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' |