Window Vent 3D Printer Model

Author: @
License: CC BY
File formats: stl,scad
Download type: zip
Size:492.4KB

The file 'Window Vent 3D Printer Model' is (stl,scad) file type, size is 492.4KB.

Summary

Update 9-18-2017 There was a bug after I rearranged the code that messed up the bottom seal slot when you turned off the vent, this is fixed.

Also I have successful printed a vent section and it fit first try (thankfully) I will upload the test prints soon.


This is a customizable window vent for a laser cutter, dryer, AC ect

The first section with the vent will need supports. The height of the sections can be adjusted to fill the window in printable sized portions.

Available Variables

//**//
// Variables
//**//

//**//
//--Work Piece Options--// //1 = Yes, 0 = No
IsVent = "yes"; // [yes,no] //Is this a vent
IsPeg = "yes"; // [yes,no] //Is there attchment pegs
IsHole = "yes"; // [yes,no] //Is there attchment holes
IsSealR = "yes"; // [yes,no] //Is there a seal ridge
IsSealS = "yes"; // [yes,no] //Is there a seal slot
IsClampBO = "yes"; // [yes,no] //Is the a clamp Bottom Offset

//**//
//Work Piece Vars
WorkH = 200; //Hight Of Work Piece
WorkW = 185; //Width Of Work Piece
WindowW = 39; //Window Width

//**//
//Clamp Vars
ClampT = 7; //Thickness Of Wall
ClampCWO = 0; //Cavity Width Offset
ClampSL = 30 ; //Clamp Side Length
ClampBO = 5 ; //Clamp Bottom Offset

//**//
//Wall Vars
WallT = 10; //Thickness Of Wall

//**//
//End Vars
EndT = 7; //Thickness Of end
EndCWO = 0.5; //Cavity Width Offset

//**//
//Vent Vars
VentT = 5; //Thickness Of end
VentOD = 97; //Vent Outer Diameter
VentL = 120; //Vent Length
VentXO = 15; //Vent X (Length) Offset
VentYO = 60; //Vent Y Offset
VentZO = 50; //Vent Z Offset

//**//
//Peg
PegLR = 5.85; //Peg Latch Radius
PegSR = 5; //Peg Stem Radius
PegL = 12; //Peg Length
PegSW = 3.5; //Peg Slot Width
PegSD = 1; //Peg Slot Depth
PegNC = 0.1; //Peg Neck Clearance
PegBC = 0.2; //Peg Ball Clearnace
PegSC = 0.5; //Peg Shaft Clearnace

//**//
//Seal
SealW = 2; //Seal Width
SealH = 4; //Seal Height
SealHG = .15; //Gap Space Around Seal

WindowNoVent.stl 1.6MB
WindowNoVentTop.stl 892.7KB
WindowVentBO.stl 1.8MB
WindowVentCustom.scad 10.9KB