-
Notifications
You must be signed in to change notification settings - Fork 3
/
Maslow-Tablet-Holder.html
24 lines (14 loc) · 6.39 KB
/
Maslow-Tablet-Holder.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
<!DOCTYPE html><html><head><meta name='viewport' content='width=device-width, initial-scale=1'><link href='styles.css' rel='stylesheet' /><link href='https://fonts.googleapis.com/css?family=Open+Sans' type='text/css' rel='stylesheet' /><title> Maslow Tablet Holder</title><script>function resizeIframe(obj) {obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';}</script></head><body><header class = 'header'><div class='inner-header'><nav class='navigation'><a href='index.html' class='one-col'><img src='logo.png' style='width:auto;height:90px;border:0;'></a><a href='howdoesthegardenwork.html' class='nav-link button one-col'>How Does the Garden Work?</a><a href='addaproject.html' class='nav-link button one-col'>Add A Project</a></nav></div></header><section class = 'content'><div class = 'ProjectName'><h1 class='title'> Maslow Tablet Holder</h1></div><div class='tab three-col'><button class="tablinks" onclick="openTab(event, 'Files' )" id="defaultOpen">Files</button><button class="tablinks" onclick="openTab(event, 'Instructions')" id="instructionsBTN">Instructions</button><button class="tablinks" onclick="openTab(event, 'Forums' )">Forums</button><button class="tablinks" onclick="openTab(event, 'Buy' )"id="buyBTN">Buy</button></div><div id='Files' class='tabcontent'><div class='tab-title'><h3 class='two-col'>Files</h3><a href=https://github.com/MaslowCommunityGarden/Maslow-Tablet-Holder/blob/master/README.md class = 'edit_this_page_button' target='_blank'>Edit this page</a></div><table><tr><td class='project_image_area two-col'><img src=https://raw.githubusercontent.com/MaslowCommunityGarden/Maslow-Tablet-Holder/master/mainpicture.jpg class = 'project_page_image'></td><td><a href=https://github.com/MaslowCommunityGarden/Maslow-Tablet-Holder/archive/master.zip class = 'button one-col'>Download Files</a><a href=https://github.com/MaslowCommunityGarden/Maslow-Tablet-Holder class = 'button one-col' target='_blank'>Source</a></td></tr></table><div class='three-col'><h1>Maslow Tablet Holder</h1>
<p>Brackets to attach a cheap RCA to the frame to control Maslow</p>
<p>One of the best features of CNC technology is that it lets us work on other things while the machine is running. Unfortunately for me that often means using my computer which is running the machine.</p>
<p>The solution was to attach the cheapest tablet I could find on amazon with a USB port permanently to the frame. Ground Control supports multi touch and works well on a tablet. Files can be easily sent to the machine using dropbox.</p>
<p>While the particular tablet I am using is pretty disappointing (it was the cheapest), the experience of using a tablet to control the machine has been fantastic.</p>
<p>This download includes both the 3D cad files which can be modified to work with a different tablet, and the 2D drawing files ready to generate gcode from.</p>
<p>If you want to modify the files, <a href="https://cad.onshape.com/documents/bf636a01dadf7155bf1273ae/w/74a2ee2e4b9e5470eb24b6c0/e/f705c5614e0503ad24cc4b39">the original OnShape document here</a> is probably the easiest way to do that.</p>
<p>The tablet holder could be cut in one piece, but by having the back screw to the front it can accommodate tablets of different thicknesses and ensures a snug fit.</p>
</div></div><div id='Instructions' class='tabcontent'><div class='tab-title'><h3 class='two-col'>Instructions</h3><a href=https://github.com/MaslowCommunityGarden/Maslow-Tablet-Holder/blob/master/INSTRUCTIONS.md class = 'edit_this_page_button' target='_blank'>Edit this page</a></div><br><br><br><br><div class='three-col'><p>The two halves of the tablet holder are attached using 1 inch wood screws.</p>
<p>The same screws are used to attach the tablet holder to the frame of the machine.</p>
<p>Be sure to pre-drill the screw holes to prevent the plywood from splitting.</p>
</div></div><div id='Forums' class='tabcontent'><div class='tab-title'><h3 class='three-col'>Forums</h3></div><div id='discourse-comments', class = 'forums_section'><script type='text/javascript'>DiscourseEmbed = { discourseUrl: 'https://forums.maslowcnc.com/',discourseEmbedUrl: 'http://maslowcommunitygarden.org/Maslow-Tablet-Holder.html' };(function() {var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);})();</script></div></div><div id='Buy' class='tabcontent'><div class='tab-title'><h3 class='two-col'>Buy</h3><a href=https://github.com/MaslowCommunityGarden/Maslow-Tablet-Holder/blob/master/BOM.md class = 'edit_this_page_button' target='_blank'>Edit this page</a></div><br><br><br><br><div class='three-col'><p>My tablet holder was made with 3/4 inch plywood and held together with one inch screws.</p>
<p>The tablet it is designed to hold is <a href="https://www.amazon.com/gp/product/B0188MSALC/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1">this RCA Cambio</a>. I wouldn't recommend buying that exact one because there are chaper and newer versions available now, but it does work well.</p>
</div></div><div class='three-col'><script>function openTab(evt, tabName) {var i, tabcontent, tablinks;tabcontent = document.getElementsByClassName('tabcontent');for (i = 0; i < tabcontent.length; i++) {tabcontent[i].style.display = 'none';}tablinks = document.getElementsByClassName('tablinks');for (i = 0; i < tablinks.length; i++) {tablinks[i].className = tablinks[i].className.replace(' active', '');}document.getElementById(tabName).style.display = 'block';evt.currentTarget.className += ' active';var ifr = document.getElementById('discourse-embed-frame');ifr.src = ifr.src;}document.getElementById('defaultOpen').click();</script><script>if (window.location.search.indexOf('instructions=true') > -1 || window.location.search.indexOf('instructions=True') > -1) {document.getElementById('instructionsBTN').click();}if (window.location.search.indexOf('buy=true') > -1 || window.location.search.indexOf('buy=True') > -1) {document.getElementById('buyBTN').click();}</script></div></section><footer class='footer-basic-centered' style='clear: both;'><div class='inner-footer'><p class='footer-company-motto three-col'>The garden is a project of the <a href='http://www.maslowcnc.com'>Maslow CNC</a> community.</p><p class='footer-company-name three-col'>All content available under license of creator.</p></div></footer></body></html>