mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Latest update on correct angle for square drive
This commit is contained in:
parent
5a4e9f0514
commit
9b51d77462
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ module robertson_mask(size, extra=1) {
|
||||||
Fmin = [0.032, 0.057, 0.065, 0.085, 0.090][size];
|
Fmin = [0.032, 0.057, 0.065, 0.085, 0.090][size];
|
||||||
Fmax = [0.038, 0.065, 0.075, 0.095, 0.100][size];
|
Fmax = [0.038, 0.065, 0.075, 0.095, 0.100][size];
|
||||||
F = (Fmin + Fmax) / 2 * INCH;
|
F = (Fmin + Fmax) / 2 * INCH;
|
||||||
ang = 2;
|
ang = 4;
|
||||||
h = T + extra;
|
h = T + extra;
|
||||||
down(T) {
|
down(T) {
|
||||||
intersection(){
|
intersection(){
|
||||||
|
|
Loading…
Reference in a new issue