demis

About

Username
demis
Joined
Visits
0
Last Active
Roles
Member

Comments

  • Ah, updating to 0.24.3 fixed it! Great suggestion, sorry I didn't try that before posting.
  • Thanks Matthias, The report method is useful - i was outputting it to a layout. I'll give that a shot first. However even when i commented out the `output` command it would crash - by commenting out everything else, it seemed that it was the `odd…
  • I'm getting a hard-crash of KLayout when using the "odd_polygons" function. The DRC appears to import ('input') the layers properly, and output them, but if I run "odd_polygons" on a layer with or without self-intersecting polygo…
  • Nevermind, I found it when I realized I should search for "polygon" - I guess it's the "odd_polygon()" function!
  • Hello, I am also trying to find self-intersecting polygons, and have been reading the DRC coding guidelines/definitions. I am not seeing a "strange polygon" check, or other function like this. Could you point out where that function is,…
  • This would be an immensely helpful feature (as part of the Layer Toolbox) since this is a common task for rapid viewing of how layers will be drawn.
  • The best way I've found is to convert a raster image (eg. PNG, JPG) into vector (PDF) and then into DXF. I found InkScape was the best tool for this - although on MacOS you also have to install XQuartz (an X-windows system) to use it. To convert y…