index.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Dyna Myte 2400</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="//yegor256.github.io/tacit/tacit.min.css">
  8. <!-- favicon -->
  9. <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=3">
  10. <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=3">
  11. <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=3">
  12. <link rel="manifest" href="/favicon/site.webmanifest?v=3">
  13. <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=3" color="#ffb300">
  14. <link rel="shortcut icon" href="/favicon/favicon.ico?v=3">
  15. <meta name="msapplication-TileColor" content="#00aba9">
  16. <meta name="msapplication-config" content="/favicon/browserconfig.xml?v=3">
  17. <meta name="theme-color" content="#ffffff">
  18. <!-- https://realfavicongenerator.net/favicon_result?file_id=p1i11gpomc1kc09h71jmnr19kp6 -->
  19. </head>
  20. <body>
  21. <header>&#xA0;</header>
  22. <section>
  23. <article>
  24. <!--
  25. title: Dyna Myte 2400
  26. -->
  27. <h1 id="dyna-myte-2400" class="deep-link"><a href="#dyna-myte-2400">Dyna Myte 2400</a></h1>
  28. <p>This CNC machine sat unused in the UC Robotic&apos;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>
  29. <div class="youtube-video"><iframe width="560" height="315" src="https://www.youtube.com/embed/pemZhpormRg" frameborder="0" allowfullscreen></iframe></div>
  30. <p><em>A video of the CNC machine running a routine I wrote</em></p>
  31. <p>I followed up by writing an <a href="../javascript-cnc-machine">emulator</a> in Javascript to test CNC code.</p>
  32. </article>
  33. </section>
  34. <footer>&#xA0;</footer>
  35. </body>
  36. </html>