Rev Author Line No. Line
4551 jacho 1 $fn=100; // model faces resolution.
2 include <../configuration.scad>
3 use <../SRC/AWSBOX01A_D04.scad>
4  
5 rotate([0, 0, 0])
6  
7  
8 translate([0,0,0])
9 rotate([0,0,0])
10 AWSBOX01A_D04();
11  
12