Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
- the boolean options wouldn't show in the Customizer, fixed
  • Loading branch information
RealNagus committed Aug 3, 2019
1 parent 151f858 commit 6016a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cable duct.scad
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down

0 comments on commit 6016a8e

Please sign in to comment.