CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Electronics > PCB milling


PCB milling Discuss PCB milling here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-10-2009, 09:34 PM
 
Join Date: Jan 2006
Location: USA
Posts: 1,495
keebler303 is on a distinguished road
Need Help -> Eagle and PCB-Gcode

Background:

I have been drawing my layouts in cad and generating isolation toolpaths with cam. I have decided to switch over to eagle/pcb-gcode to make it easier to make layouts. Working on my first try now, I'm a newb to both.

Problem:

I am trying to make a single sided board for through hole components. I have a few components layed out and traces between them on the bottom layer. I ran PCB-Gcode to get my toolpaths. The problem is the isolation for the traces is on the bottom as it should be. However, the isolation for the pads of the components are on the top layer. The result is that the traces are not isolated on the bottom layer, which is the only one I am milling.

I can elaborate if this is not clear.

Thanks
Matt
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 01-11-2009, 10:57 AM
 
Join Date: Dec 2004
Location: Memphis, TN
Posts: 1,074
Jay C is on a distinguished road

No it's not clear. Thru-hole pads are on both layers. What do you have your isolation set for on your bottom pour (assuming you are using one since you said isolation)? Can you post your .brd file and gcode file?
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 01-11-2009, 03:28 PM
 
Join Date: Jan 2006
Location: USA
Posts: 1,495
keebler303 is on a distinguished road

There is no bottom pour on the board. It is called isolation milling, no? I have partially solved the problem, I had a couple traces too close to the pads and I messed with a few of the pcb-gcode setup values to get a single pass toolpath. I manually moved the traces and then it worked properly. I guess my question now would be how to tell eagle to autoroute the traces in such a way that there is enough clearance between pads and traces to let the cutter pass between them (like a minimum clearance between any two objects).

Here is my board file, remove the .txt. The problem was the trace between pad 1 and 2 on "terminal". It was too close to pad 2 and the cutter wouldn't fit. O dragged it out a little and now everything is good to go.

Thanks
Matt
Attached Files
File Type: txt motor direction control.brd.txt‎ (12.6 KB, 214 views)
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 01-11-2009, 06:32 PM
 
Join Date: Dec 2004
Location: Memphis, TN
Posts: 1,074
Jay C is on a distinguished road

Here is what I get when I run you design through PCB-Gcode, then through my optimizer to shorten Z-moves.

So, now for some more questions:
  • What version of Eagle?
  • What version of PCB Gcode?
  • What kind of tool? What tool bit width?
  • Using Mach?

And some suggestions:
  • 16mil is tiny. Try to use bigger traces if possible. Rotate parts, whatever it takes if you are planning on milling these.
  • Power wires need to be bigger still to handle the current
  • The mill line doesn't have to be that thick. In fact, I haven't had too much success using the milling layer and PCB-Gcode.
  • Try to get you wires to join on thru-holes ... it makes the copper less likely to tear by eliminating sharp angles.
  • Do you best to have all Grounds come to one point (star)

FWIW,
Jay
Attached Files
File Type: zip motor direction control.zip‎ (14.4 KB, 180 views)
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 01-11-2009, 08:06 PM
 
Join Date: Jan 2006
Location: USA
Posts: 1,495
keebler303 is on a distinguished road

Jay

The G-code you posted is similar to mine. I have reduced mine to 1 pass around, not two. I don't think it is necessary for most circuits and doubles the milling time.

Answers:
  • Latest version of eagle, downloaded and installed last night.
  • Same with PCB-Gcode.
  • I have an 1/8 inch Carbide Half Round I have been using. The tip is pretty sharp, probably around .01".
  • Yes Mach, newest lockdown version.

Responses:
  • 16 mil is the default. I am not planning to mill these boards as is. I just copied a circuit I have recently used to learn the software.
  • Agreed.
  • John, the author of PCB-Gcode, recommends using a mill line the same thickness as your cutter (1/8 EM for me). PCB-Gcode doesn't yet support offsets for different size milling cutters so if you make that line the same width as your cutter, you can visualize where it is going to cut and avoid trimming off any parts not meant to be trimmed. I have looked at this in the gcode and it appears the toolpath follows the centerline of the mill line.
  • Agreed, I always did that when doing this manually, as well as making all corners 45 degrees at most but the autorouter doesn't do it for some reason? Maybe I don't have it setup correctly?
  • Not really important for this particular circuit but definitely for best practices.

Do you know how to optimize the autorouter? I would like it to do some of the things mentioned above automatically, if possible.

Thanks for your time
Matt
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-11-2009, 08:18 PM
 
