-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweek1.html
123 lines (120 loc) · 8.94 KB
/
week1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="This is Demircan Tas's website to document work on the subject How to Make Almost Anything 2021 Fall at MIT" />
<meta name="author" content="Demircan Tas" />
<!-- This is what you see on the tab-->
<title>Demircan Tas - How to Make Almost Anything</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<div class="d-flex" id="wrapper">
<!-- Sidebar-->
<!-- "class" is used to define a different type as a css handle-->
<div class="border-end bg-white" id="sidebar-wrapper">
<div class="sidebar-heading border-bottom bg-light">Demircan Tas</div>
<div class="list-group list-group-flush">
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="final.html">Final - Rover</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week1.html">Week 1 - Cutting</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week2.html">Week 2 - PCB's</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week3.html">Week 3 - 3D Scan & Print</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week4.html">Week 4 - Circuit Board Design</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week5.html">Week 5 - CNC Machining</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week6.html">Week 6 - Embedded Programming</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week7.html">Week 7 - Molding and Casting</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week8.html">Week 8 - Inputs</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week9.html">Week 9 - Outputs</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week10.html">Week 10 - Networking</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week11.html">Week 11 - Interfaces</a>
</div>
</div>
<!-- Page content wrapper-->
<div id="page-content-wrapper">
<!-- Top navigation-->
<nav class="navbar navbar-expand-lg navbar-light bg-light border-bottom">
<div class="container-fluid">
<button class="btn btn-primary" id="sidebarToggle">Toggle Menu</button>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mt-2 mt-lg-0">
<li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#!">Link</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a>
<div class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#!">Action</a>
<a class="dropdown-item" href="#!">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#!">Something else here</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page content-->
<div class="container-fluid">
<h1 class="mt-4">Week 1 - Laser and Vinyl Cutting</h1>
<p>My first week in How to Make Almost Anything started with laser cutting, and vinyl cutting experiments.</p>
<img src="assets/week1/w1it02.jpeg" alt="first trial" width = "640">
<p>As part of a team effort, we experimented with the settings for an Epilog (120 watts). Our main challenge
was to manually adjust the focus in accordance with our three layered corrugated cardboard. Focus adjustment
poses a greater challenge when the material is not perfectly flat and gaps on the sheet, remaining from
previous trials break the vacuum seal. Despite these inconsistencies, we managed to create a guide to find out
the ideal material thickness.</p>>
<img src="assets/week1/w1it04.jpeg" alt="power!" width = "640">
<p>See the power setting 70? That is 70% of 120 watts.</p>
<p>This is a peculiarly high setting for cutting cardboard. I found out on my next visit to the shop that if you
make long cuts on a bent piece, these settings start fires.</p>
<img src="assets/week1/w1i11.jpg" alt="fire!" width = "640">
<p>When focus is properly adjusted, it is possible to get nice cuts with little risk of fire. In other words: 5 more hours in the shop</p>>
<img src="assets/week1/w1i00a.jpg" alt="tests" width = "640">
<img src="assets/week1/personal_trials.jpg" alt="personal trials" width = "640">
<p>Next, it was time to create a parametric part for my minimalistic kit of parts.</p>
<img src="assets/week1/parametric.JPG" width = "640">
<p>By adjusting the proportions and adding a single score, I came up with these units.</p>
<img src="assets/week1/units.jpg" width = "640">
<p>When combined make something like this.</p>
<img src="assets/week1/combined.jpg" width = "640">
<p>By adding a chamfer:</p>
<img src="assets/week1/elbow.jpg" width = "640">
<p>Then I made more...</p>
<img src="assets/week1/chamfer.jpg" width = "640">
<p>Then combined to stuff like:</p>
<img src="assets/week1/bridge.jpg" width = "640">
<img src="assets/week1/square.jpg" width = "640"><br>
<video width="640" height="480" autoplay muted loop>
<source src="assets/week1/t1.mp4" type="video/mp4">
</video>
<p>Then I moved on to the vinyl cutter to turn a digital painting to an annoying sticker.</p>
<img src="assets/week1/part_robo.jpg" width = "640">
<img src="assets/week1/vinyl.jpg" width = "640">
<img src="assets/week1/baggage.jpg" width = "640"><br>
<h2>Files</h2>
<!-- link for CAD files-->
<a href="assets/week1/CAD/week2_kit.7z" download>Parametric Model (FreeCAD)</a><br>
<a href="assets/week1/CAD/slot_test2.7z" download>First Iteration (Rhino)</a><br>
<a href="assets/week1/CAD/slot_test3B.7z" download>Second Iteration (Rhino with chamfer)</a><br>
<!--
><p>
Make sure to keep all page content within the
<code>#page-content-wrapper</code>
. The top navbar is optional, and just for demonstration. Just create an element with the
<code>#sidebarToggle</code>
ID which will toggle the menu when clicked.
</p>
-->
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>