-
Notifications
You must be signed in to change notification settings - Fork 14
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
Folders structure enhancement #8
Comments
The "Manufacture" folder sounds like a great idea. Since there are multiple
boards in this depot, we have to decide how to proceed:
Option 1) have board prefix: prntrboard_v2_schematics.pdf,
prntrboard_v2_ibom.htmletc for the main board; then tmc2209_schematics.pdf
tmc2209_ibom.html etc.
Option 2) have subfolders: Manufacture\prntrboardv2; Manufacture\tmc2209
etc.
I personally favor #2 since with #1 the list of files would be quite large
and hard to manage what is what, but I'm open to other suggestions.
~V
…On Sun, Jan 17, 2021 at 6:09 AM Arek ***@***.***> wrote:
I suggest to add following folder structure
-
(one folder per product)
-
Manufacture
- schematics.pdf
- ibom.html
- gerbers.zip
- bom.csv
- placement.csv
This is complete data for the ordering boards as well as assembly. Such a
product manufacture' subfolder then represents "release" data content. If
you agree I can start with making order following this suggestion.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6FRVRUA2WCZMSYYQ2ZU6TS2LVTLANCNFSM4WGEKETA>
.
|
Option #2 follows my idea.
I will refactor files but will not add jlcpcb assembly files. Have no idea
how you create those and frankly speaking it is painful process as they do
not follow any standard of initial orientation. Thus every project one must
check if components orientation is OK.
W dniu niedz., 17.01.2021 o 17:02 ghent360 <[email protected]>
napisał(a):
… The "Manufacture" folder sounds like a great idea. Since there are multiple
boards in this depot, we have to decide how to proceed:
Option 1) have board prefix: prntrboard_v2_schematics.pdf,
prntrboard_v2_ibom.htmletc for the main board; then tmc2209_schematics.pdf
tmc2209_ibom.html etc.
Option 2) have subfolders: Manufacture\prntrboardv2; Manufacture\tmc2209
etc.
I personally favor #2 since with #1 the list of files would be quite large
and hard to manage what is what, but I'm open to other suggestions.
~V
On Sun, Jan 17, 2021 at 6:09 AM Arek ***@***.***> wrote:
> I suggest to add following folder structure
>
> -
>
> (one folder per product)
> -
>
> Manufacture
> - schematics.pdf
> - ibom.html
> - gerbers.zip
> - bom.csv
> - placement.csv
>
> This is complete data for the ordering boards as well as assembly. Such a
> product manufacture' subfolder then represents "release" data content. If
> you agree I can start with making order following this suggestion.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#8>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AB6FRVRUA2WCZMSYYQ2ZU6TS2LVTLANCNFSM4WGEKETA
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD2T6FKOADK5OW5WSMCSW3DS2MCZNANCNFSM4WGEKETA>
.
|
I have a magic awk script that fixes the orientation on components I know
are wrong. JLC people are nice and will fix wrong orientation for you even
if you get it wrong, just have some cues in the silkscreen about the
correct orientation.
…On Sun, Jan 17, 2021 at 8:19 AM Arek ***@***.***> wrote:
Option #2 follows my idea.
I will refactor files but will not add jlcpcb assembly files. Have no idea
how you create those and frankly speaking it is painful process as they do
not follow any standard of initial orientation. Thus every project one must
check if components orientation is OK.
W dniu niedz., 17.01.2021 o 17:02 ghent360 ***@***.***>
napisał(a):
> The "Manufacture" folder sounds like a great idea. Since there are
multiple
> boards in this depot, we have to decide how to proceed:
> Option 1) have board prefix: prntrboard_v2_schematics.pdf,
> prntrboard_v2_ibom.htmletc for the main board; then
tmc2209_schematics.pdf
> tmc2209_ibom.html etc.
> Option 2) have subfolders: Manufacture\prntrboardv2; Manufacture\tmc2209
> etc.
>
> I personally favor #2 since with #1 the list of files would be quite
large
> and hard to manage what is what, but I'm open to other suggestions.
>
> ~V
>
> On Sun, Jan 17, 2021 at 6:09 AM Arek ***@***.***> wrote:
>
> > I suggest to add following folder structure
> >
> > -
> >
> > (one folder per product)
> > -
> >
> > Manufacture
> > - schematics.pdf
> > - ibom.html
> > - gerbers.zip
> > - bom.csv
> > - placement.csv
> >
> > This is complete data for the ordering boards as well as assembly.
Such a
> > product manufacture' subfolder then represents "release" data content.
If
> > you agree I can start with making order following this suggestion.
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub
> > <#8>, or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AB6FRVRUA2WCZMSYYQ2ZU6TS2LVTLANCNFSM4WGEKETA
> >
> > .
> >
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <
#8 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AD2T6FKOADK5OW5WSMCSW3DS2MCZNANCNFSM4WGEKETA
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6FRVQ52AEIZ7GFJH4KMV3S2MEXJANCNFSM4WGEKETA>
.
|
Yes I agree one has to check the orientation. Ill add the manufacture files
I have used and know to work well.
On Sun, Jan 17, 2021 at 8:28 AM Venelin Efremov <[email protected]>
wrote:
… I have a magic awk script that fixes the orientation on components I know
are wrong. JLC people are nice and will fix wrong orientation for you even
if you get it wrong, just have some cues in the silkscreen about the
correct orientation.
On Sun, Jan 17, 2021 at 8:19 AM Arek ***@***.***> wrote:
> Option #2 follows my idea.
>
> I will refactor files but will not add jlcpcb assembly files. Have no idea
> how you create those and frankly speaking it is painful process as they do
> not follow any standard of initial orientation. Thus every project one
> must
> check if components orientation is OK.
>
> W dniu niedz., 17.01.2021 o 17:02 ghent360 ***@***.***>
> napisał(a):
>
> > The "Manufacture" folder sounds like a great idea. Since there are
> multiple
> > boards in this depot, we have to decide how to proceed:
> > Option 1) have board prefix: prntrboard_v2_schematics.pdf,
> > prntrboard_v2_ibom.htmletc for the main board; then
> tmc2209_schematics.pdf
> > tmc2209_ibom.html etc.
> > Option 2) have subfolders: Manufacture\prntrboardv2; Manufacture\tmc2209
> > etc.
> >
> > I personally favor #2 since with #1 the list of files would be quite
> large
> > and hard to manage what is what, but I'm open to other suggestions.
> >
> > ~V
> >
> > On Sun, Jan 17, 2021 at 6:09 AM Arek ***@***.***> wrote:
> >
> > > I suggest to add following folder structure
> > >
> > > -
> > >
> > > (one folder per product)
> > > -
> > >
> > > Manufacture
> > > - schematics.pdf
> > > - ibom.html
> > > - gerbers.zip
> > > - bom.csv
> > > - placement.csv
> > >
> > > This is complete data for the ordering boards as well as assembly.
> Such a
> > > product manufacture' subfolder then represents "release" data
> content. If
> > > you agree I can start with making order following this suggestion.
> > >
> > > —
> > > You are receiving this because you are subscribed to this thread.
> > > Reply to this email directly, view it on GitHub
> > > <#8>, or unsubscribe
> > > <
> >
> https://github.com/notifications/unsubscribe-auth/AB6FRVRUA2WCZMSYYQ2ZU6TS2LVTLANCNFSM4WGEKETA
> > >
> > > .
> > >
> >
> > —
> > You are receiving this because you authored the thread.
> > Reply to this email directly, view it on GitHub
> > <
> #8 (comment)
> >,
> > or unsubscribe
> > <
> https://github.com/notifications/unsubscribe-auth/AD2T6FKOADK5OW5WSMCSW3DS2MCZNANCNFSM4WGEKETA
> >
> > .
> >
>
> —
> You are receiving this because you commented.
>
>
> Reply to this email directly, view it on GitHub
> <#8 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AB6FRVQ52AEIZ7GFJH4KMV3S2MEXJANCNFSM4WGEKETA>
> .
>
|
PR pushed, now the ball is yours 👍 What I am thinking about is that new version of for example TMC2209 driver shall not appear as additional file set but the repository shall by flagged with tags. Then information about revision in README file shall be updated keeping old data untouched. |
I changed the StepStick driver schematics a bit. Removed the external voltage source - I'm not aware of any drivers that can be driven with over 24V successfully. Added local filter cap and a few jumpers to account for a variety of BTT and other drivers. |
I updated all the driver boards. |
I suggest to add following folder structure
(one folder per product)
Manufacture
This is complete data for the ordering boards as well as assembly. Such a product manufacture' subfolder then represents "release" data content. If you agree I can start with making order following this suggestion.
The text was updated successfully, but these errors were encountered: