r5518 - trunk/gta02-core/modules

werner at docs.openmoko.org werner at docs.openmoko.org
Sat Aug 22 10:58:01 CEST 2009


Author: werner
Date: 2009-08-22 10:58:00 +0200 (Sat, 22 Aug 2009)
New Revision: 5518

Modified:
   trunk/gta02-core/modules/stdpass.fpd
Log:
- modules/stdpass.fpd: enjoy our new freedom and adjust measurement offset to
  package dimensions
- modules/stdpass.fpd: renamed outline L and W to Ox and Oy, and moved them to
  the root frame. Less confusing that way. 



Modified: trunk/gta02-core/modules/stdpass.fpd
===================================================================
--- trunk/gta02-core/modules/stdpass.fpd	2009-08-21 23:28:38 UTC (rev 5517)
+++ trunk/gta02-core/modules/stdpass.fpd	2009-08-22 08:58:00 UTC (rev 5518)
@@ -22,12 +22,8 @@
 }
 
 frame outline {
-	set L = e+2*a+2*clear+silk
-
-	set W = b+2*clear+silk
-
-	ll: vec @(-L/2, -W/2)
-	__1: vec @(L/2, W/2)
+	ll: vec @(-Ox/2, -Oy/2)
+	ur: vec @(Ox/2, Oy/2)
 	rect ll . silk
 }
 
@@ -44,10 +40,14 @@
 
 set clear = 4mil
 
+set Ox = e+2*a+2*clear+silk
+
+set Oy = b+2*clear+silk
+
 frame pads @
 frame outline @
 measx pad_l.w >> pad_r.ll -0.3mm
 measx pad_l.ll -> pad_l.w -0.3mm
 measy pad_l.ll >> pad_l.h 0.3mm
-measx outline.ll >> outline.__1 1mm
-measy outline.__1 >> outline.ll 0.3mm
+measx outline.ll >> outline.ur Oy+0.3mm
+measy outline.ur >> outline.ll 0.3mm




More information about the commitlog mailing list