MitjaNemec / ReplicateLayout

GNU General Public License v2.0
90 stars 12 forks source link

Failure on start V7/2.0.12 #55

Closed myamigo closed 1 year ago

myamigo commented 1 year ago

I'm starting to look closer at V7 to see how it handles my V6 design. I opened and saved it in V7 so the design files are up to date.

When I run the replicator I get the following... image

replicate_layout_error.log contains only:

SyntaxError('invalid syntax', ('C:\Users\me\OneDrive\Documents\KiCad\7.0\3rdparty\plugins\com_github_MitjaNemec_ReplicateLayout\replicate_layout.py', 1069, 43, ' new_text = text.Duplicate(.Cast()\n'))

What do you suggest?

myamigo commented 1 year ago

Looks like line 1069 should be

new_text = text.Duplicate(text.Cast())

currently it is...

new_text = text.Duplicate(.Cast()

MitjaNemec commented 1 year ago

Yeah I was working to fast yesterday and I got a syntax error in.

The line should be

new_text = text.Duplicate().Cast()

The fix is in 2.0.13

myamigo commented 1 year ago

I just realized I didn't quite have it right. Thanks for the fix.

Got by that and ran into the exotic connectivity popup again. Same issue with the net-tie stubbed nets :-(