[Present][Fixed] Problems when using gerbers already generated

If the gerbers were also used to be generate and already generated
This commit is contained in:
Salvador E. Tropea 2024-03-05 08:24:03 -03:00
parent 5bbb18d2c0
commit 952809a19d
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Filters: _none filter not always honored (i.e. exclude in BoM) (#580)
- PCB Parity: components excluded from the board reported anyways (#585)
- BoardView: X axis mirroring issues (whitequark/kicad-boardview#11)
- Present: Problems when using gerbers already generated
## [1.6.4] - 2024-02-02
### Added

View File

@ -157,7 +157,7 @@ class PresentBoards(Optionable):
# Configure it according to our needs
with TemporaryDirectory() as tmp_dir:
logger.debug('Generating the gerbers at '+tmp_dir)
out.done = False
out._done = False
out.dir = tmp_dir
out.options.variant = None
run_output(out)