From e8c8449a592f639a56d47a98c92fc21345c4c76c Mon Sep 17 00:00:00 2001 From: Pierre Prot Date: Tue, 29 Jan 2008 23:39:43 +0100 Subject: This script creates a 1/4 europ board with APBTeam standard : - dimensions - planes - holes To be run in the brd --- tools/eagle/create_robot_brd_1_4.scr | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tools/eagle/create_robot_brd_1_4.scr (limited to 'tools/eagle') diff --git a/tools/eagle/create_robot_brd_1_4.scr b/tools/eagle/create_robot_brd_1_4.scr new file mode 100644 index 00000000..dfb5a8ae --- /dev/null +++ b/tools/eagle/create_robot_brd_1_4.scr @@ -0,0 +1,18 @@ +# Euro Format Board +# +# Draws the dimension lines of an APBTeam's 1/4 euro format board (50mm x 80mm). + + +Grid mil 5 2 on; +Set Wire_Bend 0; +Layer Dimension; +Wire 0 (0 0) (3100 1900) (0 0); +Layer Top; +Wire 10 (0 0) (3100 1900) (0 0); +Layer Bottom; +Wire 10 (0 0) (3100 1900) (0 0); + +add 3,3 (175 175) +add 3,3 (2925 175) + +Window Fit; -- cgit v1.2.3