Fix SQRN corners, add step collar and S+SN throws

This commit is contained in:
Quinn
2022-01-19 08:33:44 -08:00
parent 1c7c5ef99b
commit 063e9a0d25
8 changed files with 76 additions and 27 deletions
+2 -2
View File
@@ -31,10 +31,10 @@ module octr_gate (throw, shaft_r) {
pivot_square(throw, shaft_r);
}
};
module octnr_gate (throw, shaft_r) {
module sqrn_gate (throw, shaft_r) {
union(){
rotate([0,0,45])
pivot_square(throw, shaft_r, 1.5);
pivot_square(throw, shaft_r, 1.75);
pivot_square(throw, shaft_r);
}
};