finish instructions

This commit is contained in:
zhao
2023-05-12 14:06:24 -04:00
parent 9a43da5eca
commit 2f379fc744
6 changed files with 375 additions and 246 deletions

View File

@ -53,16 +53,14 @@ module onYBarBasePlateConnectorNegative() {
roundCutSlice(radius = _baseConnY/2 + radiusXYSlack);
}
module roundCutSlice(radius, length=inf50) {
hull() {
cylinder(r = radius, h = eps);
translate(v = [length, -radius, 0])
cube(size = [eps, radius*2, eps]);
}
}
}
module roundCutSlice(radius, length=inf50) {
hull() {
cylinder(r = radius, h = eps);
translate(v = [length, -radius, 0])
cube(size = [eps, radius*2, eps]);
}
}