summaryrefslogtreecommitdiff
path: root/volcano.scad
Unidiff
Diffstat (limited to 'volcano.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--volcano.scad4
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
@@ -101,5 +101,7 @@ echo("volume",vol);
101use <view.scad>; 101use <view.scad>;
102 102
103view(view="*",volume=vol) { 103view="*";
104
105view(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();