584,830 active members*
5,881 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2019
    Posts
    4

    Hobbymat MD65 CNC Conversion

    Hi All

    I have managed to acquire an old Hobbymat MD65 Lathe and was wondering if anyone has converted this to CNC, looking for any advice and help, new to CNC / Machine conversions.

    Cheers

    Nos

  2. #2
    Join Date
    Aug 2019
    Posts
    7
    Quote Originally Posted by Nosveratau View Post
    Hi All

    I have managed to acquire an old Hobbymat MD65 Lathe and was wondering if anyone has converted this to CNC, looking for any advice and help, new to CNC / Machine conversions.

    Cheers

    Nos
    Hi Nos, there ia a relative economic way to meet your requirement.
    A mach3 controller + 3 axes stepper motors and some corresponding brackets.

  3. #3
    Join Date
    Aug 2019
    Posts
    4
    Hi QPOWIER

    Thanks for the reply, I am looking into Stepper Motors and controllers, thinking more along the lines of a GBRL controller over Mach3 due to the cost, also replacing all the screws with ballscrews.


    One of the other ideas is to replace the current motor and gearing with a variable speed drive but not sure if its possible or worth it.

    Cheers

    Nos

  4. #4
    Join Date
    Aug 2019
    Posts
    7
    Quote Originally Posted by Nosveratau View Post
    Hi QPOWIER

    Thanks for the reply, I am looking into Stepper Motors and controllers, thinking more along the lines of a GBRL controller over Mach3 due to the cost, also replacing all the screws with ballscrews.


    One of the other ideas is to replace the current motor and gearing with a variable speed drive but not sure if its possible or worth it.

    Cheers

    Nos
    Hi Nos,
    Yeah, that would be much more economical. You could find the grbl controller and motors on ebay. Besides, I can help you with the other components if you need.

  5. #5
    Join Date
    Aug 2019
    Posts
    4

    Re: Hobbymat MD65 CNC Conversion

    Hi QPOWIER

    Having looked at my lathe my main screw for the Y travel is 20mm, so that is easy to change to a 20mm Ballscrew, not sure the size of Stepper, maybe a 265oz 1.89Nm, would that be powerful enough for a Lathe, however I am struggling on my X, the tool mount only has an 8mm screw, so not sure what to do here, I guess I can look at mounting it to the outside instead of down the middle of the tool mount, but not sure what size of steeper to use for this.


    As for the main chuck drive / motor could I change this to a Stepper or would it not have enough torque for this type of operation?

    Cheers

    Nos

  6. #6
    Join Date
    Aug 2019
    Posts
    7
    Quote Originally Posted by Nosveratau View Post
    Hi QPOWIER

    Having looked at my lathe my main screw for the Y travel is 20mm, so that is easy to change to a 20mm Ballscrew, not sure the size of Stepper, maybe a 265oz 1.89Nm, would that be powerful enough for a Lathe, however I am struggling on my X, the tool mount only has an 8mm screw, so not sure what to do here, I guess I can look at mounting it to the outside instead of down the middle of the tool mount, but not sure what size of steeper to use for this.


    As for the main chuck drive / motor could I change this to a Stepper or would it not have enough torque for this type of operation?

    Cheers

    Nos
    Hi Nos,
    How many axes do you want to replace with stepper motors except the chuck motor?What do you use this lathe for? Process metal or woodworking?Last thing, the main chuck motor should not be changed for a stepper motor, 'cause stepper motor is used for positioning, and with low speed(less than 1000rpm at the rated torque) when working.

  7. #7
    Join Date
    Aug 2009
    Posts
    230

    Re: Hobbymat MD65 CNC Conversion

    If you go with Grbl, I strongly suggest you spend the extra couple of dollars and go with the mega version (running on an Arduino Mega 2560 - and while the official, made-in-Italy version is a nice board and I do like supporting the official Arduino project where possible; if you are short on funds you can get cheap clones on eBay, Amazon, Aliexpress, BangGood, etc; at the moment BangGood had some for $6.99USD).

    The reason I suggest this is because the Uno version that runs on a ATMega328 has literally used up all the storage space on the board... there is no room whatsoever to add anything at all. However, the Arduino Mega 2560 has 8 times the flash storage space; leaving plenty of room for expansion (and more SRAM, too).

    Also, a RAMPS board makes a nice platform for setting up a CNC; with plenty of IO for all the sensors and provisions for 5 stepper drivers (however, they are step-stick form factor drivers; and are only good up to about 2 amps per motor - if you need more amps, you will need external drivers, such as GeckoDrives or perhaps something TB6560 based).

    The official version of Grbl for the Arduino Mega 2560 is here:
    https://github.com/gnea/grbl-Mega/

    Also, FWIW, I have my own version of Grbl-Mega; that adds support for 3D-printer derived user interface hardware (i.e, LCD & SD card support). Note that I do not recommend that you start with this, because it's still very much in development, but if you are curious to see what I'm up to with it, my version is here:
    https://github.com/bdurbrow/grbl-Mega/

    __________________________________________________ ________________

    Although steppers are not suitable for driving the spindle; some people do outfit their machines with servo motors for the main spindle drive. I was just looking at an ad for a 750w AC servo yesterday - for $599USD, if I remember correctly. There are several advantages of a servo motor: you can command a precise speed and as long the motor isn't overloaded, it will hold that speed exactly; while threading or tapping you can command precise synchronization between the spindle and the Z axis (so that you get exactly the thread you asked for; and so it doesn't cross-thread the part); and if you fit a brake to the spindle, the servo motor can move the spindle to a precise angle, clamp the brake; and you can use a drill head on the tool post to make a bolt hole pattern.

    However, as noted initially - they are, for this scale of machine; quite an expense; and it is possible to get some of the benefit of a servo from a regular motor by fitting a sensor to the spindle, and having the CNC controller follow the spindle's rotation with it's Z axis movements. Note that the official version of Grbl does not have this feature yet; however there are other people who are experimenting with adding it.

    One of my longer range plans is to make my own turning center; almost from scratch -- I would buy linear rails, motors, etc; but the frame of the machine would be completely DIY; and made out of steel and epoxy-granite. For this project, if it's not already in the official distribution of grbl by the time I get there; I will need to integrate someone's method of doing threading... probably based off of fschill's work. (https://github.com/fschill/grbl-Mega/tree/spindle_sync)

    __________________________________________________ ________________


    A quick google search seems to show that the lathe you have is somewhat similar to a 7x12 or 7x14 bench top lathe such as those produced by Sieg in China (although from the photos it looks like the MD65 is better made?). There are many CNC conversions of Sieg lathes that have been documented on the internet; and although the exact details will vary; the general approach would still be applicable.

    P.s. - lathes typically don't have a Y axis; Z is towards & away from the spindle; and X is in and out along the radius of part being turned. (Yeah I know - I thought it was a little odd the first time I saw it too)


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •