Sum of Squares

There is a lovely formula for the sum $latex S_n$ of the first $latex n$ square integers.  Namely

$latex S_n = 1^2 + 2^2 + 3^2 + \ldots + n^2 = \frac{n(n+1)(2n + 1)}{6}.$

Sum of Squares

The sum of the first 6 cubes represented as a solid.

 

Imagine the sum $latex S_n $ as the volume of the pyramid of 1 x 1 x 1 cubes with one cube on the top layer, 4 on the next, 9 on the next and so on up to $latex n^2$ cubes on the bottom layer as seen in the figure above. From the above expression, we see that the sum is one sixth the volume of a box with dimensions  $latex n$, $latex n + 1$, and $latex 2n + 1$. So it is at least conceivable that six of these pyramids could be packed into a rectangular volume of that size.  And as the pictures indicate below, there is such an arrangement.

The First Cut… goes deeper in.

 

After a few tries Shyama and I got the router actually cutting a real part, of our own design!  Ok, granted it was a simple part, but its a start.  The part, a  ClockTHREE stand consists of two end pieces connected by a couple of dowels.  It was cut from 1/4 inch plywood.  I think it would be really nice out of 1″ hardwood and skip the dowels.  Have to see if Angus Hines has any suggestions.

Here is what we learned.  In MeshCam, you can define part supports that hold the part in place for the entire cut.  Because, as we discovered, the router does not work just as soon as it becomes free from the stock material!  It turns out this option is only available from STL generated files.  Our first runs  from bitmaps were doomed from the start.

We also were seeing some strange cuts until we realized that a “ballmill” bit had been selected rather than an “endmill”.  Fixing that also decreased the total cut time.

Here is the tool chain:

  • Python to generate OpenScad code
  • OpenScad generates STL
  • MeshCam generates GCode (ngc)
  • EMC2 executes GCode on Router

It works, but may not be the most efficient.

We have a long way to go, but we are making progress!

MORE pics

Probotix Fireball Comet Quickstart Guide

This post is geared to getting your Probotix Fireball Comet up and running as easily as possible.

Before you begin, take some time to make sure your Comet is complete and you are ready to go.  Consider this checklist the minimal requirements.

 

Included in the Fireball Comet complete kit

– Fireball Comet CNC router

– Computer

– Display

– Mouse

– Keyboard

– Joystick

– Probotix ProboStep stepper motor controller

– Network connectivity (strongly recommended). Contact probotix for the root password to your system. Change the password immediately!

You Supply

– 7 Electrical outlets (power strip)

– 36″x48″ sturdy table for Router

– Computer table or stand

Setup:

– Set up the compter, display, keyboard and mouse.parallel port – Plug joystick into computer. As configured EMC2 will not run without the joystick plugged in.

– Connect the ProboStep parallel connector to the central parallel port. There are three parallel ports on the computer. As configured, only this port will work.

– Position the comet so that the cables reach the ProboStep controller.

– Connect the X, Y, Z and A cables as labeled. Connect the final round plug (unlabeled) in to the last remaining space.

– Connect the e-stop cable. This looks like a small headphone jack.

– Connect spindle power cord into ProboStep

– Connect the four power plugs from the ProboStep into a power strip.

 

 

 

Continue reading

CNC router: Its alive!

 

We were amazed by the hardware, but really disappointed but the utter and complete lack of any documentation!  It took us three sessions to get it working.  Nothing was wrong that a quickstart guide could not have remedied.   Maybe we should offer to write a guide for them.

Anyway it is very exciting to get this up and running.