Skip to content
Snippets Groups Projects
index.html 22.7 KiB
Newer Older
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        
        <meta name="author" content="Sosuke Kanegae">
        <link rel="canonical" href="https://fabacademy.org/2023/labs/kitakagaya/students/sosuke-kanegae/assignments/week03/">
        <link rel="shortcut icon" href="../../img/favicon.ico">
        <title>Week03. Computer controlled cutting - Sosuke Kanegae Fab Academy</title>
        <link href="../../css/bootstrap.min.css" rel="stylesheet">
        <link href="../../css/font-awesome.min.css" rel="stylesheet">
        <link href="../../css/base.css" rel="stylesheet">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/color-brewer.min.css">

        <script src="../../js/jquery-1.10.2.min.js" defer></script>
        <script src="../../js/bootstrap.min.js" defer></script>
        <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
        <script>hljs.initHighlightingOnLoad();</script> 
    </head>

    <body>
        <div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
            <div class="container">
                <a class="navbar-brand" href="../..">Sosuke Kanegae Fab Academy</a>
                <!-- Expander button -->
                <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
                    <span class="navbar-toggler-icon"></span>
                </button>

                <!-- Expanded navigation -->
                <div id="navbar-collapse" class="navbar-collapse collapse">
                        <!-- Main navigation -->
                        <ul class="nav navbar-nav">
                            <li class="navitem">
                                <a href="../.." class="nav-link">Home</a>
                            </li>
                            <li class="navitem">
                                <a href="../../about/" class="nav-link">About</a>
                            </li>
                            <li class="navitem">
                                <a href="../../final-project/" class="nav-link">Final Project</a>
                            </li>
                            <li class="dropdown active">
                                <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">assignments <b class="caret"></b></a>
                                <ul class="dropdown-menu">
                                    
<li>
    <a href="../week01/" class="dropdown-item">Week01. Principles and Practices / Project Management</a>
</li>
                                    
<li>
    <a href="../week02/" class="dropdown-item">Week02. Computer Aided design</a>
</li>
                                    
<li>
    <a href="./" class="dropdown-item active">Week03. Computer controlled cutting</a>
</li>
                                    
<li>
    <a href="../week04.md" class="dropdown-item">Week04. Embedded programming</a>
</li>
                                    
<li>
    <a href="../week05.md" class="dropdown-item">Week05. 3D Scanning and printing</a>
</li>
                                    
<li>
    <a href="../week06.md" class="dropdown-item">Week06. Electronics design</a>
</li>
                                    
<li>
    <a href="../week07.md" class="dropdown-item">Week07. Computer controlled machining</a>
</li>
                                    
<li>
    <a href="../week08.md" class="dropdown-item">Week08. Electronics production</a>
</li>
                                    
<li>
    <a href="../week09.md" class="dropdown-item">Week09. Molding and casting</a>
</li>
                                    
<li>
    <a href="../week10.md" class="dropdown-item">Week10. Output devices</a>
</li>
                                    
<li>
    <a href="../week11.md" class="dropdown-item">Week11. Mechanical design & machine design</a>
</li>
                                    
<li>
    <a href="../week12.md" class="dropdown-item">Week12. Input devices</a>
</li>
                                    
<li>
    <a href="../week13.md" class="dropdown-item">Week13. Networking and communications</a>
</li>
                                    
<li>
    <a href="../week14.md" class="dropdown-item">Week14. Interface and application programming</a>
</li>
                                    
<li>
    <a href="../week15.md" class="dropdown-item">Week15. Wildcard week</a>
</li>
                                    
<li>
    <a href="../week16.md" class="dropdown-item">Week16. Applications and implications</a>
</li>
                                    
<li>
    <a href="../week17.md" class="dropdown-item">Week17. Invention, intellectual property and income</a>
</li>
                                    
<li>
    <a href="../week18.md" class="dropdown-item">Week18. Project development</a>
</li>
                                </ul>
                            </li>
                            <li class="navitem">
                                <a href="../../agreements/" class="nav-link">Agreements</a>
                            </li>
                        </ul>

                    <ul class="nav navbar-nav ml-auto">
                        <li class="nav-item">
                            <a href="#" class="nav-link" data-toggle="modal" data-target="#mkdocs_search_modal">
                                <i class="fa fa-search"></i> Search
                            </a>
                        </li>
                            <li class="nav-item">
                                <a rel="prev" href="../week02/" class="nav-link">
                                    <i class="fa fa-arrow-left"></i> Previous
                                </a>
                            </li>
                            <li class="nav-item">
                                <a rel="next" href="../../agreements/" class="nav-link">
                                    Next <i class="fa fa-arrow-right"></i>
                                </a>
                            </li>
                            <li class="nav-item">
                                <a href="https://gitlab.fabcloud.org/academany/fabacademy/2023/labs/kitakagaya/students/sosuke-kanegae" class="nav-link">Gitlab</a>
                            </li>
                    </ul>
                </div>
            </div>
        </div>

        <div class="container">
            <div class="row">
                    <div class="col-md-3"><div class="navbar-light navbar-expand-md bs-sidebar hidden-print affix" role="complementary">
    <div class="navbar-header">
        <button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#toc-collapse" title="Table of Contents">
            <span class="fa fa-angle-down"></span>
        </button>
    </div>

    
    <div id="toc-collapse" class="navbar-collapse collapse card bg-secondary">
        <ul class="nav flex-column">
            
            <li class="nav-item" data-level="1"><a href="#week-03-computer-controlled-cutting" class="nav-link">Week 03. Computer-Controlled Cutting</a>
              <ul class="nav flex-column">
            <li class="nav-item" data-level="2"><a href="#assignments-for-this-week" class="nav-link">Assignments for this week</a>
              <ul class="nav flex-column">
              </ul>
            </li>
            <li class="nav-item" data-level="2"><a href="#what-ive-done-this-week" class="nav-link">What I've done this week</a>
              <ul class="nav flex-column">
              </ul>
            </li>
            <li class="nav-item" data-level="2"><a href="#1-characterize-my-lasercutters-parameters" class="nav-link">1. Characterize my lasercutter's parameters</a>
              <ul class="nav flex-column">
              </ul>
            </li>
            <li class="nav-item" data-level="2"><a href="#2-cut-a-logo-sticker-on-vinylcutter" class="nav-link">2. Cut a logo sticker on vinylcutter</a>
              <ul class="nav flex-column">
              </ul>
            </li>
            <li class="nav-item" data-level="2"><a href="#3-make-a-parametric-construction-kit-with-lasercutter" class="nav-link">3. Make a parametric construction kit with lasercutter</a>
              <ul class="nav flex-column">
              </ul>
            </li>
            <li class="nav-item" data-level="2"><a href="#files" class="nav-link">Files</a>
              <ul class="nav flex-column">
              </ul>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
            </li>
              </ul>
            </li>
        </ul>
    </div>
</div></div>
                    <div class="col-md-9" role="main">

<h1 id="week-03-computer-controlled-cutting">Week 03. Computer-Controlled Cutting</h1>
<h2 id="assignments-for-this-week">Assignments for this week</h2>
<p>Group assignment</p>
<ul>
<li>characterize your lasercutter's focus, power, speed, rate, kerf, joint clearance and types</li>
</ul>
<p>Individual assignment</p>
<ul>
<li>cut something on the vinylcutter</li>
<li>design, lasercut, and document a parametric construction kit<ul>
<li>account for the lasercutter kerf</li>
<li>the kit must be able to be assembled in multiple ways</li>
<li>(for extra credit) include elements that aren't flat</li>
</ul>
</li>
</ul>
<h2 id="what-ive-done-this-week">What I've done this week</h2>
<ol>
<li>Characterize my lasercutter's parameters<ul>
<li>About my lasercutter</li>
<li>How to characterize</li>
<li>Results of tests</li>
<li>Parameters I recomand</li>
</ul>
</li>
<li>Cut a logo sticker on vinylcutter<ul>
<li>Design a logo</li>
<li>Cut with Vinylcutter</li>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
</ul>
</li>
<li>Make a parametric construction kit with lasercutter<ul>
<li>Design a construction kit</li>
<li>Parameterize the constructoin kit</li>
<li>Lasercut the construction kit</li>
<li>Play with the constructionkit</li>
</ul>
</li>
</ol>
<h2 id="1-characterize-my-lasercutters-parameters">1. Characterize my lasercutter's parameters</h2>
<h3 id="trotec-speedy-100">Trotec Speedy 100</h3>
<p><img alt="Trotec Speedy 100" src="../../images/week03/trotec.jpg" /></p>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<p>Technical data of Trotec Speedy 100</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Working area</td>
<td>608 x 303 mm</td>
</tr>
<tr>
<td>Max. height of workspace</td>
<td>170 mm</td>
</tr>
<tr>
<td>Laser type</td>
<td>CO2</td>
</tr>
<tr>
<td>Laser class</td>
<td>2</td>
</tr>
<tr>
<td>Focus length</td>
<td>2inches (approx. 5 cm)</td>
</tr>
<tr>
<td>Max. processing speed</td>
<td>2.8 m/s</td>
</tr>
<tr>
<td>Max. acceleration</td>
<td>40 m/s²</td>
</tr>
</tbody>
</table>
<h3 id="how-to-characterize">How to characterize</h3>
<p>In Jobcontrol for trotec you set the scanning speed, laser power, pulse rate and scanning iteration.</p>
<p>I made a design to test the scanning speed and laser power for both cutting and engraving.</p>
<p>You can define 16 different laser conditions at a time.the 16 laser conditions are identified by colors on the following table:</p>
<table>
<thead>
<tr>
<th>No</th>
<th>Color</th>
<th>R</th>
<th>G</th>
<th>B</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Black</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>2</td>
<td>Red</td>
<td>255</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>3</td>
<td>Blue</td>
<td>0</td>
<td>0</td>
<td>255</td>
</tr>
<tr>
<td>4</td>
<td>Desert</td>
<td>51</td>
<td>102</td>
<td>153</td>
</tr>
<tr>
<td>5</td>
<td>Cyan</td>
<td>0</td>
<td>255</td>
<td>255</td>
</tr>
<tr>
<td>6</td>
<td>Green</td>
<td>0</td>
<td>255</td>
<td>0</td>
</tr>
<tr>
<td>7</td>
<td>Grass</td>
<td>0</td>
<td>153</td>
<td>51</td>
</tr>
<tr>
<td>8</td>
<td>Forest</td>
<td>0</td>
<td>102</td>
<td>51</td>
</tr>
<tr>
<td>9</td>
<td>Olive</td>
<td>153</td>
<td>153</td>
<td>51</td>
</tr>
<tr>
<td>10</td>
<td>Brown</td>
<td>153</td>
<td>102</td>
<td>51</td>
</tr>
<tr>
<td>11</td>
<td>Walnut</td>
<td>102</td>
<td>51</td>
<td>0</td>
</tr>
<tr>
<td>12</td>
<td>Plum</td>
<td>102</td>
<td>0</td>
<td>102</td>
</tr>
<tr>
<td>13</td>
<td>Purple</td>
<td>153</td>
<td>0</td>
<td>204</td>
</tr>
<tr>
<td>14</td>
<td>Magen</td>
<td>255</td>
<td>0</td>
<td>255</td>
</tr>
<tr>
<td>15</td>
<td>Orange</td>
<td>255</td>
<td>102</td>
<td>0</td>
</tr>
<tr>
<td>16</td>
<td>Yellow</td>
<td>255</td>
<td>255</td>
<td>0</td>
</tr>
</tbody>
</table>
<p>I designed the test model as the following images. </p>
<p><img alt="trotec test" src="../../images/week03/trotec_test.jpg" /></p>
<p>I made this vector model in a SVG file, and ran the laser cutter row by row changing the the scanning speed every time.</p>
<h3 id="results-of-tests">Results of tests</h3>
<p>Results from the Engraving test - Acrylic 2 mm:</p>
<p><img alt="engraving acrylic 2 mm" src="../../images/week03/test_engrave.JPG" /></p>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<p>Results from the Cutting test - Acrylic 2 mm:</p>
<p><img alt="cutting acrylic 2 mm" src="../../images/week03/test_cut1.JPG" />
<img alt="cutting acrylic 2 mm" src="../../images/week03/test_cut1_side.JPG" /></p>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<p>From the cutting test, little conditions came out to completely cut. So, I tried scanning twice with the same conditions.</p>
<p><img alt="cutting acrylic 2 mm twice" src="../../images/week03/test_cut2.JPG" />
<img alt="cutting acrylic 2 mm twice" src="../../images/week03/test_cut2_side.JPG" /></p>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<h3 id="parameters-i-recomand">Parameters I recomand</h3>
<p>From the results, the following laser parameters:</p>
<table>
<thead>
<tr>
<th></th>
<th>Engrave</th>
<th>Cut</th>
</tr>
</thead>
<tbody>
<tr>
<td>Power</td>
<td>100%</td>
<td>100%</td>
</tr>
<tr>
<td>Speed</td>
<td>50%</td>
<td>1%</td>
</tr>
<tr>
<td>Iteration</td>
<td>1 time</td>
<td>2 times</td>
</tr>
</tbody>
</table>
<h3 id="check-kerf">Check kerf</h3>
<p>I used <a href="https://doyolab.net/appli/kerf_check/kerf_check.html">Kerf Check Parts Generator</a> to make a model to check kerfs.</p>
<p><img alt="kerf checker" src="../../images/week03/kerf_check.jpg" /></p>
<p>The joints fit best in kerf of 0.05 mm.</p>
<p><img alt="test kerf" src="../../images/week03/test_kerf.JPG" /></p>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<h2 id="2-cut-a-logo-sticker-on-vinylcutter">2. Cut a logo sticker on vinylcutter</h2>
<h3 id="design-a-logo">Design a logo</h3>
<p>For the vinylcutter assignment I decided to make a logo stick.
I planend the logo to be a homage of my final project.
I'm planning my final project to be a lamp with lattice shells.
So, I designed my logo as a perspective view of a lattice shell.</p>
<h3 id="prepare-a-model-to-vinylcut">Prepare a model to vinylcut</h3>
<p><strong>Step1.</strong> Make a 3D model of lattice shell.</p>
<p><img alt="prepare vinyl model 1" src="../../images/week03/vinyl_prepare1.jpg" /></p>
<p><strong>Step 2.</strong> Cut the shell with a plane.</p>
<p><img alt="prepare vinyl model 2" src="../../images/week03/vinyl_prepare2.jpg" /></p>
<p><strong>Step 3.</strong> Project to the plane.</p>
<p><img alt="prepare vinyl model 3" src="../../images/week03/vinyl_prepare3.jpg" /></p>
<p><strong>Step 4.</strong> Move the projection to the base plane.</p>
<p><img alt="prepare vinyl model 4" src="../../images/week03/vinyl_prepare4.jpg" /></p>
<p><strong>Step 5.</strong> Fill the part</p>
<p><img alt="prepare vinyl model 5" src="../../images/week03/vinyl_prepare5.jpg" /></p>
<p><strong>Step 6.</strong> Turn the figure into binary image</p>
<p>First I turn the boundary into binary image.
In the next step I turn trace bitmap to turn the raster image into vector image.
However, if the boundary was binary, the boundaries become double lines and the vinyl cutter will cut the lines twice.</p>
<p><img alt="vinyl model 1" src="../../images/week03/vinyl_pattern.jpg" /></p>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<p>So, when you make the binary image you must fill the model with either black or white.</p>
<p><img alt="vinyl model2" src="../../images/week03/vinyl_pattern2.jpg" /></p>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<p><strong>Step 7.</strong> Make vector image.</p>
<p>Trace bitmap in inkscape and save it as an EPS file.</p>
<p><img alt="vinyl model2" src="../../images/week03/vinyl_pattern2_vector.jpg" /></p>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<div class="admonition caution">
<p class="admonition-title">Caution</p>
<p>I could not export EPS files in inkscape for Mac. So, I did it in Windows.</p>
</div>
<p>Now I am ready to vinylcut!</p>
<h3 id="cut-logo-with-vinylcutter">Cut logo with vinylcutter</h3>
<p>The vinylcutter I used was Graphtec Craft Robo Pro.</p>
<p><img alt="vinylcuttter" src="../../images/week03/vinylcutter.jpeg" /></p>
<p>Insert vinyl in to the cutter from the back.</p>
<p><img alt="vinylcut1" src="../../images/week03/vinylcut1.jpg" /></p>
<p>Set the blade</p>
<p><img alt="vinylcut1" src="../../images/week03/vinylcutter_setblade.jpeg" /></p>
<p>Here are the settings of the cutter:</p>
<p><img alt="vinylcut1" src="../../images/week03/vinylcutter_settings.jpeg" /></p>
<p>Set thr cutter to the initial position.</p>
<p><img alt="vinylcut2" src="../../images/week03/vinylcut2.jpg" /></p>
<p>Load SVG EPS file to Graphtec Studio.</p>
<p><img alt="vinylcut3" src="../../images/week03/vinylcut3.jpg" /></p>
<p>View cutting ploter</p>
<p><img alt="vinylcut4" src="../../images/week03/vinylcut4.jpg" /></p>
<p>Send data to the cutter</p>
<p><img alt="vinylcut5" src="../../images/week03/vinylcut5.jpg" /></p>
<p>Cut with vinylcutter</p>
<p><img alt="vinylcut6" src="../../images/week03/vinylcut6.jpg" /></p>
<p>Remove vinyl from the cutter</p>
<p><img alt="vinylcut_remove" src="../../images/week03/vinylcut_remove.jpg" /></p>
<p>Cut off area with the logo</p>
<p><img alt="vinylcut7" src="../../images/week03/vinylcut7.jpg" /></p>
<p>Remove the parts you don't need</p>
<p><img alt="vinylcut8" src="../../images/week03/vinylcut8.jpg" /></p>
<p>Transfer the logo to a transfer sheet</p>
<p><img alt="vinylcut9" src="../../images/week03/vinylcut9.jpg" /></p>
<p>Finish!</p>
<p><img alt="vinylcut10" src="../../images/week03/vinylcut10.jpg" /></p>
<p>Stick the logo to my PC.</p>
<p><img alt="vinylcut finish" src="../images/week03/vinylcut_finish.jpg" /></p>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<h2 id="3-make-a-parametric-construction-kit-with-lasercutter">3. Make a parametric construction kit with lasercutter</h2>
<h3 id="design-a-parametric-construction-kit">Design a parametric construction kit</h3>
<p>I designed a parameteric construction kit that could be constructed in 2 ways:</p>
<ol>
<li>press-fit with chamfer</li>
<li>insert sticks in holes</li>
</ol>
<p>The main part of the kit is a right polygon with a groove for press-fit on the center of each edges and a hole on each corner.
After, designing an edge I used circular pattern to make it a polygon.</p>
<p><img alt="kit design1" src="../../images/week03/kit1.jpg" />
<img alt="kit design2" src="../../images/week03/kit2.jpg" /></p>
<p>I also designed a support part to insert in holes.</p>
<p><img alt="kit design3" src="../../images/week03/kit3.jpg" />
<img alt="kit design4" src="../../images/week03/kit4.jpg" /></p>
<p>Here are the parameters for the kit.</p>
<p><img alt="kit param" src="../../images/week03/kit_parameters.jpg" /></p>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
<h3 id="lasercut-the-construction-kit">Lasercut the construction kit</h3>
<p>I made a SVG file for laser cutting.</p>
<p><img alt="kit lasercut1" src="../../images/week03/kit_lasercut.jpg" /></p>
<p>Laser cutted the kit</p>
<p><img alt="kit lasercutting" src="../../images/week03/lasercutting.jpeg" /></p>
<p>This is how my kit looks like:</p>
<p><img alt="kit lasercutting" src="../../images/week03/kit_output.jpg" /></p>
<h3 id="play-with-the-construction-kit">Play with the construction kit</h3>
<p>Constructing the kit only with press-fit:</p>
<p><img alt="kit construct1" src="../../images/week03/kit_construct1.JPG" /></p>
<p>Constructing the kit with press-fit &amp; inserting:</p>
<p><img alt="kit construct2" src="../../images/week03/kit_construct2.JPG" /></p>
<h2 id="files">Files</h2>
<!-- - <a href="../files/week03/silhouette_bird.afdesign">Bird silhouette in Affinity designer (.afdesign)</a> --></div>
Sosuke Kanegae's avatar
Sosuke Kanegae committed
            </div>
        </div>

        <footer class="col-md-12">
            <hr>
                <p>Copyright 2023 Sosuke Kanegae - Creative Commons Attribution Non Commercial</p>
            <p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
        </footer>
        <script>
            var base_url = "../..",
                shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
        </script>
        <script src="../../js/base.js" defer></script>
        <script src="../../search/main.js" defer></script>

        <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <h4 class="modal-title" id="searchModalLabel">Search</h4>
                <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
            </div>
            <div class="modal-body">
                <p>From here you can search these documents. Enter your search terms below.</p>
                <form>
                    <div class="form-group">
                        <input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
                    </div>
                </form>
                <div id="mkdocs-search-results" data-no-results-text="No results found"></div>
            </div>
            <div class="modal-footer">
            </div>
        </div>
    </div>
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
                <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
            </div>
            <div class="modal-body">
              <table class="table">
                <thead>
                  <tr>
                    <th style="width: 20%;">Keys</th>
                    <th>Action</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td class="help shortcut"><kbd>?</kbd></td>
                    <td>Open this help</td>
                  </tr>
                  <tr>
                    <td class="next shortcut"><kbd>n</kbd></td>
                    <td>Next page</td>
                  </tr>
                  <tr>
                    <td class="prev shortcut"><kbd>p</kbd></td>
                    <td>Previous page</td>
                  </tr>
                  <tr>
                    <td class="search shortcut"><kbd>s</kbd></td>
                    <td>Search</td>
                  </tr>
                </tbody>
              </table>
            </div>
            <div class="modal-footer">
            </div>
        </div>
    </div>
</div>

    </body>
</html>