From: Phil Hagelberg Date: Tue, 28 Oct 2014 04:28:28 +0000 (-0700) Subject: CC license, remove weird layers, rotate labels. X-Git-Url: https://git.armaanb.net/?p=atreides.git;a=commitdiff_plain;h=191720dc070b75f7b47a08c94a2a05cc6d32e71f CC license, remove weird layers, rotate labels. --- diff --git a/atreus.rkt b/atreus.rkt index abd9b10..c3ecc46 100644 --- a/atreus.rkt +++ b/atreus.rkt @@ -16,16 +16,16 @@ `(module MX_FLIP (layer Front) (tedit 4FD81CDD) (tstamp 543EF801) (at ,x ,y ,rotation) (path /543DB910) ; TODO: this is not documented; no idea what it does - (fp_text reference ,label (at 0 3.302) (layer F.SilkS) + (fp_text reference ,label (at 0 3.302 ,rotation) (layer F.SilkS) (effects (font (size 1.524 1.778) (thickness 0.254)))) (fp_line (start -6.35 -6.35) (end 6.35 -6.35) - (layer Cmts.User) (width 0.381)) + (layer F.SilkS) (width 0.381)) (fp_line (start 6.35 -6.35) (end 6.35 6.35) - (layer Cmts.User) (width 0.381)) + (layer F.SilkS) (width 0.381)) (fp_line (start 6.35 6.35) (end -6.35 6.35) - (layer Cmts.User) (width 0.381)) + (layer F.SilkS) (width 0.381)) (fp_line (start -6.35 6.35) (end -6.35 -6.35) - (layer Cmts.User) (width 0.381)) + (layer F.SilkS) (width 0.381)) (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu)) ; switch hole, no copper (pad 0 thru_hole circle (at -5.08 0) (size 1.7018 1.7018) @@ -48,13 +48,13 @@ (fp_text reference D2:2 (at 0 0 180) (layer F.SilkS) hide (effects (font (size 1.016 1.016) (thickness 0.2032)))) (fp_line (start -1.524 -1.143) (end 1.524 -1.143) - (layer Cmts.User) (width 0.2032)) + (layer F.SilkS) (width 0.2032)) (fp_line (start 1.524 -1.143) (end 1.524 1.143) - (layer Cmts.User) (width 0.2032)) + (layer F.SilkS) (width 0.2032)) (fp_line (start 1.524 1.143) (end -1.524 1.143) - (layer Cmts.User) (width 0.2032)) + (layer F.SilkS) (width 0.2032)) (fp_line (start -1.524 1.143) (end -1.524 -1.143) - (layer Cmts.User) (width 0.2032)) + (layer F.SilkS) (width 0.2032)) (fp_line (start -3.81 0) (end -1.6637 0) (layer Back) (width 0.6096)) (fp_line (start 1.6637 0) (end 3.81 0) (layer Back) (width 0.6096)) (fp_line (start -3.81 0) (end -1.6637 0) (layer Front) (width 0.6096)) @@ -79,10 +79,10 @@ (path /543EEB02) (fp_text value A-STAR (at -3 0 270) (layer F.SilkS) (effects (font (size 3.048 2.54) (thickness 0.4572)))) - (fp_line (start -15.24 -7.62) (end -15.24 7.62) (layer Dwgs.User) (width 0.381)) - (fp_line (start -15.24 7.62) (end 10.1 7.62) (layer Dwgs.User) (width 0.381)) - (fp_line (start 10.1 7.62) (end 10.1 -7.62) (layer Dwgs.User) (width 0.381)) - (fp_line (start 10.1 -7.62) (end -15.24 -7.62) (layer Dwgs.User) (width 0.381)) + (fp_line (start -15.24 -7.62) (end -15.24 7.62) (layer F.SilkS) (width 0.381)) + (fp_line (start -15.24 7.62) (end 10.1 7.62) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.1 7.62) (end 10.1 -7.62) (layer F.SilkS) (width 0.381)) + (fp_line (start 10.1 -7.62) (end -15.24 -7.62) (layer F.SilkS) (width 0.381)) (pad B5 thru_hole circle (at -13.97 6.35 270) (size 1.7526 1.7526) (drill 1.0922) (layers *.Cu *.SilkS *.Mask) (net 7 N-col-2)) diff --git a/header.rktd b/header.rktd index c29f6ab..aad1fe4 100644 --- a/header.rktd +++ b/header.rktd @@ -80,17 +80,14 @@ ) (gr_text Atreus (at 137.5 85) (layer F.SilkS) - (effects (font (size 4 3) (thickness 0.3048))) - ) + (effects (font (size 4 3) (thickness 0.3048)))) (gr_text "Phil Hagelberg" (at 146 107) (layer F.SilkS) - (effects (font (size 2.032 1.524) (thickness 0.3048))) - ) - (gr_text "GPL3 © 2014" (at 121.5 107) (layer F.SilkS) - (effects (font (size 2.032 1.524) (thickness 0.3048))) - ) + (effects (font (size 2.032 1.524) (thickness 0.3048)))) + (gr_text "CC-BY-SA 4" (at 69 101) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048)))) (gr_text http://atreus.technomancy.us (at 58 97.5) (layer F.SilkS) - (effects (font (size 2.032 1.524) (thickness 0.3048))) - ) + (effects (font (size 2.032 1.524) (thickness 0.3048)))) (gr_text "rev 1, Oct. 2014" (at 202.5 100) (layer F.SilkS) - (effects (font (size 2.032 1.524) (thickness 0.3048))) - ) + (effects (font (size 2.032 1.524) (thickness 0.3048)))) + (gr_text "© 2014" (at 125.5 107) (layer F.SilkS) + (effects (font (size 2.032 1.524) (thickness 0.3048))))