mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-16 22:37:03 +00:00
add slop to alps
This commit is contained in:
parent
19f0d2faad
commit
bc0e8e2c19
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
module alps_stem(depth, slop, throw){
|
module alps_stem(depth, slop, throw){
|
||||||
linear_extrude(height=depth) {
|
linear_extrude(height=depth) {
|
||||||
square($alps_stem, center = true);
|
square($alps_stem - [slop, slop], center = true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue