Advertisement
Azdle

Untitled

Feb 8th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  5.         <title>theUnlink</title>
  6.         <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
  7.         <link rel="stylesheet" type="text/css" href="/resources/css/screen.css" media="screen" />
  8.     </head>
  9.     <body>
  10.         <header>
  11.             <img id="header_img" src="/resources/img/logo.png"  alt="theUnlink" />
  12.             <nav>                       <!-- Nav Section Start -->
  13.                 <ul>
  14.                     <li><a href="/about/">About</a></li>
  15.                     <li><a href="/projects/">Projects</a></li>
  16.                     <li><a href="/blog/">Blog</a></li>
  17.                 </ul>
  18.  
  19.             </nav>                      <!-- Nav Section End -->
  20.         </header>
  21.         <div id="main_area">
  22.             <article>
  23.                 <section id="main_section">     <!-- Main Section Start -->
  24.  
  25.                     <div class="post"><a href="/blog/post/63/" class="title"><h2>A Quick "I'm Not Dead" Update</h2></a>
  26.                     <div class="postinfo">By Pat on Apr 21st 2010</div>
  27.  
  28.                     <div class="itemcontent"><p>No, I'm not dead, classes have just been kicking my ass lately and I've been getting very little done. My progress hasn't been helped by the fact that any time I have spent on it has been a futile attempt to get the extruder to talk to the motherboard. If you've had this problem in the past why not come over to <a href="http://forums.reprap.org/read.php?13,43375">my thread</a> and help me out.</p>
  29.                     <p>I have gotten a few things done, I designed <a href="http://www.thingiverse.com/thing:2174">a new mounting plate</a> for the Tech Zone Remix electronics. I guess that's about it, now back to my DiffEQ homework.</p>
  30.                     </div>
  31.                     <div class="postinfo">Tags: <a href='/blog/tags/mendel'>mendel</a> <a href='/blog/tags/project:reprap'>project:reprap</a> </div></div>
  32.  
  33.                     <div class="post"><a href="/blog/post/57/" class="title"><h2>More Fun</h2></a>
  34.                     <div class="postinfo">By Pat on Mar 5th 2010</div>
  35.                         <div class="itemcontent"><p>See I told you there would be more fun.</p>
  36.                             <p><a href="http://www.flickr.com/photos/azdle/4409302681/"><img src="http://farm5.static.flickr.com/4049/4409302681_022ee0fab5.jpg" /></a></p>
  37.                             <p>It's finally starting to look like a RepRap. Needless to say, I'm super excited.</p>
  38.                             <p>There have been a few issues. First, the fender (or mudguard) washers that we ordered weren't big enough to hold the belts on the bearings, they were actually slightly smaller than the bearings. I solved this by simply cutting some out on the laser cutter using a scrap piece of 1/8" acrylic. I don't know if the extra space that they added will make a difference, but I can't find any reason that they should.</p>
  39.                             <p><a href="http://www.flickr.com/photos/azdle/4409301019/"><img src="http://farm3.static.flickr.com/2794/4409301019_2ebc4749b2.jpg" /></a></p>
  40.                             <p>The next problem is that the gears won't fit the steppers that we have without filing them down. So, I need to find a way to modify them to fit the steppers or else change the STL files and beg the people who made them for us to make a few more for us.</p>
  41.                             <p>Another problem is, we can't seem to find metric brass threaded rod or even metric brass bolts to make the extruder.</p>
  42.  
  43.                             <p>Lastly, we don't have our electronics yet so, I have a feeling that I'm going to be staring at a fully built, non-functioning RepRap for awhile.</p>
  44.                         </div>
  45.                         <div class="postinfo">Tags: <a href='/blog/tags/mendel'>mendel</a> <a href='/blog/tags/project:reprap'>project:reprap</a> </div>
  46.                     </div>
  47.                     <a id="older_link" href="/blog/page/1/">Older Posts</a>
  48.                 </section>                      <!-- Main Section End -->
  49.                 <aside id="info_section">       <!-- Info Section Start -->
  50.  
  51.                     <a href="/login/">Login</a>
  52.                 </aside>                        <!-- Info Section End -->
  53.             </article>
  54.         </div>
  55.         <footer>
  56.             <p>&copy;2011 Patrick Barrett</p>
  57.         </footer>
  58.  
  59.     </body>
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement