summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorPierre Prot2008-01-29 23:39:43 +0100
committerPierre Prot2008-01-29 23:39:43 +0100
commite8c8449a592f639a56d47a98c92fc21345c4c76c (patch)
tree67b9c1350b7575c80bf4e2844d066d5fe21c692a /tools
parentdf3fe712adf60f4267f0026f172041342a79536f (diff)
This script creates a 1/4 europ board with APBTeam standard :
- dimensions - planes - holes To be run in the brd
Diffstat (limited to 'tools')
-rw-r--r--tools/eagle/create_robot_brd_1_4.scr18
1 files changed, 18 insertions, 0 deletions
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;