X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=sbDaFPBoQnhyJKjahuxWPGOQmdG31vgYN3LAJb0iJ58=; b=b0A/SdZTFtD1wdA2Y9CLjkJuCNF+e/82Qtlb9wga+L8yns2/cjXfYf7Mh7vmnxY6ky V2HxmEXOUTv0gH9kYnx/p5uPQcdvAHbSW4x6sw7Em5TBX6aqJJ69sZZUimzvF+Yyhu5j 6uZpVm9U2dolw6ovc29952ZmbcUJSkNVrr7/rCqlgQNXnEb4jvbrV+HznP8lkbBRHQ9F +bupHE+jSet+TCw7MVTn0ZBV6GTuX5m1XDcuskEqrBtTxRUToO391ZHcD5RNoYP2UXTD zum/JGiZoXGKCN0PY+0snBFiYbjHWl+gWa4lQf/dHJKuOZ2GLYgighxKBwNc1y1FgYnf xjwA== MIME-Version: 1.0 X-Received: by 10.229.172.86 with SMTP id k22mr1113411qcz.23.1359419661688; Mon, 28 Jan 2013 16:34:21 -0800 (PST) Date: Mon, 28 Jan 2013 16:34:21 -0800 Message-ID: Subject: [geda-user] Accessing bottom silk From: "bsalinux AT gmail DOT com" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com Hi, I would like to put some text on bottom silk layer in GUI. How can I access the bottom silk layer in GUI? I opened up the PCB file in text editor and saw that there are two silk layers: Layer(5 "silk") Layer(6 "silk") In my case the top silk layer is #6 and I believe that the bottom silk is #5. I copied and pasted a text line from top silk section to bottom silk section in the file. The text appears on the bottom silk but is not mirrored. How can I mirror the text on bottom layer so that it appears fine? Thanks.