-
Notifications
You must be signed in to change notification settings - Fork 3
/
Complete-Ring-Kit.html
41 lines (30 loc) · 6.13 KB
/
Complete-Ring-Kit.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
<!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> Complete DUE Board With Case</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'> Complete DUE Board With Case</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/Complete-Ring-Kit/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/Complete-Ring-Kit/master/mainpicture.jpg class = 'project_page_image'></td><td><a href=https://github.com/MaslowCommunityGarden/Complete-Ring-Kit/archive/master.zip class = 'button one-col'>Download Files</a><a href=https://github.com/MaslowCommunityGarden/Complete-Ring-Kit class = 'button one-col' target='_blank'>Source</a></td></tr></table><div class='three-col'><h1>Complete DUE Board With Case</h1>
<p>The upgraded M2 DUE Board and shield are here to take your Maslow to the next level! Improved tech makes this board a must for serious Maslow users.</p>
<ul>
<li>Improvements over Maslow 1.2 Control Board:</li>
<li>Roughly 40% faster cutting speed</li>
<li>Improved cutting accuracy</li>
<li>GRBL-based; works with most GRBL control softwares</li>
<li>Free access to Makerverse control software</li>
<li>Simplified calibration process</li>
<li>Onboard memory bank means no recalibrating every time</li>
<li>If connection is lost, resume cutting where you left off</li>
</ul>
<h3><strong><em>Use promo code MASLOW10 for 10% off your order!</em></strong></h3>
<p>Head over to <a href="https://makermade.com/collections/all/products/m2-cnc-due-board-sheild-case-15ft-micro-usb-component">MakerMade</a> to order!</p>
<h3>This Item Includes:</h3>
<ul>
<li>DUE Control board with custom Shield and heat sinks</li>
<li>Custom, protective case</li>
<li>15ft USB-to-micro-USB connector</li>
<li>Mounting hardware</li>
<li>The board and shield come pre-assembled with the custom case</li>
</ul>
<p><em>*Does not come with a power cord</em></p>
<p><em>Already have an M2 or M2 upgrade kit? Then you’ve already got this DUE Board!</em></p>
</div></div><div id='Instructions' class='tabcontent'><div class='tab-title'><h3 class='two-col'>Instructions</h3><a href=https://github.com/MaslowCommunityGarden/Complete-Ring-Kit/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>Ring and bearing kit that ensures smooth and accurate cuts on your Maslow CNC.</p>
<p>Head to <a href="http://www.makermade.com/shop">Maker Made</a> to order.</p>
<p>Includes: Sled ring, 4 ring bearings, 3 L-brackets, 2 carriage brackets.</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/Complete-Ring-Kit.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/Complete-Ring-Kit/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>Includes: Sled ring, 4 ring bearings, 3 L-brackets, 2 carriage brackets.</p>
<p>Available at <a href="https://www.makermade.com/shop">MakerMade</a></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>