Slowly working things out
This commit is contained in:
parent
339168e6d7
commit
3f65b9f62c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
/* [Features] */
|
||||||
|
// Enable or disable keyboard deck
|
||||||
|
with_keyboard = true;
|
||||||
|
|
||||||
/* [Case wall dimensions:] */
|
/* [Case wall dimensions:] */
|
||||||
// Wall width (thickness)
|
// Wall width (thickness)
|
||||||
wall_width = 2.5000;
|
wall_width = 2.5000;
|
||||||
|
|
|
@ -216,4 +216,4 @@ module top_case(with_keyboard=false) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
top_case(true);
|
top_case(with_keyboard);
|
||||||
|
|
Loading…
Add table
Reference in a new issue