Author Topic: Originators on Silkscreen - Eagle  (Read 6895 times)

0 Members and 1 Guest are viewing this topic.

Offline AJBothaTopic starter

  • Newbie
  • Posts: 8
Originators on Silkscreen - Eagle
« on: November 14, 2013, 06:22:44 am »
Hi Guys

I am busy with my first project in Eagle (I like it a lot).

Most of my questions were answered on tutorials without breaking a sweat.

I cannot find an answer for my this however.
It looks like my text on my silkscreen has a built in originator and I am scared that it gets printed, because if I switch off Layer 23 (tOrigin) the originators for the parts go away but not these on my text. I have not exported to a Gerber yet to see if they will be there?

Thanks
Antonie


 

Offline stryker

  • Regular Contributor
  • *
  • Posts: 99
  • Country: au
Re: Originators on Silkscreen - Eagle
« Reply #1 on: November 14, 2013, 06:50:28 am »
Hi Antonie,

Those + marks do not get exported whether they're text or on the footprint.

Cheers ! Geoff
 

Offline AJBothaTopic starter

  • Newbie
  • Posts: 8
Re: Originators on Silkscreen - Eagle
« Reply #2 on: November 14, 2013, 07:05:29 am »
Thanx I was hoping you say that!  :)
 

Offline DomesticHacks

  • Regular Contributor
  • *
  • Posts: 53
  • Country: de
    • DomesticHacks
Re: Originators on Silkscreen - Eagle
« Reply #3 on: February 06, 2014, 02:30:54 pm »
I think it's a good practice to generate the gerber files before getting the PCB manufactured, even if you don't need them.
Then you can verify what will be on your pcb by using a Gerber viewer (for example gerbv).
I also found this online 3D viewer very usefull to evaluate a design before production.
Interesting projects, tipps and tricks (in German).
DomesticHacks on YouTube: https://www.youtube.com/DomesticHacks
 

Offline Jon Chandler

  • Frequent Contributor
  • **
  • Posts: 539
    • Throw Away PIC
Re: Originators on Silkscreen - Eagle
« Reply #4 on: February 06, 2014, 05:44:50 pm »
Here's an Eagle hint:

Make sure all text is set to VECTOR and not PROPORTIONAL.  If you don't do this, the text size on the circuit board will not be what you expected, throwing off alignment.
 

Offline AJBothaTopic starter

  • Newbie
  • Posts: 8
Re: Originators on Silkscreen - Eagle
« Reply #5 on: August 27, 2015, 11:31:24 am »
Here's an Eagle hint:

Make sure all text is set to VECTOR and not PROPORTIONAL.  If you don't do this, the text size on the circuit board will not be what you expected, throwing off alignment.

Thanx Jon!
Good tip!
 

Tac Eht Xilef

  • Guest
Re: Originators on Silkscreen - Eagle
« Reply #6 on: August 27, 2015, 12:22:23 pm »
Additional tip: after that, use the 'normalise-text.ulp' script to tidy up text sizes etc.

For extra points, create your own script to smash, set the font to vector, and do anything else you want (e.g. change the alignment) on all text automagically.

(edit: By the way, I've been using Eagle on and off for 20+ years and still I can never remember if it exports the origin marks or not...)
« Last Edit: August 27, 2015, 12:27:29 pm by Tac Eht Xilef »
 

Offline matseng

  • Frequent Contributor
  • **
  • Posts: 563
  • Country: se
    • My Github
Re: Originators on Silkscreen - Eagle
« Reply #7 on: August 27, 2015, 12:24:22 pm »
Here's an Eagle hint:

Make sure all text is set to VECTOR and not PROPORTIONAL.  If you don't do this, the text size on the circuit board will not be what you expected, throwing off alignment.

I've seen this tip numerous times and I usually try to remember to keep all my text as vectors, but every now and then I forget this and I can't recall seeing any misaligned text in the 100+ board designs I've made.   Maybe this tip is just something that was valid ages ago and have just stuck as a part of the Eagle folklore?
 

Offline Jeroen3

  • Super Contributor
  • ***
  • Posts: 4078
  • Country: nl
  • Embedded Engineer
    • jeroen3.nl
Re: Originators on Silkscreen - Eagle
« Reply #8 on: September 05, 2015, 03:47:11 pm »
It's up to the export job to determine the fate of the origins layers. Most of the times, these are not exported as gerber file but as coordinate list. (for pick&place)
You'll certainly receive errors since the origins are width 0, and you cannot create copper or silk with width 0.

Always check your gerber files using Gerbv, GC-Prevue or some other tool. Never use the same program to check gerbers and draw boards, since rendering errors might exist in normal and gerber view.
 

Offline Stupid Beard

  • Regular Contributor
  • *
  • Posts: 221
  • Country: gb
Re: Originators on Silkscreen - Eagle
« Reply #9 on: September 05, 2015, 04:08:02 pm »
Here's an Eagle hint:

Make sure all text is set to VECTOR and not PROPORTIONAL.  If you don't do this, the text size on the circuit board will not be what you expected, throwing off alignment.

I've seen this tip numerous times and I usually try to remember to keep all my text as vectors, but every now and then I forget this and I can't recall seeing any misaligned text in the 100+ board designs I've made.   Maybe this tip is just something that was valid ages ago and have just stuck as a part of the Eagle folklore?

It was still true around version 7.1. There's a global option to always set the font to the vector font if you go to Options -> User Interface menu in the library. It's also accessible in the board and schematic windows, which has additionally a Persist for this drawing option. If you have any of those set then Eagle will never use a proportional font.

I say it was still true around version 7.1, but that was just the last time that I generated a gerber that I had accidentally used the proportional font. After that I set the always use vector option and haven't had issues since.
 

Offline matseng

  • Frequent Contributor
  • **
  • Posts: 563
  • Country: se
    • My Github
Re: Originators on Silkscreen - Eagle
« Reply #10 on: September 06, 2015, 02:28:19 am »
I say it was still true around version 7.1, but that was just the last time that I generated a gerber that I had accidentally used the proportional font. After that I set the always use vector option and haven't had issues since.
So you actually got bad/misaligned text on your silk on the PCB?
 

Offline kizzap

  • Supporter
  • ****
  • Posts: 477
  • Country: au
Re: Originators on Silkscreen - Eagle
« Reply #11 on: September 06, 2015, 08:37:13 am »
I say it was still true around version 7.1, but that was just the last time that I generated a gerber that I had accidentally used the proportional font. After that I set the always use vector option and haven't had issues since.
So you actually got bad/misaligned text on your silk on the PCB?

Where I saw it manifest, is where you have text in proportional on the copper layer, export the gerbers, and you find that the text, and the copper pull-back around the text dont match
<MatCat> The thing with aircraft is murphy loves to hang out with them
<Baljem> hey, you're the one who apparently pronounces FPGA 'fuhpugger'
 

Offline matseng

  • Frequent Contributor
  • **
  • Posts: 563
  • Country: se
    • My Github
Re: Originators on Silkscreen - Eagle
« Reply #12 on: September 06, 2015, 09:58:56 am »
Where I saw it manifest, is where you have text in proportional on the copper layer, export the gerbers, and you find that the text, and the copper pull-back around the text dont match
Allright,  good to know that we all don't do this for no real reason :-)   Thanks.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf