Add RF components. Hook up microSD card.
[hw/telegps] / packages / ap.10g.5c
index cc3731b00dfb0d8e978dc072fe72e885bea7e41e..b3fa11afb47dbba58214538ad63c4be80063967e 100644 (file)
@@ -55,7 +55,9 @@ real  line_clear = feed_clear;
 
 /* Draw a line at the edge of the board for alignment */
 
-line(-hole_x, -edge_y, hole_x, -edge_y);
+real   mark_y = -edge_y + mils1002mm(line_thickness) / 2;
+                                                     
+line(-hole_x, mark_y, hole_x, mark_y);
 
 /* alignment holes */
 pin_mm_clear(-hole_x, -hole_y, hole_diameter, .01, 0, "GND", "GND");