| 12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Dyna Myte 2400</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="//yegor256.github.io/tacit/tacit.min.css">
- <!-- favicon -->
- <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=3">
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=3">
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=3">
- <link rel="manifest" href="/favicon/site.webmanifest?v=3">
- <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=3" color="#ffb300">
- <link rel="shortcut icon" href="/favicon/favicon.ico?v=3">
- <meta name="msapplication-TileColor" content="#00aba9">
- <meta name="msapplication-config" content="/favicon/browserconfig.xml?v=3">
- <meta name="theme-color" content="#ffffff">
- <!-- https://realfavicongenerator.net/favicon_result?file_id=p1i11gpomc1kc09h71jmnr19kp6 -->
- </head>
- <body>
- <header> </header>
- <section>
- <article>
- <!--
- title: Dyna Myte 2400
- -->
- <h1 id="dyna-myte-2400" class="deep-link"><a href="#dyna-myte-2400">Dyna Myte 2400</a></h1>
- <p>This CNC machine sat unused in the UC Robotic's Lab for years until we re-discovered the manual one day. I read the manual and taught myself how to use it with great results.</p>
- <div class="youtube-video"><iframe width="560" height="315" src="https://www.youtube.com/embed/pemZhpormRg" frameborder="0" allowfullscreen></iframe></div>
- <p><em>A video of the CNC machine running a routine I wrote</em></p>
- <p>I followed up by writing an <a href="../javascript-cnc-machine">emulator</a> in Javascript to test CNC code.</p>
- </article>
- </section>
- <footer> </footer>
- </body>
- </html>
|