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