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 03-14-2009, 04:50 PM
 
Join Date: Apr 2007
Location: usa
Posts: 19
hinksj is on a distinguished road
Interested in testing pcb milling software?

I've written a program to be used instead of pcb-gcode.

I've tested it on Mach3 (Inactive mode) but I have not run the resulting gcode on a real machine yet.

I just received my WidgitMaster (Great Machine!!) but I'm about 4 weeks from getting everything completed so I can test it fully myself.

I'm looking for someone that is interest in the added capabilities (over pcb-gcode) to test it and provide feed back.

It run in two stages. Stage one as a ULP on Eagle to acquire raw data.

Stage two is a Windows program that processes the data and produces the gcode.

There are two big differences in this program and pcb-gcode.

#1 - you can use up to three different mill bits to do the routing. Use a Big bit to do most of the work and the smaller ones for cleaning up the tight places.

I download a test board from the Internet and operated on it with two bits. Bit one was .015 with an isolation width of .03 and the second pass using a .005 bit giving a isolation layer of .02. Most of the work with the .005 bit will be air since the .015 did most of the work. The bottom side results are depicted below. Up to three different tools can be specified.

#2 - Optimize the routing path to minimize the number of tool moves. The first example below is the tool path obtained using pcb-gcode. The other one is optimized.

I got the cart in front of the horse on this one .... getting my software developed prior to having a machine to test it on.

If you are interested in testing and providing me feed back - please let me know.

The actual board is 4.0 x 2.0 inches. The pics below are shots from the program and are enlarged for viewing.



Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 03-14-2009, 06:18 PM
acondit's Avatar  
Join Date: Apr 2005
Location: USA
Posts: 1,774
acondit is on a distinguished road

The disadvantage of your program is that it won't run on a Mac or Linux, while pcb_gcode will run on both of them plus windows. There is also an optimizer for pcb_gcode.

Alan
__________________
http://www.alansmachineworks.com
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 03-15-2009, 10:50 AM
cwiliam's Avatar  
Join Date: Jun 2004
Location: United States
Posts: 30
cwiliam is on a distinguished road

I would like to test it hinksj
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 03-15-2009, 01:54 PM
 
Join Date: Apr 2007
Location: usa
Posts: 19
hinksj is on a distinguished road

I decided to start doing my own PCB work without having to make the boards commercially.

I did a lot of reviewing on this site and others about pcb-gcode.

I found people asking about using multiple size bits to preserve the smaller endmill bits and let heaver bits do all the work.

I also looked at the optimization additions to pcb-gcode and thought I could do better.

Since I create software for a living, I decide to create a tool that fit my wants and needs.

I am making it available to any of you that wish to use it.

I feel it provide more flexibility and control over the pcb-gcode options available (there is only so much Eagle lets you do in a ULP program).

I have received a lot from this site and others. --- This is my attempt to give something back.

I wrote a brief tutorial --- you can view it at:

http://joehinkle.com/Eagle2Gcode/Eagle2GCode.htm

If you would like the package ---- This link will download it for you:

http://joehinkle.com/Eagle2Gcode/Eagle2GcodePackage.exe
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 03-15-2009, 06:37 PM
vladdy's Avatar  
Join Date: Feb 2004
Location: Perogie Flats, Canada
Posts: 350
vladdy is on a distinguished road

does your software have some sort of 'intelligence, where ,say if you started with the largest bit size, that it would know where material was already removed, and save time by not having to 'remill' already removed excess material..
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 03-15-2009, 07:18 PM
 
Join Date: Apr 2007
Location: usa
Posts: 19
hinksj is on a distinguished road

It starts with what YOU specify as tool 1.

I would make this the largest bit.

Once tool 1 has completed its assign task, Tool 2 is loaded.

For me, this is a .005 endmill.

No, I do not look to see what has already been cut.

It does not take that much time to run the process using tool 2.

These tools have a limited life measured in feet of milling.

My .005 endmill cost $35.

I want to extend the life on it so ... yes it may pass over already cut areas of the PCB, but there are areas that were too small for the larger tool 1 to mill, so tool 2 will now mill them.

This strategy will greatly extend the number of PCBs that can be milled given the tools used.
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 03-15-2009, 07:44 PM
 
Join Date: May 2006
Location: Australia
Posts: 1,345
Greolt is on a distinguished road

Can't get past first base.

Last edited by Greolt; 03-15-2009 at 09:06 PM.
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 03-15-2009, 08:09 PM
 
Join Date: Apr 2007
Location: usa
Posts: 19
hinksj is on a distinguished road

In the past, Microsoft allowed developers to package their runtime libraries in with their EXE files.

Since Visual Studio 2005 came out - you have to distribute and install them separately.

I forgot to include Microsoft's redistribution package.

Please download the package again - it is now included.

Run vcredist_x86.exe before attempting to execute Eagle2Gcode.exe.
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 03-15-2009, 08:55 PM
 
Join Date: May 2006
Location: Australia
Posts: 1,345
Greolt is on a distinguished road

ULP location is not working.


The concept of using something like a 0.005" endmill for PCB isolation is quite foreign to me. $35

I, like everyone else I know, use a purpose made vee bit to do isolation milling. They last for ages. Very economical.

http://drewtronics.net/spademill.html


Greg
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 03-15-2009, 09:41 PM
 
Join Date: Apr 2007
Location: usa
Posts: 19
hinksj is on a distinguished road

I've update the package to address the issue.

Thanks
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 03-15-2009, 10:17 PM
 
Join Date: May 2006
Location: Australia
Posts: 1,345
Greolt is on a distinguished road

Looks like it has a way to go yet.
Attached Thumbnails
Click image for larger version

Name:	Error1.jpg‎
Views:	70
Size:	21.4 KB
ID:	77756   Click image for larger version

Name:	Error2.jpg‎
Views:	70
Size:	12.3 KB
ID:	77757  
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 03-15-2009, 11:31 PM
 
Join Date: Apr 2007
Location: usa
Posts: 19
hinksj is on a distinguished road

No - that was my mistake.

I am working on have it create the gcode for milling SMD solder mask pads.

That was work in progress that still has issue.

I placed the wrong EXE in the package.

The package has been updated.
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
Free/Inexpensive Job Pricing Software - Would You Be Interested? thkoutsidthebox Polls 278 09-17-2010 05:54 PM
Newbie Testing/Trial Software Question clevster General CNC (Mill and Lathe) Control Software (NC) 3 11-09-2005 12:13 PM
software for testing drivers/controllers posix Open Source Controller Boards 0 06-09-2005 08:04 AM
Interested? in milling a logo in aluminum for $$$? midevilone Employment Opportunity 1 04-13-2005 01:49 AM
software for testing servos? replicapro General CAM Discussion 11 07-21-2004 04:39 PM




All times are GMT -5. The time now is 08:58 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