From 57ffe20dcc5e5c0077272e8a0a3bb093d4da001d Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 22 Jul 2016 12:44:23 +0000 Subject: change 3jets to jets --- (limited to 'fanduct.scad') diff --git a/fanduct.scad b/fanduct.scad index 2bc5623..efc6a19 100644 --- a/fanduct.scad +++ b/fanduct.scad @@ -3,7 +3,7 @@ extrusion_width=.5; layer_height=.2; // print parameters epsilon=.005; // for finer cuts -type="simple"; // circular|3jets +type="jets"; // jets|circular|simple ductshape="square"; // square|round dual=true; // dual or single @@ -388,7 +388,7 @@ module fanduct(type=type,ductshape=ductshape,dual=dual) { else if(type=="jets") dual_jets(what); else dual(what); }else if(type=="circular") circus(what); - else if(type=="3jets") jets(what); + else if(type=="jets") jets(what); } // *** air intake -- cgit v0.9.0.2