update slacks
This commit is contained in:
@ -13,12 +13,10 @@ module hingeModule() {
|
||||
applyYBarScrewMount()
|
||||
base();
|
||||
|
||||
connSlack = 0.05;
|
||||
connW = sideWallConnW - connSlack;
|
||||
connD = sideWallConnD - connSlack;
|
||||
connW = sideWallConnW;
|
||||
connD = sideWallConnD;
|
||||
|
||||
module base() {
|
||||
translate(v=[connSlack, connSlack,0])
|
||||
intersection() {
|
||||
|
||||
union() {
|
||||
|
||||
@ -15,13 +15,11 @@ module magnetModule() {
|
||||
applyMagnetMount()
|
||||
base();
|
||||
|
||||
connSlack = 0.05;
|
||||
connW = sideWallConnW - connSlack;
|
||||
connD = sideWallConnD - connSlack;
|
||||
connW = sideWallConnW;
|
||||
connD = sideWallConnD;
|
||||
|
||||
module base() {
|
||||
|
||||
translate(v=[connSlack, connSlack,0])
|
||||
intersection() {
|
||||
cube(size = [connW, connD, sideWallConnLugDepression]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user