Commit 82ff93da authored by William Wadsworth's avatar William Wadsworth
Browse files

remove rotation after camera rotation updates

The base 45 degree rotation of all cameras was removed, so this base rotation of the mount top also needs to be removed
parent 38250773
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -106,12 +106,10 @@ module camera_mount_top_slice(optics_config){
    thick_section(h=tiny(), center=false, shift=false){
        intersection(){
            camera_mount(optics_config);
            rotate_z(45){
            cube(top_area, center=true);
        }
    }
}
}

module optics_module_body_outer(params, optics_config, body_r, body_top, rms_mount_h, wedge_top, bottom_r, include_wedge){
    // The outer shape of the optics module body. Including the camera mount.