From 6845923913a2b0f4b4ee06fbfb017fdcedad7eb4 Mon Sep 17 00:00:00 2001 From: Bob Date: Sat, 19 Feb 2022 21:07:17 -0500 Subject: [PATCH] actually force skin extrusion too --- customizer.scad | 2 +- src/key_types.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customizer.scad b/customizer.scad index 0774315..ed7889e 100644 --- a/customizer.scad +++ b/customizer.scad @@ -923,7 +923,7 @@ module iso_enter() { /* $top_tilt = 0; */ $stem_support_type = "disable"; $key_shape_type = "iso_enter"; - /* $hull_shape_type = "linear extrude"; */ + $hull_shape_type = "skin"; $linear_extrude_height_adjustment = 19.05 * 0.5; // this equals (unit_length(1.5) - unit_length(1.25)) / 2 /* $dish_overdraw_width = 2.38125; */ diff --git a/src/key_types.scad b/src/key_types.scad index dc41643..a6c1ab6 100644 --- a/src/key_types.scad +++ b/src/key_types.scad @@ -50,7 +50,7 @@ module iso_enter() { /* $top_tilt = 0; */ $stem_support_type = "disable"; $key_shape_type = "iso_enter"; - /* $hull_shape_type = "linear extrude"; */ + $hull_shape_type = "skin"; $linear_extrude_height_adjustment = 19.05 * 0.5; // this equals (unit_length(1.5) - unit_length(1.25)) / 2 /* $dish_overdraw_width = 2.38125; */