mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-04-02 03:29:11 +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
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ $font_size = 6;
|
||||||
$inverted_dish = false;
|
$inverted_dish = false;
|
||||||
|
|
||||||
// set this to true if you are making double sculpted keycaps
|
// set this to true if you are making double sculpted keycaps
|
||||||
$double_sculpted = true;
|
$double_sculpted = false;
|
||||||
// change aggressiveness of double sculpting
|
// change aggressiveness of double sculpting
|
||||||
// this is the radius of the cylinder the keytops are placed on
|
// this is the radius of the cylinder the keytops are placed on
|
||||||
$double_sculpt_radius = 200;
|
$double_sculpt_radius = 200;
|
||||||
|
|
Loading…
Add table
Reference in a new issue