celownik - dodałem tekst z rozmiarem do debugu
przyda się jak będę testował dokładne rozmiary lufy
This commit is contained in:
parent
c72a36cb3f
commit
ef3e2edf69
1 changed files with 9 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ use <Chamfer.scad>
|
||||||
// wystaje pałąk do przykręcenia (post)
|
// wystaje pałąk do przykręcenia (post)
|
||||||
|
|
||||||
// parameters
|
// parameters
|
||||||
length = 35; // ustaw poniżej 5 do testów wymiarów
|
length = 3; // ustaw poniżej 5 do testów wymiarów
|
||||||
c_s = length>5 ? 1 : 0.4; // chamfer_size używane tylko do testów
|
c_s = length>5 ? 1 : 0.4; // chamfer_size używane tylko do testów
|
||||||
rail_height = 15;
|
rail_height = 15;
|
||||||
|
|
||||||
|
|
@ -75,5 +75,12 @@ difference() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// debug - wyświetl rozmiar
|
||||||
|
if(length < 5) {
|
||||||
|
translate([clamp_inner/2 + 2 ,post_thickness/6,length-0.5])
|
||||||
|
linear_extrude(5) text(str(clamp_inner), 3);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue