no double sculpting by default

probably pretty frustrating if you're not into that
This commit is contained in:
Bob 2020-01-12 19:20:21 -05:00
parent e475ee7b6e
commit 5ea14af9e9
1 changed files with 1 additions and 1 deletions

View File

@ -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;