Skip to content

Commit 26e2232

Browse files
committed
aligning commit num
1 parent 13e348a commit 26e2232

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

InitGui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
#* Kicad STEPUP (TM) is a TradeMark and cannot be freely usable *
1111
#* *
1212

13-
ksu_wb_version='v 10.16.9'
13+
ksu_wb_version='v 10.17.0'
1414
global myurlKWB, ksuWBpath
1515
myurlKWB='https://github.com/easyw/kicadStepUpMod'
1616
global mycommitsKWB
17-
mycommitsKWB=576 # v10.16.9
17+
mycommitsKWB=579 # v10.17.0
1818
global verKSU
1919
verKSU="10.7.8"
2020

kicad_parser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535

3636
# from kicadStepUptools import KicadPCB,SexpList
37-
__kicad_parser_version__ = '2.1.7'
37+
__kicad_parser_version__ = '2.1.8'
3838
# https://github.com/realthunder/fcad_pcb/issues/20#issuecomment-586042341
3939
# FreeCAD.Console.PrintLog('kicad_parser_version '+__kicad_parser_version__+'\n') # maui
4040
# print('kicad_parser_version '+__kicad_parser_version__)
@@ -1624,6 +1624,7 @@ def _cutHoles(self,objs,holes,name,label=None,fit_arcs=False,
16241624

16251625
def _makeCustomPad(self, params):
16261626
wires = []
1627+
# maui
16271628
primitive_types = params.primitives
16281629
for key in primitive_types:
16291630
# If there are multiple primitives of the same type (e.g. gr_arc), the node is parsed
@@ -1639,6 +1640,7 @@ def _makeCustomPad(self, params):
16391640
else:
16401641
wire = self._makeWires(wire, name=None, offset=width*0.5)
16411642
wires += wire.Wires
1643+
# maui end
16421644
if not wires:
16431645
return
16441646
if len(wires) == 1:

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
33
<name>KicadStepUp Workbench</name>
44
<description>A bidirectional ECAD/MCAD collaboration between KiCAD and FreeCAD.</description>
5-
<version>10.16.9</version>
5+
<version>10.17.0</version>
66
<maintainer email="[email protected]">Maui</maintainer>
77
<license file="LICENSE">AGPLv3.0</license>
88
<url type="repository" branch="master">https://github.com/easyw/kicadStepUpMod</url>

0 commit comments

Comments
 (0)