Krzysztof Wiśniewski

Results 23 issues of Krzysztof Wiśniewski

According to Gerber spec, after aperture definition should remain as it was at the end of it, except for current point which is undefined. Current behavior of PyGerber doesn't comply...

enhancement

Release 2.4.0 will focus on improving PyGerber command line with features like Parser2 utilization and file type detection.

enhancement

This primitive was deprecated in 2021. It is rarely used in legacy files. The moiré primitive is a cross hair centered on concentric rings. Exposure is always on! ![image](https://github.com/Argmaster/pygerber/assets/56170852/eb564707-3047-44ca-a7f7-20f80025c5bb) We...

enhancement
help wanted

Currently PyGerber command line allows only rendering with legacy Parser infrastructure, which lacks plenty of features which are available in Parser2 infrastructure. To avoid breaking backwards compatibility new api shall...

enhancement

**_I have verified that this feature is not listed as implemented in README.md on `main` branch_** (yes/no) YES --- **Describe how this feature should work** Detect file attributes which indicate...

enhancement

**_I have verified that this feature is not listed as implemented in README.md on `main` branch_** (yes/no) Yes --- **Describe how this feature should work** While given path to a...

enhancement

Add API for building Gerber files with clean and understandable interface. It should be possible to parse Gerber file, modify it and build Gerber source code from it.

enhancement

It might be sometimes useful to downgrade your Gerber file version, similarily to how Babel in JavaScript works, by allowing user to write modern JavaScript code and translating it to...

enhancement

# Parser2 feature support ## Introduction Parser2 is an alternative implementation of Gerber AST parser redesigned to make process of implementation of Gerber features easier and quicker in addition to...

enhancement