From 99cc5cffba5c66df9a41c14f9c75c161c372975a Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 4 Jun 2023 12:12:18 +0200 Subject: [PATCH] outlines --- ergogen/ergogen.yml | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/ergogen/ergogen.yml b/ergogen/ergogen.yml index 8f35a45..06d667a 100644 --- a/ergogen/ergogen.yml +++ b/ergogen/ergogen.yml @@ -61,4 +61,45 @@ points: shift: [2.5, -2.5] rows: cluster: - rotate: 8 \ No newline at end of file + rotate: 8 +outlines: + keys: + - what: rectangle + where: true + size: [kx-0.5, ky-0.5] + raw: + - what: rectangle + where: true + bound: true + size: [px, py] + board: + - what: polygon + operation: stack + fillet: 2 + points: + - ref: matrix_outer2_home + shift: [-0.5px, -0.5py] + - ref: matrix_outer2_home + shift: [-0.5px, 0.5py] + - ref: matrix_outer_top + shift: [-0.5px, 0.5py] + - ref: matrix_pinky_num + shift: [-0.5px, 0.5py] + - ref: matrix_ring_num + shift: [-0.5px, 0.5py] + - ref: matrix_middle_num + shift: [-0.5px, 0.5py] + - ref: matrix_middle_num + shift: [0.5px, 0.5py] + - ref: matrix_middle_num + shift: [3.9px, 0.5py] + - ref: thumbs_space_cluster + shift: [0.75px, -0.75py] + - ref: thumbs_space_cluster + shift: [-0.75px, -0.5py] + - ref: matrix_index_mod + shift: [0, -0.5py] + - ref: matrix_ring_mod + shift: [-0.5px, -0.5py] + - ref: matrix_outer_bottom + shift: [-0.5px, -0.5py] \ No newline at end of file