Results 1 to 14 of 14

Thread: Drill Bit cabinet?

  1. #1
    Join Date
    Feb 2003
    Location
    Kutztown PA
    Posts
    1,255

    Drill Bit cabinet?

    Okay, I tried to search, but the search funtion tells me that it can't/won't/isn't going to search on BIT since it is too short of a word and too common. Great. I tried a couple of ways, but the search function insists on showing me posts with cabinet or drill in them, of which there are approximately several bazillion.

    So, anyone here have any ideas on a drill BIT cabinet?

    Thanks.

    Bill

  2. #2
    Join Date
    May 2004
    Location
    Tyler, Texas
    Posts
    2,041
    This one from WOOD magazine is for router bit storage but could easily be adapted for drill bits.

    The front is plexi for easy identification and the trays slide out the end. I thought it was a very simple, yet functional piece.
    Attached Images Attached Images
    Cody


    Logmaster LM-1 sawmill, 30 hp Kioti tractor w/ FEL, Stihl 290 chainsaw, 300 bf cap. Solar Kiln

  3. #3
    Join Date
    Dec 2005
    Location
    Pennsylvania
    Posts
    896
    Bill, I experienced the same frustration when searching for "jet". You may have better luck here:

    http://www.sawmillcreek.org/google.php

    Plug in +drill +bit +cabinet and you'll get a ton of relevant results.
    Last edited by Rob Bodenschatz; 09-15-2006 at 10:44 AM.

  4. #4
    Last edited by Glenn Clabo; 09-15-2006 at 11:16 AM.
    Glenn Clabo
    Michigan

  5. #5
    Join Date
    Mar 2004
    Location
    Toronto, Ontario, Canada
    Posts
    3,789
    Quote Originally Posted by Rob Bodenschatz
    Bill, I experienced the same frustration when searching for "jet". You may have better luck here:

    http://www.sawmillcreek.org/google.php

    Plug in +drill +bit +cabinet and you'll get a ton of relevant results.
    Rob, I never thought of using Google to overcome the shortcomings of our search facilities here at Saw Mill Creek. Thanks very much for the tip.

    This is a tip that should be posted somewhere prominently here so that others can take advantage of it.

  6. #6
    Join Date
    Feb 2006
    Location
    Bedford County, Virginia
    Posts
    2,325
    Quote Originally Posted by Frank Pellow
    Rob, I never thought of using Google to overcome the shortcomings of our search facilities here at Saw Mill Creek. Thanks very much for the tip.

    This is a tip that should be posted somewhere prominently here so that others can take advantage of it.
    Interestingly, while that is a great way of doing searches, in this particular instance it appears that the last time this issue was addressed, there were no effective solutions posed. It looks to me like Glenn has found probably the best ideas. Me....I have a wall cabinet in close proximity to the DP that houses all my bits, but I ain't about to pretend that the thing is neatly organized!

  7. #7
    Join Date
    Mar 2006
    Location
    SoCal
    Posts
    22,514
    Blog Entries
    1
    I have a benchtop DP and the stand for it I built for it has a wide, short, deep slot just under the table top. I am re-using one of those "cheapo drill set / plastic holder with doors type-thingies" like your well meaning relatives buy you for Christmas. Aside from the forstners and hole saws it works pretty good ;-)
    "A hen is only an egg's way of making another egg".


    – Samuel Butler

  8. #8
    Join Date
    Feb 2003
    Location
    Kutztown PA
    Posts
    1,255
    Thanks for the replies everyone, and for the links, suggestions, etc. I have some things to think about now. Of course, I may need to build the wall to hold the cabinet first...

    Bill

  9. #9
    Join Date
    Feb 2003
    Location
    Southern MD
    Posts
    1,932
    I made a cabinet of drawers that goes around the base of my drill press and holds all my bits.



    No wall space req'd

    Jay
    Jay St. Peter

  10. #10
    Join Date
    Aug 2005
    Location
    Northern New Jersey
    Posts
    1,958
    Mine is similar to Jays' . But it's not really a drill bit organizer, but more like a storage cabinet to place the drill bit index boxes. It uses precious space under my drill press that is rarely needed. When it is in the way, the base cabinet just slides outs on nylon furniture glides.

    -Jeff




  11. #11
    bill, i recycled a stack of drawers from an old cheap metal desk for mine...02 tod

    MVC-848S.JPG
    TO WHOM IT MAY CONCERN; I ACCEPT FULL LEGAL RESPONSIBILITY FOR MY POSTS ON THIS FORUM, ALL POSTS ARE MADE IN GOOD FAITH CONTAINING FACTUAL INFORMATION AS I KNOW IT.

  12. Quote Originally Posted by Rob Bodenschatz
    Bill, I experienced the same frustration when searching for "jet". You may have better luck here:

    http://www.sawmillcreek.org/google.php

    Plug in +drill +bit +cabinet and you'll get a ton of relevant results.
    I've found the "Boardtracker" results to be better than Google's. There's an old thread from 2005 that shows up that has a few more comments than this one: http://www.sawmillcreek.org/showthre...d=5960&t=15460

    To use Boardtracker, you have to go to http://www.boardtracker.com/search/ and input your search term, and then put "sawmillcreek.org" in the "Domain" box. You'll get results from SMC that are much more detailed than what Google provides. Users can add a search box function to their browsers, or SMC could add a search box that links to Boardtracker.

    If the mods want, they can create a Boardtracker search box by using this code that, when used, will open Boardtracker in a new window. I'm using this on my boat building forums and its working much better than the built in search function or Google (the "dog_powered_search.png" image is available from Boardtracker):

    Code:
    <form method="get" action="http://www.boardtracker.com/search/" target="_blank">
      <table border="0" bgcolor="#ffffff">
         <tr>
               <td nowrap="nowrap" valign="middle" align="right" height="32">
               <a href="http://www.boardtracker.com/" target="_blank">
               <img src="../images/dog_powered_search.png" 
               border="0" alt="Search Provided by BoardTracker"   
               align="middle"></img></a>&nbsp;
               </td>
               
               <td nowrap="nowrap" valign="middle" align="right" height="32">
               <input type="text" name="search" id="SearchPhrase" size="28"
               maxlength="60" />
               &nbsp;<input type="submit" value="Search" />
               </td>
          </tr>
          <!--  Radio buttons for web or SMC only - Uncomment for use 
          <tr>
               <td class="mainmenu" align="right" valign="top">
               Search All Boards:<input type="radio" name="sitelimit=" id="all"
               value=" " />
               </td>    
               <td class="mainmenu" align="right" valign="top">
               Search SMC<input type="radio" name="sitelimit" id="messing-about"
               value="messing-about.com" />
               &nbsp;&nbsp;<input type="submit" value="Search" />
               </td>
          </tr>
           --> 
      </table>
      <!-- Hidden input - remove if radio buttons above are used instead -->
      <input type="hidden" name="sitelimit" id="sawmillcreek"
      value="sawmillcreek.org"></input>
    </form>

  13. #13
    Bill you might take a look at this.

    http://www.rd.com/americanwoodworker...02/drillpress/

    I have had this bookmarked for some time and is somewhere near project #56 on my short list of shop projects.

    Craig

  14. #14
    Join Date
    Mar 2003
    Location
    Peshtigo, WI (~50 miles N of Green Bay)
    Posts
    1,403

    Bits!

    Bill,
    I posted a thread named, "I'm a BIT embarrassed---". That was back on 5/25/04. There are a couple of extra pics in that post. This guy had multiple bits of the same size so I'm not sure that the cabinet would apply to you.

    Good luck!

    Dale T.
    Attached Images Attached Images
    I am so busy REMAKING my projects that I don't have time to make them the FIRST time!

Similar Threads

  1. Building an oak cabinet with sliding glass doors -WARNING: LOTS AND LOTS OF PICTURES
    By Frank Pellow in forum General Woodworking and Power Tools
    Replies: 24
    Last Post: 02-15-2008, 10:40 PM
  2. Drill Press Cabinet
    By Mike Hill in forum General Woodworking and Power Tools
    Replies: 4
    Last Post: 08-04-2006, 12:40 PM
  3. Latest Projects...router cabinet and drill press table
    By Jeff Skory in forum General Woodworking and Power Tools
    Replies: 32
    Last Post: 07-10-2004, 7:20 PM
  4. CD Cabinet FINALLY Finshed-Delivered! *PICS*
    By Dennis Peacock in forum General Woodworking and Power Tools
    Replies: 39
    Last Post: 12-03-2003, 10:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •