Skip to content

TheBlueManCoding/RouterTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouterTable

Note: The project builds with vsCode

This Project is a command unit for a router table:

  • control the router bit height(Z axis)
  • control the fence position (Y axis)

You can find the files for the housing and some pictures here: https://www.thingiverse.com/thing:4841289

You can choose which axes you want to use in the Config.h file. The software is tested with Y+Z and the Y only configuration.

A grbrl board(V1.1) has to be used for for the motor axis control and configuration. This way its easy to configurate the project for every hardware which is supported by grbl. Required configuration:

  • enable homing and limit switches
  • compile the code with only the used axis enabled --> the stock version will give you an homing error because we dont use all three axis.

You do not enter the fence position, you just enter what to do(for example a dado on a specific position) and the software calculates the cutting passes for you. Its also possible to calculate and cut finger joints.

ALWAYS BLOCK THE ROUTER FENCE AFTER MOVING IT, FOR YOUR OWN SAFETY! THE SOFTWARE MAY CONTAIN BUGS, THIS CAN BE DANGEROUS IF YOUR HANDLS ARE NEAR THE CUTTING ROUTER BIT IF THE FENCE BEGINS TO MOVE!!

Because there is no complete documentation at the moment, feel free to ask me if you are interested in the project.

Used libraries:

Finished router table Version 1

This version is only a moving fence and follows the example of the Ready2Rout router fence: https://www.rockler.com/ready2rout-the-first-ever-electronic-router-fence It was my inspiration when i started this project - because i couldn't buy it in germany. The price and mechanical effort for this version is low - but it needs much space behind the router table.

Images will come up soon after the rebuild of the electronics.

Finished router table Version 2

RouterTable V2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published