mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-02 05:32:41 +00:00
make double_sculpted default false
This commit is contained in:
parent
68013d3fad
commit
2ddd7acc8c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,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;
|
||||||
|
|
||||||
|
|
||||||
// Support type. default is "flared" for easy FDM printing; bars are more realistic, and flat could be for artisans
|
// Support type. default is "flared" for easy FDM printing; bars are more realistic, and flat could be for artisans
|
||||||
|
|
Loading…
Reference in a new issue