This is an update to simple woodworking tools that I first put on this forum last winter. A number of suggestions have come in, so I have added some features. Included in the attached zip file is a word .doc file for documentation.
The first simply inserts a board (as a component). The orientation can be specified and of course the length,width and thickness as well as the name of the component. This ruby is very handy if you are creating lots of cabinets with lots of pieces. The creation of the board is very fast and easy.
What is new is that the user can create their own defaults. The defaults will be stored with the sketchup drawing or can also be stored and reloaded from a file.
Default names can be created to populate a dropdown box. Another change is that the length, width and thickness fields can be simple mathematical expressions involving addition, subtraction, multiplication, division and any level of parenthesis. The values can be mixed length formats like inches and millimeters etc.
Also included is a resizeboard function. A dado board tool that creates dado on a component. Also a drill tool that drills a hole through a component at an existing point on the face of a component.
I do a little ruby programming in sketchup. The new experience for me was creating a simple input form as shown above. And (which turned out to be very simple) a mathematical expression evaluator which involves sketchup lengths.

