PCB: Render switch as rectangle instead of corner marks
This commit is contained in:
parent
09ec2aaf8c
commit
ccff5ab3d9
|
|
@ -33,15 +33,11 @@ module.exports = {
|
|||
(fp_text reference "${p.ref}" (at 0 0) (layer F.SilkS) ${p.ref_hide} (effects (font (size 1.27 1.27) (thickness 0.15))))
|
||||
(fp_text value "" (at 0 0) (layer F.SilkS) hide (effects (font (size 1.27 1.27) (thickness 0.15))))
|
||||
|
||||
${'' /* corner marks */}
|
||||
(fp_line (start -7 -6) (end -7 -7) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -7 7) (end -6 7) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -6 -7) (end -7 -7) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -7 7) (end -7 6) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 7 6) (end 7 7) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 7 -7) (end 6 -7) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 6 7) (end 7 7) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 7 -7) (end 7 -6) (layer F.SilkS) (width 0.15))
|
||||
${'' /* switch marks */}
|
||||
(fp_line (start -7 -7) (end 7 -7) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 7 -7) (end 7 7) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start 7 7) (end -7 7) (layer F.SilkS) (width 0.15))
|
||||
(fp_line (start -7 7) (end -7 -7) (layer F.SilkS) (width 0.15))
|
||||
|
||||
${'' /* LED hole marks */}
|
||||
(fp_line (start -2.6 3.1) (end 2.6 3.1) (layer Dwgs.User) (width 0.15))
|
||||
|
|
|
|||
Loading…
Reference in New Issue