element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Achievement Levels
    • Benefits of Membership
    • Feedback and Support
    • Members Area
    • Personal Blogs
    • What's New on element14
  • Learn
    Learn
    • eBooks
    • Learning Center
    • Learning Groups
    • STEM Academy
    • Webinars, Training and Events
  • Technologies
    Technologies
    • 3D Printing
    • Experts & Guidance
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Arduino Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Project Groups
    • Raspberry Pi Projects
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • 'Choose another store...'
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE Support (Deutsch) Octagon-Pads
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Autodesk EAGLE requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 4 replies
  • Subscribers 146 subscribers
  • Views 162 views
  • Users 0 members are here
Related

Octagon-Pads

autodeskguest
autodeskguest over 14 years ago

Hallo miteinander,

 

ich habe folgendes Problem:

ich möchte Gerber-Dateien aus Eagle exportieren und in CurcuitCam

importiern.

Das importieren funktioniert auch alles soweit, nur bei Octagon-pads gibt es

scheinbar Porbleme. Die Runden, Ovalen und Quadratischen Pads stellt er mir

da, nur eben die Octagone nicht! kann mir jemand weiterhelfen?

lg

 

 

 

  • Sign in to reply
  • Cancel
  • autodeskguest
    autodeskguest over 14 years ago

    Martin Fischer schrieb:

    Hallo miteinander,

     

    ich habe folgendes Problem:

    ich möchte Gerber-Dateien aus Eagle exportieren und in CurcuitCam

    importiern.

    Das importieren funktioniert auch alles soweit, nur bei Octagon-pads gibt es

    scheinbar Porbleme. Die Runden, Ovalen und Quadratischen Pads stellt er mir

    da, nur eben die Octagone nicht! kann mir jemand weiterhelfen?

    lg

     

     

     

    Hallo Martin

     

    ich vermute du benutzt GERBER_RS274X als Device

     

    in der Datei Eagle.def, die steht im bin Verzeichnis

    gibt es für die Octagon Ausgabe 2 Möglichkeiten

    du must wahrscheinlich die andere benutzen

    das hat bei mir mit einem anderen Programm funktioniert

     

    Gruß

    Volker

     

     

    @GERBERAUTO

    Long          = "Gerber photoplotter with RS-274-X aperture generation"

    Units         = Inch

    Init          = "G75*\n"           \ allow positive and negative coordinates

                     "G70*\n"           \ units are Inch (G71 for metric)

                     "%%OFA0B0*%%\n"    \ horizonal and vertical OFfset is 0

                     "%%FSLAX24Y24*%%\n"\ Format Statement is Absolute (I

    for incremental) 2.4

                     "%%IPPOS*%%\n"     \ Image Polarity is POSitive (NEG

    for negative)

                     "%%LPD*%%\n"       \ Layer Polarity Dark (C for clear

    on negative planes)

                     "%%AMOC8\n5,1,8,0,0,1.08239X$1,22.5\n"\ Octagons are

    emulated with a circle (using 8 vertices)

                     "%%\n"            ; and therefore the diameter must be

    enlarged with '1 / cos(pi / 8)'

    Reset         = "M02*\n"

    Circle        = "%%AD%sC,%6.4f*%%\n"        ; (code, diameter)

    Rectangle     = "%%AD%sR,%6.4fX%6.4f*%%\n"  ; (code, dx, dy)

    Oval          = "%%AD%sO,%6.4fX%6.4f*%%\n"  ; (code, dx, dy)

    ; According to the RS-274-X specs there is an aperture macro

    ; primitive that allows us to specify an octagon (i.e. a polygon with

    ; 8 vertices). As some Gerber viewers seem to have problems with that,

    ; we would have to use a round shape for that.

    ; If your Gerber processor cannot handle the polygon primitive you may

    ; uncomment the following line and comment out the line after it:

    ;****************************************   Achtung hier muss geändert

    werden   ************************************

    Octagon       = "%%AD%sC,%6.4f*%%\n"   ; (code, diameter) (looks like

    there is no octagon, so we take a circle)

    ;Octagon       = "%%AD%sOC8,%6.4f*%%\n" ; (code, diameter)

    Annulus       = "%%AMAN%s\n1,1,%6.4f,0,0\n1,0,%6.4f,0,0*\n"\

                     "%%\n"\

                     "%%AD%sAN%s*%%\n" ; (code, diameter, inner diameter,

    code, code)

    Thermal       = "%%AMTH%sX\n1,1,%6.4f,0,0\n1,0,%6.4f,0,0*\n"\

                     "21,0,%6.4f,%6.4f,0,0,45\n21,0,%6.4f,%6.4f,0,0,135\n"\

                     "%%\n"\

                     "%%AD%sTH%sX*%%\n"; (code, diameter, inner diameter,

    diameter + 2mil, gap, diameter + 2mil, gap, code, code)

    AreaBegin     = "G36*\n"

    AreaEnd       = "G37*\n"

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 14 years ago

    Volker Wieder schrieb:

    Martin Fischer schrieb:

    Hallo miteinander,

     

    ich habe folgendes Problem:

    ich möchte Gerber-Dateien aus Eagle exportieren und in CurcuitCam

    importiern.

    Das importieren funktioniert auch alles soweit, nur bei Octagon-pads

    gibt es scheinbar Porbleme. Die Runden, Ovalen und Quadratischen Pads

    stellt er mir da, nur eben die Octagone nicht! kann mir jemand

    weiterhelfen?

    lg

     

     

    Hallo Martin

     

    ich vermute du benutzt GERBER_RS274X als Device

     

    in der Datei Eagle.def, die steht im bin Verzeichnis

    gibt es für die Octagon Ausgabe 2 Möglichkeiten

    du must wahrscheinlich die andere benutzen

    das hat bei mir mit einem anderen Programm funktioniert

     

    Gruß

    Volker

     

    und nicht vergessen,  diese Änderung zu notieren und die eagle.def irgendwo zu sichern - wird

    beim nächsten Eagle-Update überschrieben!

     

    Grüße, Hans Lederer

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 14 years ago

     

    "Hans Lederer" <Bitte.kein@Spam.für.mich> schrieb im Newsbeitrag

    news:go14fe$rl9$1@cheetah.cadsoft.de...

    Volker Wieder schrieb:

    Martin Fischer schrieb:

    Hallo miteinander,

     

    ich habe folgendes Problem:

    ich möchte Gerber-Dateien aus Eagle exportieren und in CurcuitCam

    importiern.

    Das importieren funktioniert auch alles soweit, nur bei Octagon-pads gibt

    es scheinbar Porbleme. Die Runden, Ovalen und Quadratischen Pads stellt

    er mir da, nur eben die Octagone nicht! kann mir jemand weiterhelfen?

    lg

     

     

    Hallo Martin

     

    ich vermute du benutzt GERBER_RS274X als Device

     

    in der Datei Eagle.def, die steht im bin Verzeichnis

    gibt es für die Octagon Ausgabe 2 Möglichkeiten

    du must wahrscheinlich die andere benutzen

    das hat bei mir mit einem anderen Programm funktioniert

     

    Gruß

    Volker

     

    und nicht vergessen,  diese Änderung zu notieren und die eagle.def irgendwo

    zu sichern - wird

    beim nächsten Eagle-Update überschrieben!

     

    Grüße, Hans Lederer

     

     

     

    Vielen Dank! Jetzt werden auch sie dargestellt.

    Jetzt ist das Problem gelöst und des nächste Folgt auch schon wieder ... ich

    importiere die Bottom-Side in CircuitCam - da passt alles, wenn ich nun

    Board-Outline, oder die Top-Side dazu importiere sind meine "Octagone" weg?

    wieso?

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 14 years ago

    Vielen Dank! Jetzt werden auch sie dargestellt.

    Jetzt ist das Problem gelöst und des nächste Folgt auch schon wieder ... ich

    importiere die Bottom-Side in CircuitCam - da passt alles, wenn ich nun

    Board-Outline, oder die Top-Side dazu importiere sind meine "Octagone" weg?

    wieso?

     

    Stimmt Deine Auflösung der Bohrdaten mit denen in CircuitCam überein?

     

    Schau mal in CC bei -Konfiguration-Formate-Excellon-(rechte Maus auf

    EagleTools), ob deine Auflösung auf (m.n) = 2.4 steht. Möglicherweise

    werden deine Bohrungen falsch skaliert.

     

    Gruss Robert

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2023 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube