You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While useful to retain the source files when compression of fab outputs is used, it is not needed in regular cases, also we can just unzip the compressed archives. As such, an option just as keep_temporal_files would be useful to be able to set to remove temporary files, having a cleaner output result.
- Is the most common case, so now we move (instead of copy)
- Can be configured using _KIBOT_COMPRESS_MOVE
- Left the JLCPCB BoM and Position outside, they must be uploaded
separately
Closes#537
@set-soft makes sense, aren't the BOM and Position files used by the assembly service only anyway? And I suppose you mean 'need to be uploaded to jlpcb assembly service separately anyway'?
When you use JLCPCB you must upload the generated .ZIP first and then the BOM and CPL files. You need them separated. I recently found it while doing some adjusts to the rotation filters.
Also note that the other manufacturer outputs doesn't generate BoM and position. So you currently get the same for all, the ZIP contains the gerbers and drill outputs. In the JLCPCB case they offer a "free" PCBA service, so this is really popular and we generate the files, but again separately because they are uploaded separrately.
While useful to retain the source files when compression of fab outputs is used, it is not needed in regular cases, also we can just unzip the compressed archives. As such, an option just as
keep_temporal_files
would be useful to be able to set to remove temporary files, having a cleaner output result.The text was updated successfully, but these errors were encountered: