Week 16 Assignment

For the wild card week I choose to play with Roland Modela MDX50 milling machine as it is equipped with a rotary axis (4th axis). I wanted to explore this machine further so here is my journey.

The rotary axis:

Setting up the machine:

I needed to uninstall the stationary table and install the rotary axis. so I unscrewed the table the placed the rotary axis like the manual said the there are some dints in the bed to indicate where the rotary axis should be. *** WHEN INSTALLING THE ROTARY AXIS AND CONNECTING IT TO THE MACHINE MAKE SURE THE MACHINE IS UNPLUGGED AND TURNED OFF BEFORE CONNECTING. ***

Auto correct the Y and A axes:

According to the manual of the machine this auto correction needed to be done if you just want to run the machine for the first time, you remove the rotatry axis and want to install it again or you need to rest the Y and A zeroes. So I followed the manual steps for that.

After the auto correction I installed the workpiece and placed the endmills I will use the one I have available and I will be using is a 6mm ball nose endmill and a 3mm flat endmill.

After I placed the workpice I made set the X, Y, and Z zeros for the work piece as when I get to what I did in fuion this is related.

Now that everything is ready let's go to the next step.

Getting the gcode and toolpathes

I struggled throughout this step but I will put the final result I reached and I may add what I did wrong and what caused it after.

I used Autodesk Fusion 360 to get generate the NC files. I learned through the journey that the MDX50 doesn't support continuous rotary motion and support indexed rotation so I

Now I have the gcode file.

I can go to the machine and start machining.

Final result:

You can download my files from here:

Problems I faced:

The First one is that when I tried to mill the machine and the feed rate was so low and the spindle speed was low the machine stuck and gave an error that there us much current has been drawn.

To solve that I edited the spindle speed in the gcode file and override the feed to 130%.

Second problem I tried to dry run before cutting the material to see if there is something might go wrong. I the machine moved to the first point and the spindle kept spinning but it didn't move. That was because I made the Z0 too high.

That was easy to fix but it took my much time to realise that.

Third problem I didn't set the write origin in fusion and the machine so I got that instead of a sphere ^^.