Originally posted by WM6
View Post
Announcement
Collapse
No announcement yet.
DIY CNC Machines
Collapse
X
-
-
Originally posted by WM6 View PostIf we have BW picture (jpg, tiff, giff...) of PCB from say one old electronic magazine, what is the best way to convert it in GERBER file for routing PCB?
Make a bpm scan, put it as background in Sprint Layout, 'overdraw' tracks and pads etc. export as Gerber file...
Yes .... not high tech .. is easy to do..and not much work.
Best regards
Ap
Comment
-
Originally posted by Altra View PostNot sure. The file types mentioned above are "raster scan". Gerbers, Dfx, and most cad files are "Vector" files. The goal is to get your file converted to G-code, which is what actually tells the machine what to do. It would be nice to mill boards from published artwork. You would have to manually drill the holes, since no drill file exist.
http://www.imagetogcode.com/
Comment
-
This something that might interest some of you.
It is a diy usb controller for cnc machines. The catch is you have to buy his software for 69 euro.
Most of the cam programs rely on the parallel printer port to send the step and direction logic signals to the motor controllers. It also receives logic signals from the machine such as limit switches and emergency stop. The Windows operating system is disruptive to smooth machine operation. Apparently its always multi-tasking and can mess up a smooth train of timming pulses.
The program I use, Kcam is very eratic hooked directly to the printer port. The very popular Mach3 runs smooth. The developers of Mach have figured out how to basically disable the polling timers in Windows. But parallel printer ports are or almost obsolete. RS232 are becoming scarce. So the best way to go is a usb interface it has two advantages,first most laptops and pc have usb ports, second the interface buffers the movement commands from the pc and outputs a smooth signal. For kcam I bought an rs232 interface called Maxstepper from Kellyware. It improved the machine greatly.
Now I want to build this usb controller. The software looks really good for the money and will do gerber isolation, dfx, raster, text and nc drill files. Down load the manual from the link below for more details. Also the developer is still active and will answer questions on his forum.
http://www.planet-cnc.com/index.php?page=diy
Comment
-
Notebook in most cases do not have parallel printer port any-more. USB only ev. RS232.
Did you try simple solution as (this one on eBay) USB TO PARALLEL PRINTER ADAPTER CABLE ?
Comment
-
WM6,
Its more complex than a level shifter. The usb interface stores g-code commands from the pc and outputs them in a smooth train. It also monitors the limit switches and e stop. There is also an input for manual movement using a control pendant, like a joy stick. The circuit board also serves as a breakout for all the I/O. Even with a parallel cable you still need a breakout board.
Comment
-
Originally posted by WM6 View PostNotebook in most cases do not have parallel printer port any-more. USB only ev. RS232.
Did you try simple solution as (this one on eBay) USB TO PARALLEL PRINTER ADAPTER CABLE ?
Comment
-
Received latest issue of model engineers workshop today. front cover shows a cnc m/c made using woodworking skills and simple tools. Enjoy
www.model-engineer.co.uk
Comment
Comment