parent
409640c681
commit
b0b7c6c041
|
|
@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Support for Eurocircuits drill adjust to fix small OARs.
|
||||
Option `eurocircuits_reduce_holes`. (#227)
|
||||
|
||||
### Fixed
|
||||
- Problems to compress netlists. (#287)
|
||||
|
||||
|
||||
## [1.3.0] - 2022-09-08
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -43,6 +43,9 @@ class NetlistOptions(BaseOptions):
|
|||
self._expand_ext = 'd356'
|
||||
self._category = 'PCB/fabrication/verification'
|
||||
|
||||
def get_targets(self, out_dir):
|
||||
return [self._parent.expand_filename(out_dir, self.output)]
|
||||
|
||||
def run(self, name):
|
||||
command = self.ensure_tool('KiAuto')
|
||||
if self.format == 'ipc':
|
||||
|
|
|
|||
Loading…
Reference in New Issue