From 430501c20c90227159a0f547af11c2074b4ac8a1 Mon Sep 17 00:00:00 2001 From: Shy Date: Sat, 4 Jun 2022 18:09:37 +0200 Subject: [PATCH] Increase height of system buttons. --- front.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front.scad b/front.scad index 1fe8af5..e538db6 100644 --- a/front.scad +++ b/front.scad @@ -85,7 +85,7 @@ button_system_base = 2; button_action_size = 5; // Tatsächliche Höhe der Taster unter den Systembuttons. -button_system_size = 4.3; +button_system_size = 4.5; // Spiel der Buttons zwischen Taster und Decke. button_clearance = 0.2;