Announcement

Collapse
No announcement yet.

DIY CNC Machines

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Originally posted by WM6 View Post
    If 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?
    Not 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.

    Comment


    • #32
      Originally posted by WM6 View Post
      If 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


      • #33
        Nice idea, thanks Ap.

        Comment


        • #34
          Originally posted by Altra View Post
          This is amazing! Yet alarming!
          http://www.youtube.com/watch?v=quN37YskoaM

          P.S. Turn the sound off its like being at the dentist.
          Yes - I've already seen that one. It's really impressive!!

          Comment


          • #35
            Originally posted by Altra View Post
            Not 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.
            Try this ->
            http://www.imagetogcode.com/

            Comment


            • #36
              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


              • #37
                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


                • #38
                  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


                  • #39
                    Originally posted by WM6 View Post
                    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 ?
                    Those are inadvisable. They tend to operate well under the specs of a real port and don't work for most things. You can use a microcontroller such as an arduino mega or you can use one of the bazillion controllers designed for reprap and makerbot which are very cheep and also very good.

                    Comment


                    • #40
                      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

                      Working...
                      X