Improve corners of OCTNR

This commit is contained in:
Quinn
2022-01-12 13:06:52 -08:00
parent d9d6a17885
commit c098a2179d
2 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ module octr_gate (throw, shaft_r) {
module octnr_gate (throw, shaft_r) {
union(){
rotate([0,0,45])
pivot_square(throw + 1, shaft_r, 1);
pivot_square(throw, shaft_r, 1.5);
pivot_square(throw, shaft_r);
}
};