chiark / gitweb /
maglite-holder: torch curve positioning
[reprap-play.git] / maglite-holder.scad
1 // -*- C -*-
2
3 dxf_off = [ -40, -85 ];
4
5 module Torch(){
6 //  import(file="screw-recess-test-number-s3.dxf", convexity=10);
7   import(file="maglite-holder-torch-curve.dxf", convexity=10, center=true);
8 }
9
10 translate(dxf_off) Torch();