<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://old.hacdc.org/index.php?action=history&amp;feed=atom&amp;title=Exhaust_nozzle</id>
	<title>Exhaust nozzle - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://old.hacdc.org/index.php?action=history&amp;feed=atom&amp;title=Exhaust_nozzle"/>
	<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Exhaust_nozzle&amp;action=history"/>
	<updated>2026-05-07T13:21:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Exhaust_nozzle&amp;diff=13219&amp;oldid=prev</id>
		<title>James: page created</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Exhaust_nozzle&amp;diff=13219&amp;oldid=prev"/>
		<updated>2017-04-21T03:13:30Z</updated>

		<summary type="html">&lt;p&gt;page created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is the exhaust nozzle to transition from the header on the back panel of the chassis to the 4 inch flexible metal exhaust duct which goes to the exhaust fan.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
//James Sullivan&lt;br /&gt;
//exhaust nozzle for laser cutter to connect to 4&amp;quot; exhaust hose&lt;br /&gt;
//dimensions in millimeters&lt;br /&gt;
//parametric version&lt;br /&gt;
//4-20-17&lt;br /&gt;
//OpenSCAD version 2015.03-1 &lt;br /&gt;
$fn=80;&lt;br /&gt;
nid=60;     //nozzle inner diameter&lt;br /&gt;
nod=80;     //nozzle outer diameter&lt;br /&gt;
mod=100;    //maximum outer diameter&lt;br /&gt;
sh=30;      //step height&lt;br /&gt;
sw=5;       //step width&lt;br /&gt;
oah=50;     //over-all height&lt;br /&gt;
tlw=3;      //top ledge width&lt;br /&gt;
bcd=46.8*2; //bolt circle diameter&lt;br /&gt;
bhd=3.6;    //bolt hole diameter&lt;br /&gt;
fw=12;      //foot width&lt;br /&gt;
fh=15;      //foot height&lt;br /&gt;
fod=108;    //foot outside dimension, from outside edge to outside edge&lt;br /&gt;
fid=(nid+nod)/2;//foot inside dimension, from inside edge to inside edge&lt;br /&gt;
&lt;br /&gt;
difference(){   //nozzle&lt;br /&gt;
rotate_extrude (angle=360,convexity=4) {polygon(points=[[nid/2,0],[nod/2,0],[mod/2,sh],[mod/2-sw,sh],[mod/2-sw,oah],[mod/2-sw-tlw,oah]]);}; //nozzle itself&lt;br /&gt;
    for (angle=[0:90:270]){ //screw access cuts&lt;br /&gt;
        rotate([0,0,angle]) translate([bcd/2,0,-5]) rotate([0,6,0]) cylinder(d=bhd*3.5,h=oah+10);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
module foot(){&lt;br /&gt;
    difference(){&lt;br /&gt;
        translate([fid/2,-fw/2,0]) cube([(fod-fid)/2,fw,fh]);   //foot&lt;br /&gt;
        translate([bcd/2,0,-5]) cylinder(d=bhd,h=25);   //bolt hole&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
for (angle=[0:90:270]){&lt;br /&gt;
    rotate([0,0,angle]) foot();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>James</name></author>
	</entry>
</feed>