From 5ea14af9e97c556535a8d55b5519a7d5fd53d6d5 Mon Sep 17 00:00:00 2001 From: Bob Date: Sun, 12 Jan 2020 19:20:21 -0500 Subject: [PATCH] no double sculpting by default probably pretty frustrating if you're not into that --- src/settings.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.scad b/src/settings.scad index 08af884..73da391 100644 --- a/src/settings.scad +++ b/src/settings.scad @@ -19,7 +19,7 @@ $font_size = 6; $inverted_dish = false; // set this to true if you are making double sculpted keycaps -$double_sculpted = true; +$double_sculpted = false; // change aggressiveness of double sculpting // this is the radius of the cylinder the keytops are placed on $double_sculpt_radius = 200;