Hi Matthias,
I can confirm that it does only take a few minutes to add them again, so not a big issue :D
Just a minor note: for the existing "Ellipse" and "Box" rulers I always change the "Angle constraints" from &qu…
Hi Matthias,
The idea was indeed to be able to select it and undo all actions which are more recent as well, not just the selected one. The goal is to replace multiple undos done one by one (which can be cumbersome if there are dozens) by one step.…
Hello,
Actually, this small script from Matthias will do fine:
https://www.klayout.de/forum/discussion/comment/7228/#Comment_7228
If you don't want it to be hierarchical, you can comment out the else part of the if statement.
A select option in …
Hello,
The attached script adds a cross ruler to each object selected (shapes and instances). The cross covers the whole Bbox of the object, hence marking the mid points of the sides of boxes as well...
Edit > Selection > Add Extended Cross …
Hello,
You don't have anything drawn under ruler 2, so you only see the bulk all the way along ruler 2, you don't have any (transitions to) material 1 here, hence you only apply material 2 (0.1) all the way along ruler 2...
Cheers,
Tomas
Hello,
It's easier to make a DRC script using the area method (layer.area): https://www.klayout.de/doc-qt5/about/drc_ref_layer.html#h2-128
Here's an example:
# layer inputslayer_DIE_EXTENTS = input("1/0")layer_1 = input("2/0")…
Hello,
The "Fill cell margin" field in the "Fill Cell" tab defines the minimum space (margin) between first and second order fill cells. The "Fill cell margin" field in the "Options" tab doesn't seem to do an…
Hello,
I installed the windows master "klayout-master-win64-c64-install.exe" in a new folder "KLayout64bc" but got the following error when running the app:
(Image)
What could be the issue? The regular version (0.28.11) insta…
Hello,
I found the script below years ago, don't remember where...
It adds a menu entry: Tools > Export > Hierarchy To Text
It opens up in a Browser window...
Cheers,
Tomas
Hi Matthias,
I noticed that a new line "\n" in the string "text" parameter results in a space making the "line_spacing" parameter kinda obsolete (at least in version 0.27.13). Can you verify?
Cheers,
Tomas
Hello Matthias,
I've added a new font type (gds file) in the fonts folder.
Now I would like to instantiate the "TEXT" pcell with this new font type via script.
This works well via the parameter "font", using 1 instead of 0.
But …
Hello,
Just tested: it works via the menu "Tools > gros_die" but not from within the "Macro Development" window...
Can you try?
You can also try the attached version: menu entry is "Tools > Generate > Wafer Map Ca…
Hello,
The script below will add a "cross ruler" in the bbox center of each selected object. It can then be used to start your measurement from, or for instance, manually add a label (Text) in a I/O pad center or manually route (Path) fro…