An open API service indexing awesome lists of open source software.

https://github.com/toddtreece/chamfer

The Union Bridge Drum Company Chamfer Calculator
https://github.com/toddtreece/chamfer

Last synced: 8 months ago
JSON representation

The Union Bridge Drum Company Chamfer Calculator

Awesome Lists containing this project

README

          

# The Union Bridge Drum Company Stave Chamfer Calculator

A utility for determining rabbet sizes for hand planing stave chamfers using techniques based on ideas found in M.S. Bickford's [Mouldings in Practice](http://www.lostartpress.com/Mouldings_in_Practice_p/bk-mip.htm).

## Installation

This utility uses [bower](http://bower.io) to install dependencies. After installing bower, install the dependencies using the included package file.
````bash
cd chamfer
bower install
````

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request