summaryrefslogtreecommitdiff
path: root/body/laser_holder.scad
diff options
context:
space:
mode:
Diffstat (limited to 'body/laser_holder.scad')
-rw-r--r--body/laser_holder.scad10
1 files changed, 0 insertions, 10 deletions
diff --git a/body/laser_holder.scad b/body/laser_holder.scad
index f5c4562..8416db9 100644
--- a/body/laser_holder.scad
+++ b/body/laser_holder.scad
@@ -1,16 +1,6 @@
include <helpers.scad>
include <laser.scad>
-default_laser_holder_padding = [4, 1.5, 1.5];
-
-// d - laser body diameter
-// l - laser body length
-// padding - see `laser_holder_wo_holes` for details
-function laser_holder_size(
- d = default_laser_d,
- l = 45,
- padding = default_laser_holder_padding) = ([d, l / 2, d] + padding * 2);
-
// create a holder for laser with diameter `d` and
// length `l`. no holes
// with one-side `padding` for each axis