mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-23 05:34:23 +00:00
no double sculpting by default
probably pretty frustrating if you're not into that
This commit is contained in:
parent
e475ee7b6e
commit
5ea14af9e9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user