• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Allegro X PCB Editor
  3. Add mirrored label on a bottom layer

Stats

  • State Suggested Answer
  • Replies 4
  • Answers 1
  • Subscribers 160
  • Views 767
  • Members are here 0
More Content

Add mirrored label on a bottom layer

DK202506181021
DK202506181021 1 month ago

Hello!

In a final stage, on the bottom layer - all ref designators are mirrored, which is fine. 

If I want to add external label to entire board, it is not. If I mirror it  - it goes automatically to another layer. 

Final aim is to export to PDF with label and designators, readable.

Any ideas? (Either display bottom layer mirrored and edit this way, either enter the label and mirror it in the same layer, so final print be readable).

Thanks!

  • Sign in to reply
  • Cancel
  • KD202502275710
    0 KD202502275710 1 month ago
    1. Mirror the bottom layer when exporting PDF

      • Add your label as mirrored text on the bottom layer.

      • In the PDF export settings, choose "mirror layer".

      • This way, everything (designators + label) shows up readable in the PDF.

    2. Use a different layer for the label

      • Put the label (not mirrored) on a documentation layer like Dwgs.User.

      • Export both bottom layer and this doc layer to PDF.

      • Designators stay mirrored; label stays readable.

    3. Use a mirrored image for the label

      • Make a mirrored version of the label in a graphics app.

      • Import it as a graphic onto the bottom layer.

      • It looks mirrored in the design, but readable in the final PDF.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • DK202506181021
    0 DK202506181021 1 month ago in reply to KD202502275710

    Thanks, that was I afraid of :) But your answer confirm there is no easy shortcut for this.

    Yep, just made the needed label in the top layer on the top, the mirror in the bottom and then print the pdf as I want. Working well.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Hoangkhoipcb
    0 Hoangkhoipcb 1 month ago

    Hello DK!

    Do you use Skill?


    You can refer this code.

    Feature of  the Skill : flip  x-direction all text at layer REF DES/SILKSCREEN_BOTTOM.

    axlCmdRegister("flip_design" 'flip_design)
    (defun flip_design ()
    foreach(sym axlDBGetDesign()->symbols
    texts = axlDBGetAttachedText(sym)
    if(texts != nil then
    foreach(text texts
    if(text->layer != nil && index(text->layer "REF DES/SILKSCREEN_BOTTOM") then
    axlTransformObject(axlCopyObject(text ?angle 0.0), ?mirror 'GEOMETRY ?origin 0.0 : 0.0)
    )
    )
    )
    )
    )

    Regards,

    HoangKhoi

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • DK202506181021
    0 DK202506181021 1 month ago in reply to Hoangkhoipcb

    Hello Hoang,

    will definitely try it. SKILL is on my future plans, because of automating manufacturing files and printouts export - something I would like to optimize. 

    Thanks,

    Dimitar Kolev

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information