-rw-r--r-- | volcano.scad | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/volcano.scad b/volcano.scad index 7f7ffce..00ff64e 100644 --- a/volcano.scad +++ b/volcano.scad | |||
@@ -100,7 +100,9 @@ echo("volume",vol); | |||
100 | 100 | ||
101 | use <view.scad>; | 101 | use <view.scad>; |
102 | 102 | ||
103 | view(view="*",volume=vol) { | 103 | view="*"; |
104 | |||
105 | view(view=view,volume=vol) { | ||
104 | mold(size=[the_w,the_l,the_h],s=ms,v_protrude=protrude,introffset=(volcano_l-volcano_cutoff_l)*3/4); | 106 | mold(size=[the_w,the_l,the_h],s=ms,v_protrude=protrude,introffset=(volcano_l-volcano_cutoff_l)*3/4); |
105 | translate([ms+volcano_hs_t+sh,ms+sh,ms+sv]) heatershape(); | 107 | translate([ms+volcano_hs_t+sh,ms+sh,ms+sv]) heatershape(); |
106 | translate([ms+epsilon,ms+epsilon,ms+epsilon]) cube(size=[the_w-2*epsilon,the_l-2*epsilon,the_h]); | 108 | translate([ms+epsilon,ms+epsilon,ms+epsilon]) cube(size=[the_w-2*epsilon,the_l-2*epsilon,the_h]); |