Skip to content

Commit 22b211d

Browse files
committed
[Quick Start][Fixed][KiCad 10] HPGL
Not supported by 10.x
1 parent c4a5f2d commit 22b211d

4 files changed

Lines changed: 61 additions & 42 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
8+
## [1.9.2] - Unreleased
9+
## Fixed
10+
- Quick Start: avoid including HPGL for KiCad 10
11+
712
## [1.9.1] - 2026-07-28
813
### Added
914
- Support for Python 3.14 (#930)
@@ -1840,7 +1845,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18401845
- Gerber job generation
18411846

18421847

1843-
[Unreleased]: https://github.com/INTI-CMNB/KiBot/compare/v1.9.1...dev
1848+
[1.9.2]: https://github.com/INTI-CMNB/KiBot/compare/v1.9.1...dev
18441849
[1.9.1]: https://github.com/INTI-CMNB/KiBot/compare/v1.9.0...v1.9.1
18451850
[1.9.0]: https://github.com/INTI-CMNB/KiBot/compare/v1.8.5...v1.9.0
18461851
[1.8.5]: https://github.com/INTI-CMNB/KiBot/compare/v1.8.4...v1.8.5

docs/source/Changelog.rst

Lines changed: 50 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ Changelog <https://keepachangelog.com/en/1.0.0/>`__, and this project
1313
adheres to `Semantic
1414
Versioning <https://semver.org/spec/v2.0.0.html>`__.
1515

16-
[1.9.1] - 2026-07-28
17-
--------------------
16+
`1.9.2 <https://github.com/INTI-CMNB/KiBot/compare/v1.9.1...dev>`__ - Unreleased
17+
--------------------------------------------------------------------------------
18+
19+
Fixed
20+
-----
21+
22+
- Quick Start: avoid including HPGL for KiCad 10
23+
24+
`1.9.1 <https://github.com/INTI-CMNB/KiBot/compare/v1.9.0...v1.9.1>`__ - 2026-07-28
25+
-----------------------------------------------------------------------------------
1826

1927
Added
2028
~~~~~
@@ -105,6 +113,8 @@ Added
105113
- ``title_propagate``: The title is not only set for page 1 but also
106114
for all pages.
107115

116+
.. _fixed-1:
117+
108118
Fixed
109119
-----
110120

@@ -284,7 +294,7 @@ Added
284294
KiCad 10
285295
- SCH Print: specify pages to be included (#907)
286296

287-
.. _fixed-1:
297+
.. _fixed-2:
288298

289299
Fixed
290300
~~~~~
@@ -382,7 +392,7 @@ Added
382392
- Blender Export: Support for STL/OBJ/PLY/GLTF changes in Blender 4.2
383393
(#880)
384394

385-
.. _fixed-2:
395+
.. _fixed-3:
386396

387397
Fixed
388398
~~~~~
@@ -436,7 +446,7 @@ Added
436446
- ``Footprint Full`` virtual field for the ``LIB:FOOTPRINT`` name
437447
- ``kicad_dnp_applied`` option to overwrite the global option
438448

439-
.. _fixed-3:
449+
.. _fixed-4:
440450

441451
Fixed
442452
~~~~~
@@ -592,7 +602,7 @@ Added
592602

593603
- Default font for KiCad 9 (#691)
594604

595-
.. _fixed-4:
605+
.. _fixed-5:
596606

597607
Fixed
598608
~~~~~
@@ -694,7 +704,7 @@ Added
694704
- ``copy_vias_on_mask`` option to workaround KiCad’s bug 18991 (See
695705
#703 and #704)
696706

697-
.. _fixed-5:
707+
.. _fixed-6:
698708

699709
Fixed
700710
~~~~~
@@ -743,7 +753,7 @@ Changed
743753
`1.8.1 <https://github.com/INTI-CMNB/KiBot/compare/v1.8.0...v1.8.1>`__ - 2024-09-25
744754
-----------------------------------------------------------------------------------
745755

746-
.. _fixed-6:
756+
.. _fixed-7:
747757

748758
Fixed
749759
~~~~~
@@ -824,7 +834,7 @@ Added
824834

825835
- Support for panels repeating the same component (See #656)
826836

827-
.. _fixed-7:
837+
.. _fixed-8:
828838

829839
Fixed:
830840
~~~~~~
@@ -978,7 +988,7 @@ Added
978988
- Added options to control Eco1/Eco2/Drawings individually on KiCad
979989
8 (#614)
980990

981-
.. _fixed-8:
991+
.. _fixed-9:
982992

983993
Fixed
984994
~~~~~
@@ -1048,7 +1058,7 @@ Changed
10481058
- BoardView: Skip footprints with no pads (not just REF*\*)
10491059
(whitequark/kicad-boardview#14)
10501060

1051-
.. _fixed-9:
1061+
.. _fixed-10:
10521062

10531063
Fixed
10541064
~~~~~
@@ -1268,7 +1278,7 @@ Changed
12681278
- When *check_zone_fills* is enabled now we do a refill for the
12691279
boards
12701280

1271-
.. _fixed-10:
1281+
.. _fixed-11:
12721282

12731283
Fixed
12741284
~~~~~
@@ -1486,7 +1496,7 @@ Changed
14861496
- JLCPCB_stencil: Is now just like JLCPCB. The only difference is the
14871497
added layers.
14881498

1489-
.. _fixed-11:
1499+
.. _fixed-12:
14901500

14911501
Fixed
14921502
~~~~~
@@ -1596,7 +1606,7 @@ Added
15961606

15971607
- Option to use the auxiliary origin as reference. (#420)
15981608

1599-
.. _fixed-12:
1609+
.. _fixed-13:
16001610

16011611
Fixed
16021612
~~~~~
@@ -1683,7 +1693,7 @@ Added
16831693
- ``cross_using_kicad`` global option to use KiCad to cross DNP
16841694
components in the schematic. Enabled by default.
16851695

1686-
.. _fixed-13:
1696+
.. _fixed-14:
16871697

16881698
Fixed
16891699
~~~~~
@@ -1817,7 +1827,7 @@ Added
18171827
`1.5.1 <https://github.com/INTI-CMNB/KiBot/compare/v1.5.0...v1.5.1>`__ - 2022-12-16
18181828
-----------------------------------------------------------------------------------
18191829

1820-
.. _fixed-14:
1830+
.. _fixed-15:
18211831

18221832
Fixed
18231833
~~~~~
@@ -1904,7 +1914,7 @@ Changed
19041914

19051915
- loss tangent decimals, added one more.
19061916

1907-
.. _fixed-15:
1917+
.. _fixed-16:
19081918

19091919
Fixed
19101920
~~~~~
@@ -2014,7 +2024,7 @@ Added
20142024

20152025
- Position: option to set the resolution for floating values (#314)
20162026

2017-
.. _fixed-16:
2027+
.. _fixed-17:
20182028

20192029
Fixed
20202030
~~~~~
@@ -2104,7 +2114,7 @@ Added
21042114

21052115
- Installation checker: option to show the tool paths.
21062116

2107-
.. _fixed-17:
2117+
.. _fixed-18:
21082118

21092119
Fixed
21102120
~~~~~
@@ -2188,7 +2198,7 @@ Added
21882198
- GitHub discussions are now enabled. Comment about your KiBot
21892199
experience `here <https://github.com/INTI-CMNB/KiBot/discussions>`__
21902200

2191-
.. _fixed-18:
2201+
.. _fixed-19:
21922202

21932203
Fixed
21942204
~~~~~
@@ -2236,7 +2246,7 @@ Added
22362246
- Pattern and text variables expansion in the title (#198)
22372247
- Customizable extra info after the title (#199)
22382248

2239-
.. _fixed-19:
2249+
.. _fixed-20:
22402250

22412251
Fixed
22422252
~~~~~
@@ -2384,7 +2394,7 @@ Changed
23842394
- The default output pattern now includes the ``output_id`` (%I)
23852395
- The ``source`` path for ``compress`` now has pattern expansion (#152)
23862396

2387-
.. _fixed-20:
2397+
.. _fixed-21:
23882398

23892399
Fixed
23902400
~~~~~
@@ -2466,7 +2476,7 @@ Changed
24662476
- Reference ranges of two elements no longer represented as ranges.
24672477
Examples: “R1-R2” is now “R1 R2”, “R1-R3” remains unchanged.
24682478

2469-
.. _fixed-21:
2479+
.. _fixed-22:
24702480

24712481
Fixed
24722482
~~~~~
@@ -2498,7 +2508,7 @@ Added
24982508
[0.10.0-4] - 2021-02-16
24992509
-----------------------
25002510

2501-
.. _fixed-22:
2511+
.. _fixed-23:
25022512

25032513
Fixed
25042514
~~~~~
@@ -2510,7 +2520,7 @@ Fixed
25102520
[0.10.0-3] - 2021-02-16
25112521
-----------------------
25122522

2513-
.. _fixed-23:
2523+
.. _fixed-24:
25142524

25152525
Fixed
25162526
~~~~~
@@ -2522,7 +2532,7 @@ Fixed
25222532
[0.10.0-2] - 2021-02-12
25232533
-----------------------
25242534

2525-
.. _fixed-24:
2535+
.. _fixed-25:
25262536

25272537
Fixed
25282538
~~~~~
@@ -2580,7 +2590,7 @@ Changed
25802590
and error messages still use stderr.
25812591
- Now InteractiveHtmlBom can be installed just as a plugin.
25822592

2583-
.. _fixed-25:
2593+
.. _fixed-26:
25842594

25852595
Fixed
25862596
~~~~~
@@ -2621,7 +2631,7 @@ Changed
26212631
- Position files in CSV format quotes only the columns that could
26222632
contain an space. Just like KiCad does.
26232633

2624-
.. _fixed-26:
2634+
.. _fixed-27:
26252635

26262636
Fixed
26272637
~~~~~
@@ -2643,7 +2653,7 @@ Added
26432653
- Internal BoM HTML: highlight cell when hover.
26442654
- Internal BoM HTML: allow to jump to REF of row number using anchors.
26452655

2646-
.. _fixed-27:
2656+
.. _fixed-28:
26472657

26482658
Fixed
26492659
~~~~~
@@ -2669,7 +2679,7 @@ Added
26692679
- Columns in position files can be selected, renamed and sorted as you
26702680
like.
26712681

2672-
.. _fixed-28:
2682+
.. _fixed-29:
26732683

26742684
Fixed
26752685
~~~~~
@@ -2712,7 +2722,7 @@ Added
27122722
- Default output file name format and default variant can be specified
27132723
from the command line.
27142724

2715-
.. _fixed-29:
2725+
.. _fixed-30:
27162726

27172727
Fixed
27182728
~~~~~
@@ -2734,7 +2744,7 @@ Changed
27342744
creating the internal BoM. They are usually mistakes that prevents
27352745
grouping components.
27362746

2737-
.. _fixed-30:
2747+
.. _fixed-31:
27382748

27392749
Fixed
27402750
~~~~~
@@ -2765,7 +2775,7 @@ Changed
27652775

27662776
- Incorporated mcpy, no longer a dependency.
27672777

2768-
.. _fixed-31:
2778+
.. _fixed-32:
27692779

27702780
Fixed
27712781
~~~~~
@@ -2901,7 +2911,7 @@ Added
29012911
- variants_blacklist
29022912
- dnp_field
29032913

2904-
.. _fixed-32:
2914+
.. _fixed-33:
29052915

29062916
Fixed
29072917
~~~~~
@@ -2945,7 +2955,7 @@ Changed
29452955
missing or corrupted.
29462956
- The ‘check_zone_fills’ option is now independent of ‘run_drc’
29472957

2948-
.. _fixed-33:
2958+
.. _fixed-34:
29492959

29502960
Fixed
29512961
~~~~~
@@ -2965,7 +2975,7 @@ Added
29652975
- Tolerate config files without outputs
29662976
- Mechanism to filter ERC/DRC errors
29672977

2968-
.. _fixed-34:
2978+
.. _fixed-35:
29692979

29702980
Fixed
29712981
~~~~~
@@ -2985,7 +2995,7 @@ Changed
29852995

29862996
- Now kicad-automation-scripts 1.3.1 or newer is needed.
29872997

2988-
.. _fixed-35:
2998+
.. _fixed-36:
29892999

29903000
Fixed
29913001
~~~~~
@@ -3010,7 +3020,7 @@ Added
30103020
`0.2.2 <https://github.com/INTI-CMNB/KiBot/compare/v0.2.1...v0.2.2>`__ - 2020-04-20
30113021
-----------------------------------------------------------------------------------
30123022

3013-
.. _fixed-36:
3023+
.. _fixed-37:
30143024

30153025
Fixed
30163026
~~~~~
@@ -3023,7 +3033,7 @@ Fixed
30233033
`0.2.1 <https://github.com/INTI-CMNB/KiBot/compare/v0.2.0...v0.2.1>`__ - 2020-04-18
30243034
-----------------------------------------------------------------------------------
30253035

3026-
.. _fixed-37:
3036+
.. _fixed-38:
30273037

30283038
Fixed
30293039
~~~~~
@@ -3054,7 +3064,7 @@ Added
30543064
- Progress information
30553065
- –version option
30563066

3057-
.. _fixed-38:
3067+
.. _fixed-39:
30583068

30593069
Fixed
30603070
~~~~~

kibot/out_any_layer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ def layer2dict(la):
327327

328328
@staticmethod
329329
def get_conf_examples(name, layers):
330+
if name == 'hpgl' and GS.ki10:
331+
return None
330332
gb = {}
331333
outs = [gb]
332334
name_u = name.upper()

0 commit comments

Comments
 (0)