Yahoo Groups archive

Homebrew PCBs

Index last updated: 2026-04-28 23:05 UTC

Message

Re: [Homebrew_PCBs] Re: board for testing

2008-03-25 by mlerman@ix.netcom.com

Thanks!

-----Original Message-----
>From: javaguy11111 <javaguy11111@...>
>Sent: Mar 24, 2008 8:32 PM
>To: Homebrew_PCBs@yahoogroups.com
>Subject: [Homebrew_PCBs] Re: board for testing
>
>This perl script will generate  what you need for eagle. I used it
>generate a pattern for my photoresist testing.
>
>
>$width=.001;
>$offset=.01;
>$step=2*$width;
>$length=1;
>$x=0;
>for($i=0;$i<10;$i++){
>	for($j=0;$j<5;$j++){
>		print qq(wire $width ( $x 0) ($x $length)\;\n);
>		$x+=$step;
>	}
>	$x+=$offset;
>	$width=$width+.001;
>	$step=2*$width;
>	
>}
>
>--- In Homebrew_PCBs@yahoogroups.com, Mark Lerman <mlerman@...> wrote:
>>
>> 
>> You wouldn't have that in a form Eagle can read, would you?
>> 
>> Mark
>
>
>
>------------------------------------
>
>Be sure to visit the group home and check for new Links, Files, and Photos:
>http://groups.yahoo.com/group/Homebrew_PCBsYahoo! Groups Links
>
>
>

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.