Close

bear down

A project log for MultiBot CNC v2

A low cost 3D printed CNC that can be built with minimal tools yet is capable of great things.

david-tuckerDavid Tucker 07/14/2021 at 04:520 Comments

So I'm thinking more about the idea of a rotary attachment.  One part to work out is what step resolution we need.  

If the maximum diameter object we could ever machine is 90 mm then doing a bit of math we can work out that the circumference of that object is 3.14 * 90 mm = 283 mm.  If we used a smaller object the circumference would be reduced as well.  For example a 30 mm diameter would give us only a 94 mm circumference.

Our existing linear axis has a full step resolution of 25 steps per mm, with 16x micro stepping that is increased to 400 steps per mm, but we probably don't retain anywhere close to that resolution between errors caused by backlash, flex, and inconsistencies in the micro stepping.

The stepper motors we are using are standard NEMA 17 motors with 1.8 degrees per step. Again with the math that is 360 deg per rotation / 1.8 deg per step= 200 steps per rotation.  With 16x micro stepping that is increased to 3200 steps per rotation.

If we don't use any gear reduction then at 90 mm diameter we would have a resolution of 200 steps / 283 mm = 0.71 steps per mm, with micro stepping that is increased to 3200 steps / 283 mm  = 11.3 steps per mm.  Compared to the x/y resolution this is 35x lower resolution!

To match the X/Y resolution we can use a 35:1 gear reduction, that will take something like a worm gear or planetary gear to achieve, and it may not be worth it if there is too much backlash in the system.  More than 0.05 degrees of motion would nullify any benefits, that would take some tight tolerances.

We could use a belt drive, that is a popular choice.  The largest off the shelf belt drive setup I could find was 60:20 teeth or a 3:1 reduction. That would increase our steps per mm from 0.71 to 2.1.  That is still 12x lower resolution than the X/Y axis but it is better than the default. Again we need the belt to have relatively low backlash and flex or the benefits are lost.

If we just focus on lasers then we need a minimum of 0.1 mm resolution to ensure that we can draw one laser line directly next to another (assuming a 0.1 mm kerf).  Doing a bit of math that requires a 14:1 reduction if we are trying to use full steps, If we rely on the 16x micro stepping then we don't need any gear reduction at all, but that assumes 16x micro stepping is really 16x, chances are that is a bit of a stretch.

There are many different types of gear reductions we can use.  

Anyway this is just exploratory work, there is still quite a bit left to go.

Discussions