bennymeg / Fabrication-Toolkit

An JLC PCB Fabrication Plugin for KiCad
Apache License 2.0
280 stars 49 forks source link

No subfolder in production #143

Closed Schildkroet closed 4 months ago

Schildkroet commented 4 months ago

Hello,

in previous versions, the plugin created a subfolder in production folder like: /production/Project_date_time/<files>

Now all files are just placed in production folder. How can i restore the previous behaviour?

bennymeg commented 4 months ago

Yes, use v3

G-glop commented 4 months ago

I'd say this is a non-answer. KiCad doesn't support multiple boards per project, and each project should have its own directory. Thus files without a project specific name are fine, but they really should include the project name to avoid confusion. For example the other JLCPCB plugin suffers from the same oversight (Bouni/kicad-jlcpcb-tools#339).