From 3f65b9f62c1f53a341f6e0d0c7109003d10da807 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 26 Nov 2023 00:32:40 -0500 Subject: Slowly working things out --- case/params.scad | 4 ++++ case/top.scad | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'case') diff --git a/case/params.scad b/case/params.scad index 2935b4b..b33502a 100644 --- a/case/params.scad +++ b/case/params.scad @@ -1,3 +1,7 @@ +/* [Features] */ +// Enable or disable keyboard deck +with_keyboard = true; + /* [Case wall dimensions:] */ // Wall width (thickness) wall_width = 2.5000; diff --git a/case/top.scad b/case/top.scad index b9c86e7..951cde8 100644 --- a/case/top.scad +++ b/case/top.scad @@ -216,4 +216,4 @@ module top_case(with_keyboard=false) { } } -top_case(true); +top_case(with_keyboard); -- cgit v1.2.3