Mitja Nemec

Results 157 comments of Mitja Nemec

Could it be that the attachment (photo) size was bigger than 2MB. I've noticed that when I add a big attachment in Dec web app, the app refuses and gives...

Thanks for reporting it. Just looking at the .log file, I can't find the reason behind it. I've added some instrumentation to the plugin, so if you can grab new...

yeah, that is the case. It is really difficult to make this part of the code cross platform, cross distribution and robust. I don't have and issue with 5.1.10 on...

Thanks for reporting back. I've modified that part of code a bit and I've added additional debugging code, which should add some info to the log file. If you can,...

@jano2358 The .log file is placed in the currently opened project folder. And your last issue is with Place footprint plugin and is tottaly different issue. Please open another issue,...

Thanks for reporting, I was waiting for somebody to report it. Even with pre-6.0 the solution was not proper as it depended on language. For the time being, I can...

Are you on the version from the [5.99_test ](https://github.com/MitjaNemec/Kicad_action_plugins/tree/5.99_test)branch?

Sorry for ambiguous quastion. So I'll be more verbose. Which version of the plugin are you using. The one from the master branch, or the one from the 5.99_test branch...

Thanks for the effort. It seems that the script is broken. So you'll have to wait until I release a V6 version of it. I am currently working on it,...

No it has nothing to do with file paths Add `logger.info("model path: " + self.get_path(module))` line before the line 122, and run the plugin again, and look at the .log...