Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

PCB-Design: Eagle Library

444 Byte hinzugefügt, 21:09, 2. Mär. 2019
Add "Dangerous Stuff" (by SublimeText.Mediawiker)
change Size 0.032in;
</nowiki>
 
 
== Dangerous Stuff ==
It is possible to edit Eagle Files directly since they are xml files.
 
=== Change font on layers 25, 26, 37 and 28 to vector ===
Regex replace:
 
<code>(<text.*)layer="(2[5-8])"></code>
 
with:
 
<code>${1}layer="${2}" font="vector"></code>
 
 
 
=== Change font size on layers 25, 26, 27 and 28 (0.6096 --> 0.8128)
Regex replace:
<code>(<text.*size=")0.6096(" layer=")(2[5-8])</code>
 
with:
<code>${1}0.8128${2}${3}</code>
 
 
[[Kategorie:Projekte]]
610
Bearbeitungen