Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: pwdixon on August 11, 2010, 04:26:44 AM

Title: Eagle 3d tutorial
Post by: pwdixon on August 11, 2010, 04:26:44 AM
Loved the tutorial at

http://www.societyofrobots.com/electronics_Eagle3D_tutorial.shtml (http://www.societyofrobots.com/electronics_Eagle3D_tutorial.shtml)

but I think there's a small error in the text



One hint of useful advice. You may notice that your components placed on the PCB are rotated or translated wrong. Easily solved. For our earlier example, in the connector.inc file locate the macro and right before the #end add these lines:

//add numbers in millimeters to translate the part
 translate <0,0,0>
//add angles to rotate the part
 rotate <0,0,0>


I think the file needed to be changed should be the 'user.inc' file.