add slop to alps

This commit is contained in:
Minh Vu 2022-12-18 15:28:44 -05:00
parent 19f0d2faad
commit bc0e8e2c19

View File

@ -1,5 +1,5 @@
module alps_stem(depth, slop, throw){
linear_extrude(height=depth) {
square($alps_stem, center = true);
square($alps_stem - [slop, slop], center = true);
}
}