Jump to content
 

Milling Machine CNC conversions?


Recommended Posts

So, I gather that Santa might well have picked up on my hint about a Proxxon mini milling machine (much to my surprise!). 

 

It looks like it's relatively simple to fit these machines for CNC. At least simple to buy / make the brackets and couplers to fit the stepper motors to the existing axis screws of the machine.

 

But there seem to be many ways to drive them, and I'm a bit lost on what to start with. It looks like you always need both controller and a separate driver for the motors. But an old PC with a parallel port can act directly as the controller? So options are:

 

- PC with Parallel port and 32bit Windows, running Mach3 software, plus a driver board for the motors

- SmoothStepper or similar controller board with USB or Ethernet connection to any Windows PC, PLUS driver board for the motors

- Arduino based kit with controller shield and driver modules. Arduino needs GRBL code to be flashed to it (but how do you load the gcode for thing you want to cut?)

 

How do the options compare in practice?

 

Arduino seems by far the cheapest option. Parallel port seems initially appealingly simple, BUT finding a suitable PC (and space for it) would be pretty tricky these days.

 

I'm sure I've seen some forum members mention having tried CNC conversions of the MF70 and similar mills. It would be great to hear about your experiences!

 

Cheers

Justin

Link to post
Share on other sites

On 24/12/2019 at 15:47, justin1985 said:

- Arduino based kit with controller shield and driver modules. Arduino needs GRBL code to be flashed to it (but how do you load the gcode for thing you want to cut?)

 

How do the options compare in practice?

 

Arduino seems by far the cheapest option. Parallel port seems initially appealingly simple, BUT finding a suitable PC (and space for it) would be pretty tricky these days.

 

No experience, but just did some quick looking around.

 

The Arduino connects to a PC via USB, and the gcode gets sent across the USB connection in a virtualized serial connection (the same connection that is used to flash the GRBL code).

 

There are a bunch of GUI's available to handle it for you, see https://github.com/gnea/grbl/wiki/Using-Grbl

 

 

  • Thanks 1
Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...