https://github.com/mattvenn/klayout_properties
https://github.com/mattvenn/klayout_properties
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattvenn/klayout_properties
- Owner: mattvenn
- Created: 2021-02-24T09:41:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T09:16:58.000Z (about 1 year ago)
- Last Synced: 2025-03-14T21:04:35.388Z (2 months ago)
- Language: Ruby
- Size: 43.9 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Printing GDS files with KLayout
I've been using a 300dpi colour laser printer for these experiments.
Each level of zoom (full chip, macro, standard cell) needs a different layout properties file to keep the level of detail managable.
Results are [here](https://photos.app.goo.gl/TV9q7g9eB4HCG9fF9)
# Klayout setup
* For the detailed views (macro, standard cell), I turn off all the fill and decap cells.
* For print - run this in (ruby) macro development:
RBA::Application.instance.main_window.current_view.save_image("/tmp/filename.png",10000,10000)