chiark / gitweb /
poster-tube-lid: wip BayonetCutout rotation thing
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Oct 2017 01:19:49 +0000 (02:19 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Oct 2017 01:19:49 +0000 (02:19 +0100)
poster-tube-lid.scad

index b2c659016ac37c325d6f26b19b3a233094062bff..2ce691e9975526c9317d70fe23eb8e43e6bd67e8 100644 (file)
@@ -113,7 +113,7 @@ module MainProfile(){
 }
 
 module BayonetCutoutSlice(offset){
 }
 
 module BayonetCutoutSlice(offset){
-  rotate([0,0, atan2(offset, main_dia/2) ]){
+  rotate([0,0, atan2(offset, main_dia/2 + side_thick) ]){
     intersection(){
       translate([-offset, -10, 0])
        rotate([90,0,0])
     intersection(){
       translate([-offset, -10, 0])
        rotate([90,0,0])