please dont rip this site

Printed Circuit Board


Milling Machines

An automated machine tool that cuts away the copper and leaves traces. They can go from gerber files to 2 sided board(3"x5") in a couple of hours ready to solder.

http://freeandeasy.sourceforge.net/ A very inexpensive design for a computer controlled milling table. Not X-Y but has the same effect. A rotating base with an offset rotating table.

Main Arc Rotation= theta = 2*arcsin(sqrt(x^2+y^2)/2/R)
Table Rotation= phi =arctan2(y,x)+(theta+pi)/2
where R is the radius of the Main Arc

The second solution is found by changing the sign on theta, and the sign on the pi in the second formula. (In practice that sign may need changing anyway - it depends which direction is considered "positive" for the relevant rotations...)

When x==y==0 the second formula breaks down completely - you can spin the table to any angle you like, it just isn`t going to make anydifference.

As for how you generate a set of stepped angles for the machine, I think it works as follows...

As an algorithm you get:

  DrawBezier(Bezier B)
 (theta1,phi1)=Angles(B.start)
 (theta2,phi2)=Angles(B.end)
 If abs(theta1-theta2)>1 or abs(phi1-phi2)>1 then
  (BLeft,BRight)=SplitBezier(B)
  DrawBezier(BLeft)
  DrawBezier(BRight)
 else
  if abs(currenttheta-theta1)>1 or abs(currentphi-phi1)>1
   lift the drill
   endif
  move drill to (theta1,phi1)
  drop the drill if lifted
  move drill to (theta2,phi2)
  endif

It`s important that the point called B.start is part of BLeft (and consequently that B.end is part of BRight)

http://www.tinaja.com/flut01.html "Flutterwumpers are low cost machines that spit or chomp. Such as printed circuit drills, sign routers, animation stands, CAD/CAM mills, plotters, Santa Claus machines, etc. A new approach to designing these machines involves both the PIC microprocessor and the PostScript computer language. This library shelf holds tutorials, resources, and application notes you can use to build yourself a flutterwumper. Such as a $100 printed circuit drill or a $200 Santa Claus machine.

PCBFab@, PCBCAD@

See also:

Metals and Metal Working / Machineing +

Questions:


file: /techref/pcbmill.htm, 5KB, , updated: 2007/7/3 12:39, local time: 2010/3/19 04:22,
TOP NEW HELP FIND: 
38.107.191.111:LOG IN
©2010 PLEASE DON'T RIP! DO: LINK / DIGG! / MAKE!

 ©2010 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it!
<A HREF="http://www.piclist.com/tecHREF/pcbmill.htm"> Printed Circuit Board Milling Machines</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 
Check out Doug Woods' EXCELLENT
PIC Microcontroller Instruction Set Quick Reference and Core Comparison Matrix
 
miSim DE is an excellent, portable and powerful IDE for developing PIC applications.
The only consistant, simple to use yet powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc) in real time, has a syntax highlighting editor, macro assembler and disassembler. Regular updates and third-party plugins keep this software ahead of any other PIC IDE.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .