Router Forums banner

Hello Everyone!

3K views 17 replies 14 participants last post by  SplinteredDave 
#1 ·
I am completely new to this type of wood work and I think I have already made my first BIG mistake. I have purchased A cnc 3040T three axis machine that I can not get to work no matter what I do. There were no instructions other than the Disk I received with it. There is no serial # the activation code is somewhat miss leading. I did not do my homework before buying and ordered from e--- for the price. I would like to use Inkscape Makercam and Mach3 demo any suggestions as how I can make this work. I am 75 and computer Stupid. Thank's BGoodwin :smile:
 
#2 ·
Welcome. There are a lot of people using CNC here. You might wish to use search to see what's already posted. I suspect you'll also gain from going through the CNC Forum. Your experience buying used is why I never buy used stuff. You might also lookup Gafboat's pictues of his work, which is exceptional. I suspect someone who knows what you need will show up. Not every member visits every day, so keep checking for the next several days.
 
#3 ·
Welcome to the forum, BGoodwin. I'd love to help but I am not familiar with the CNC you bought. If you could tell us more about what step you can't get it working at that would help. For example:

1. getting the CNC and controller cabled together.
2. Connecting the controller to your PC.
3. Mach3 installed and running to control the CNC?
3a. How to set up Mach3 to run your CNC?
4. Inkscape installed, then
5. How to use Inkscape to create drawings to cut
6. How to create and save toolpaths from the drawings you make to feed to the CNC using mach3?

All of the above are basic steps you would have to go through no matter which CNC you bought. The 3040 CNC may be fine to use if you can get through these steps.

What came on the CD you got with the CNC?

4D
 
#9 ·
Hello BGoodwin,

Let me say, I did look at the machine you have purchased. I did quite a a bit of study on this machine. The price is very good, but the reviews, I looked at were not real positive. What software are you using? IF we know that, I am sure there is help here for you. I found the learning curve to not be as easy as what I thought it would be. I also am in the aged bracket of 75. So the computer area is not so easy for us to master. I use V Carve with my CNC and find it to be easier to use than some. There is a free software called "Easel". This is not the greatest program, but you can get started an upgrade later as you get more acquainted with your machine.
 
#12 · (Edited)
You are going to have to learn a few things if you want to be able to use a CNC. If you are unwilling to learn, the machine will never be more than a paperweight. No matter how old you are, if you are willing to learn, you should be able to get there. Admitting that you are not sure of what you are doing was the first step on your road to success.

I can’t teach you everything you need to know, but I’ll provide an outline. You may already know some or all of what I’m going to explain, but I’m going to give the basics for other readers who may also be interested in what it takes, or just starting out themselves.

First you have to understand the CNC workflow. You need to draw something you want cut or carved, on your computer. Inkscape is simply a drawing program, one that is free, and vector based, and used by many for those reasons. It can export, or save, files in “DXF” format, which was developed many years ago and is/was used by autocad, and is simply a file format used by a very wide variety of other software programs, and one way to exchange drawing information between them.

Next in the workflow is to convert the drawing into something your CNC control program can understand. This is probably what makercam does, reading the saved “DXF” file, and converting it into a g-code file. This step is not automatic - you need to determine HOW to make the conversion. For example, if you draw a simple box, do you want the router bit to cut inside that line, along that line, or outside that line? How deep? How fast? With what bit diameter? Being able to make these decisions may be the hardest skill to learn. This information is then saved as a g-code file.

Once you have your g-code file (it is a simple text file with very low level step by instructions on how to make your design), it is then time for the CNC controller to take over. The CNC controller can take many forms. In some machines, like the small piranha and shark machines, and even the newer powermatic CNC, it is a small, preconfigured box with very limited user interface. In probably the majority of hobbyist machines, it is a pc running some type of CNC controller software. Mach3 is one such program, there are quite a few others such as UCCCNC, LinuxCNC, and WinCNC. The CNC controller, whatever its form, interprets the g-code file, and provides the commands to the motors that move the CNC. A simple g-code instruction “g0 x3 y4” might result in commands to 3 different motors, essentially saying “motor 0 turn clockwise 1 step, motor 1 turn counterclockwise 1 step, motor 2 turn clockwise 1 step” repeated thousands of times a second, with the commands coordinated so the machine accelerates to a certain speed and moves in a straight line to position x=3, y=4 in whatever units (inches or mm) you are working in.

This controller program also provide other functionality, such as being able to manually command the CNC to move around (“jog”). For example, before running a g-code file, you may need to manually move the bit to a corner of your workpiece, and set that point as the “zero” point for your cut.

It is my understanding that a lot of the cheap Chinese 3040 and similar routers come either with an older pirated version of Mach3 or just the demo version. A current, valid demo version is freely downloadable from Newfangled Solutions (the developers) at their website: Newfangled Solutions » CNC Software Home of Mach3. A license for this software costs $175 and if you received a license code with your router it may not not be legitimate. Mach3 will run in demo mode, but there is either a limitation on how long it will run (5 minutes at a time) or how many lines of g-code it will run. Buying a license code removes the time or g-code limits and converts the demo to a fully operational version.

One way of configuring Mach3 (by the way, Mach 3 is no longer under active development, its replacement Mach4 is available, both are useable) is by installing an XML file that contains all the configuration info required to set up Mach3 for your router. Look carefully for a file ending in .xml on the disk you received. Tutorials and instructions on how to install Mach3 and how to install the XML file are available at the site listed above. I would download Mach 3 from there and not use the one that came with your CNC, but would use the XML file if one was provided.

If the seller did not provide an XML file for Mach3, you are in for a lot more work, since you will need to manually configure it. Again, information on how to do this is provided at the Newfangled web site, but you will need to know a lot about your machine, and the CNC hardware. I would contact the seller (open an eBay resolution if necessary) for documentation about the machine. Worst case is you may need to google info about the specific controller card and stepper motors to configure. As stated above, the controller needs to convert the g-code commands into specific commands to the hardware. To do this you need to configure very low level information such as which pins on the computer are are connected to which pins on the motor controller, and how many steps there are per inch, how fast (inches per second) the motors can move, how fast they can accelerate, what pins are connected to limit switches, are the switches normally open or normally closed, etc. Mach3 stores all this information in a single XML file that it loads every time you launch the program. Generally when you buy a commercial or kit CNC, the manufacturer provides this as a preconfigured file in XML format.

There are members on this forum that can help you, but you will need to ask specific questions, telling about what you know and where you are stuck. Tell us what you have tried and where you are. Can you get the machine to power up? Have you connected the machine to your computer? How (parallel port or usb). Is Mach3 loaded? Have you loaded an XML configuration file?

I doubt you are “stupid”. Maybe uneducated, but if you are willing to put in the work to learn, I am sure the education will come.
 
#14 ·
Please forgive me for not answering.

I have had A minor stroke and I am just getting back to being able to do some things. I thank everyone for your help and hope to get my machine running soon. My Grandson took my machine apart and boxed it back up I don't think he knows the Power of my Father. He really was trying to be helpful. Anyway I am in the prosses of putting it back together. Iwill try to answer your replys one on one soon.Thanks All BGoodwin :smile::smile:
 
#17 · (Edited)
1. Could you give us the eBay link so we can see the listing and try to help you? I did a search on eBay for "CNC 3040T" and this is what I got. Is this the machine you purchased?

2. If you listed the city you are in, maybe we have an experienced CNC'er near by who could drop by and help you.

3. If all else fails you could return the machine to the seller. If you used PayPal to pay for it, you can easily get your money back. Just say it doesn't work and the seller will be forced to accept your return.

.
 

Attachments

This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top