diff options
-rw-r--r-- | nikon_lens_2x2.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nikon_lens_2x2.scad b/nikon_lens_2x2.scad index e1b7248..fb614f6 100644 --- a/nikon_lens_2x2.scad +++ b/nikon_lens_2x2.scad @@ -11,7 +11,7 @@ lip_height = 1.9; lip_positions = [[50,-35], [55,-155], [55,-270]]; lip_offset = 0.8; -flange_height = 10; +flange_height = 15; size_x = 2; size_y = 2; |