Skip to content

Commit

Permalink
[Include Text][Added] Add bom and info to supported output types
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyen-v committed Dec 22, 2024
1 parent 0cd7f5b commit be2fe47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kibot/pre_include_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@

logger = log.get_logger()

VALID_OUTPUT_TYPES = {'report'}
VALID_OUTPUT_TYPES = {'report', 'bom', 'info'}


class IncTextOutputOptions(Optionable):
"""Options for Include Text output"""
Expand Down Expand Up @@ -178,4 +179,4 @@ def apply(self):
if not GS.ki7:
raise KiPlotConfigurationError('The `include_text` preflight needs KiCad 7 or newer')
if update_text(self._value, self):
GS.save_pcb()
GS.save_pcb()

0 comments on commit be2fe47

Please sign in to comment.