Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn' work with Kicad 8.99 #75

Closed
positroniumx opened this issue Oct 1, 2024 · 10 comments
Closed

Doesn' work with Kicad 8.99 #75

positroniumx opened this issue Oct 1, 2024 · 10 comments
Assignees
Labels
enhancement New feature or request

Comments

@positroniumx
Copy link

I installed the add-on via Kicad's plugin manager. It detects the board but errors when exporting the file. I tried on both Windows and Linux versions of Kicad, same error.

error

@30350n
Copy link
Owner

30350n commented Oct 3, 2024

Thanks for the note, but I won't look into this further until KiCad 9.0 is stable.

@30350n 30350n self-assigned this Oct 3, 2024
@30350n 30350n added the enhancement New feature or request label Oct 3, 2024
@positroniumx
Copy link
Author

Wouldn't have mentioned it but since I saved my project files in 8.99 format I can't open them with the previous version. Maybe a heads up for anyone starting a new project with the hopes of using this add-on, use an older version of Kicad. Or maybe add a version compatibility notice.

30350n added a commit that referenced this issue Oct 3, 2024
@30350n
Copy link
Owner

30350n commented Oct 3, 2024

I've set the kicad_version_max to 8.0 now in the metadata.json, so newer versions shouldn't be displayed in the Package Manager anymore (althought for this to really make sense I'd also have to do this for all the other old versions I guess).

Also, x.99 versions are development versions not meant for production use afaik.

@eriklundh
Copy link

We are already at Kicad 8.0.5
Your setting of kicad_version=8.0 might be why 2.14 never showed up in my 8.0.5 Kicad Package Manager. I had to download the 2.14 exporter as a zip file and install the plugin from disk.
Dev versions seems to be numbered 8.99
8.98 might be a better value for kicad_max_version.

@30350n
Copy link
Owner

30350n commented Oct 3, 2024

Your setting of kicad_version=8.0 might be why 2.14 never showed up in my 8.0.5 Kicad Package Manager.

I literally released v2.14 3 hours ago, even if I would have submitted a PR to the PCM repo, it wouldn't have been merged yet, so not sure what you are on about. (Also I won't add v2.14 to the PCM repo, because it's functionally identical to v2.13 and yes that's also the reason why some other versions are missing.)

Your setting of kicad_version=8.0 might be why 2.14 never showed up in my 8.0.5 Kicad Package Manager.
8.98 might be a better value for kicad_max_version.

No and no (RTFM).

  1. kicad_version refers to the minimum KiCad version supported, specifying a PATCH version is not required.
  2. kicad_version_max refers to the last version that's compatible (once again specifying a PATCH version is not required).

So setting both to "8.0" should be perfectly fine.

@positroniumx
Copy link
Author

I've set the kicad_version_max to 8.0 now in the metadata.json, so newer versions shouldn't be displayed in the Package Manager anymore (althought for this to really make sense I'd also have to do this for all the other old versions I guess).

Also, x.99 versions are development versions not meant for production use afaik.

Yeah these things come with the territory of using bleeding edge, I used kicad-git package. Just that I lost some time trying to make it work thinking it's something on my end, since I got the add-on from the plugin manager. Didn't expect version issues.

@30350n
Copy link
Owner

30350n commented Oct 3, 2024

Didn't expect version issues.

Yeah this in particular just seems like they renamed/removed some arguments of ExportVRML. But I hope you understand that I really can't be bothered to be up to date with every little change like that ...

Will keep this open to remind me to fix this at some point:

set the kicad_version_max to 8.0 [...] for this to really make sense I'd also have to do this for all the other old versions I guess

@30350n 30350n reopened this Oct 3, 2024
@positroniumx
Copy link
Author

Yeah I understand no problem, just mentioned it as a heads up for others.

@eriklundh
Copy link

My mistake, I was thinking of kicad_version_max.
Good to know that patch versions are insignificant.

@30350n
Copy link
Owner

30350n commented Nov 6, 2024

Closing this, v2.15 should clarify that nightly builds are not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants