You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[*SCH Print][Added] Title propagation also KiCad workaround
- `title_propagate`: The title is not only set for page 1 but also for
all pages.
- Global `schematic_sheet_name_workaround` to workaround SHEETNAME on
page 1
See #933
Copy file name to clipboardExpand all lines: docs/source/configuration/outputs/DXF_SCH_PrintOptions.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ DXF_SCH_PrintOptions parameters
34
34
file is available.
35
35
- ``title`` :index:`: <pair: output - dxf_sch_print - options; title>` [:ref:`string <string>`] (default: ``''``) Text used to replace the sheet title. %VALUE expansions are allowed.
36
36
If it starts with `+` the text is concatenated.
37
+
- ``title_propagate`` :index:`: <pair: output - dxf_sch_print - options; title_propagate>` [:ref:`boolean <boolean>`] (default: ``false``) When enabled we also set the title for all the sub-sheets.
- ``title`` :index:`: <pair: output - hpgl_sch_print - options; title>` [:ref:`string <string>`] (default: ``''``) Text used to replace the sheet title. %VALUE expansions are allowed.
38
38
If it starts with `+` the text is concatenated.
39
+
- ``title_propagate`` :index:`: <pair: output - hpgl_sch_print - options; title_propagate>` [:ref:`boolean <boolean>`] (default: ``false``) When enabled we also set the title for all the sub-sheets.
Copy file name to clipboardExpand all lines: docs/source/configuration/outputs/PDF_SCH_PrintOptions.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ PDF_SCH_PrintOptions parameters
34
34
file is available.
35
35
- ``title`` :index:`: <pair: output - pdf_sch_print - options; title>` [:ref:`string <string>`] (default: ``''``) Text used to replace the sheet title. %VALUE expansions are allowed.
36
36
If it starts with `+` the text is concatenated.
37
+
- ``title_propagate`` :index:`: <pair: output - pdf_sch_print - options; title_propagate>` [:ref:`boolean <boolean>`] (default: ``false``) When enabled we also set the title for all the sub-sheets.
Copy file name to clipboardExpand all lines: docs/source/configuration/outputs/PS_SCH_PrintOptions.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ PS_SCH_PrintOptions parameters
34
34
file is available.
35
35
- ``title`` :index:`: <pair: output - ps_sch_print - options; title>` [:ref:`string <string>`] (default: ``''``) Text used to replace the sheet title. %VALUE expansions are allowed.
36
36
If it starts with `+` the text is concatenated.
37
+
- ``title_propagate`` :index:`: <pair: output - ps_sch_print - options; title_propagate>` [:ref:`boolean <boolean>`] (default: ``false``) When enabled we also set the title for all the sub-sheets.
Copy file name to clipboardExpand all lines: docs/source/configuration/outputs/SVG_SCH_PrintOptions.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ SVG_SCH_PrintOptions parameters
34
34
file is available.
35
35
- ``title`` :index:`: <pair: output - svg_sch_print - options; title>` [:ref:`string <string>`] (default: ``''``) Text used to replace the sheet title. %VALUE expansions are allowed.
36
36
If it starts with `+` the text is concatenated.
37
+
- ``title_propagate`` :index:`: <pair: output - svg_sch_print - options; title_propagate>` [:ref:`boolean <boolean>`] (default: ``false``) When enabled we also set the title for all the sub-sheets.
Copy file name to clipboardExpand all lines: docs/source/configuration/sup_globals.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,10 @@
210
210
The width of the text box will be the width of the image. |br|
211
211
The text box must contain *kibot_image_X* where X is the output name. |br|
212
212
This option configures the prefix used. If this option is empty no images will be pasted.
213
+
- ``schematic_sheet_name_workaround`` :index:`: <pair: global options; schematic_sheet_name_workaround>` [:ref:`boolean <boolean>`] (default: ``false``) When printing a schematic the SHEETNAME variable is wrongly expanded for page 1.
214
+
This error is present in KiCad 9 and at least 10.0.3. |br|
215
+
This workaround makes KiBot expand it for page 1. You must use the `title` option to set
216
+
the desired title, i.e. `My Project - ${SHEETNAME}`.
213
217
- ``set_text_variables_before_output`` :index:`: <pair: global options; set_text_variables_before_output>` [:ref:`boolean <boolean>`] (default: ``false``) Run the `set_text_variables` preflight before running each output that involves variants.
214
218
This can be used when a text variable uses the variant and you want to create more than
215
219
one variant in the same run. Note that this could be slow because it forces a board
0 commit comments