Join Date: Dec 2004
Location: Memphis, TN
Posts: 1,074
Jay C is on a distinguished road

Originally Posted by keebler303 View Post
Jay

The G-code you posted is similar to mine. I have reduced mine to 1 pass around, not two. I don't think it is necessary for most circuits and doubles the milling time.

Answers:
  • Latest version of eagle, downloaded and installed last night.
  • Same with PCB-Gcode.
  • I have an 1/8 inch Carbide Half Round I have been using. The tip is pretty sharp, probably around .01".
  • Yes Mach, newest lockdown version.
My tool tip is 5mill that's why 2 passes on my settings. At 10 mil 1 pass is fine.
Responses:
  • 16 mil is the default. I am not planning to mill these boards as is. I just copied a circuit I have recently used to learn the software.
  • Agreed.
  • John, the author of PCB-Gcode, recommends using a mill line the same thickness as your cutter (1/8 EM for me). PCB-Gcode doesn't yet support offsets for different size milling cutters so if you make that line the same width as your cutter, you can visualize where it is going to cut and avoid trimming off any parts not meant to be trimmed. I have looked at this in the gcode and it appears the toolpath follows the centerline of the mill line.
  • Agreed, I always did that when doing this manually, as well as making all corners 45 degrees at most but the autorouter doesn't do it for some reason? Maybe I don't have it setup correctly?
  • Not really important for this particular circuit but definitely for best practices.
Ah, well I supposed I missed that point about the mill size I've been opening the Gcode in Cam Bam and running a 1/8" cutter around the outside

Do you know how to optimize the autorouter? I would like it to do some of the things mentioned above automatically, if possible.

Thanks for your time
Matt
I don't use the auto-router much, but your Routing Grid (when you click the Autorouter button) should be set to 50mil. What is your Bottom layer set to "-"? I like to lay my own tracks. I've found through testing that my machine runs faster/better with straight lines versus 45 degree ones. I also have an easier time soldering if the wire is close to the pad size

Jay
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 01-11-2009, 10:12 PM
 
Join Date: Jan 2006
Location: USA
Posts: 1,495
keebler303 is on a distinguished road

Originally Posted by Jay C View Post
I don't use the auto-router much, but your Routing Grid (when you click the Autorouter button) should be set to 50mil.
It is.
What is your Bottom layer set to "-"?
No, "|".

I like to lay my own tracks.
If doing a board only, I agree. But if you already have the schematic, its just too tempting to click that little button and see what happens. I still think its easier to go back and edit the autoroutes than from scratch, unless its dead simple.

I also have an easier time soldering if the wire is close to the pad size
By wire you mean trace? I don't really feel like it matters too much to me.

Jay

Matt
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 01-16-2009, 12:04 PM
 
Join Date: Nov 2005
Location: USA
Posts: 30
jp_dt is on a distinguished road

I'll second the motion to just do single pass on the isolation routing. I set that by making the isolation smaller than the step size in the setup. I've been doing it that way for a while now on layouts that use 0603 smt parts and it works really well. I found that two passes left more copper whiskers to clean up where as single pass left almost none. I'm using the thinktink bits so I'd presume that could change with differing bits.

I might also suggest that you just do the traces on the component side. It'll save you the time and the work of making a fixture that will accurately let you flip and cut the bottom side. And you can use cheaper single sided boards.

As for spacing, if you run the DRC tool, and set the minimum spacing to the level you want, it'll tell you if things are too close.
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 01-16-2009, 01:18 PM
 
Join Date: Jan 2006
Location: USA
Posts: 1,495
keebler303 is on a distinguished road

You can't do traces on the component side for a through hole board, no way to solder the pins, at least on some components. There is no fixture needed as I start with the bottom up and drill from the bottom as well. I am using single sided boards already, the copper is on the bottom. I'll check out the DRC tool thing, haven't looked into it at all. If I have to use a surface mount part, I put the component on the bottom so I can still use a single sided board.

Matt
Tweet this Post!Share on Facebook
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fun Eagle drawbar WoodWorking 3 01-23-2011 02:05 AM
Converting Eagle to DXF djh82uk PCB milling 3 04-12-2008 07:39 PM
Help with Eagle PCB software Ayjay General Topics 5 07-20-2006 02:19 PM
Eagle CAD jhwatts General CAM Discussion 3 01-26-2006 05:41 PM
I have a problem with my gcode or my conversion to gcode , everything is tiny? NickLatech G-Code Programing 0 03-10-2005 01:46 PM




All times are GMT -5. The time now is 11:13 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353