From 6016a8e67c218a01205fb032c02bda2953933f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20He=C3=9Fling?= Date: Sat, 3 Aug 2019 13:23:14 +0200 Subject: [PATCH] Bugfix - the boolean options wouldn't show in the Customizer, fixed --- Cable duct.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cable duct.scad b/Cable duct.scad index 6bf49c4..ff23bfe 100644 --- a/Cable duct.scad +++ b/Cable duct.scad @@ -43,7 +43,7 @@ cd_fin_width = 3; // Shell thickness (should be a multiple of your nozzle diameter) cd_shell = 1.2; // Force equal cover width - no overlap -cd_cover_equalwidth = true; // [true, false] +cd_cover_equalwidth = 1; // [0:false, 1:true] // Which part to create? Duct, cover or both. part = "both"; // [duct:Cable duct,cover:Duct top cover,both:Both parts] @@ -63,7 +63,7 @@ mf_top_tolerance = 0.15; /* [Cover text] */ // Show the text? -text_enable = true; // [true, false] +text_enable = 1; // [0:false, 1:true] // The text text_string = "thing:3775502"; // Engraving depth, should be a multiple of layer height