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

Switch LDO to more available part #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ _autosave-*
*-save.pro
*-save.kicad_pcb
fp-info-cache
*.kicad_prl
**/*-backups/*.zip

# Netlist files (exported from Eeschema)
*.net
Expand All @@ -23,3 +25,6 @@ fp-info-cache

# Exported BOM files
*.xml

#OSX
.DS_Store
9 changes: 9 additions & 0 deletions Gerbers/Toolhead_PCB/BOM-Toolhead_PCB.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Comment,Designator,Footprint,LCSC
Motor,"J2,J3,J4,J5,J6,J7,J8",JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical,C160237
4.7u/16V/X5R,"C1,C3",C_0603_1608Metric,C19666
10R,"R1,R3",R_0603_1608Metric,C22859
10K,R2,R_0603_1608Metric,C25804
Conn_02x10_Top_Bottom,J1,Molex_Micro-Fit_3.0_43045-2000_2x10_P3.00mm_Horizontal,C485576
XC6206PxxxMR,U2,SOT-23,C5446
10n/NP0,C4,C_0603_1608Metric,C57112
ADXL345BCCZ,U1,LGA-14_3x5mm_P0.8mm_LayoutBorder1x6y,C9667
Binary file added Gerbers/Toolhead_PCB/GERBER-Toolhead_PCB.zip
Binary file not shown.
17 changes: 17 additions & 0 deletions Gerbers/Toolhead_PCB/POS-Toolhead_PCB.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Designator,Val,Package,Mid X,Mid Y,Rotation,Layer
C1,4.7u/16V/X5R,C_0603_1608Metric,105.588,-85.522,-90.0,bottom
C3,4.7u/16V/X5R,C_0603_1608Metric,102.032,-82.982,0.0,bottom
C4,10n/NP0,C_0603_1608Metric,94.158,-83.998,0.0,bottom
J1,Conn_02x10_Top_Bottom,Molex_Micro-Fit_3.0_43045-2000_2x10_P3.00mm_Horizontal,86.5,-91.872,0.0,top
J2,Motor,JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical,103.77,-107.586,180.0,top
J3,Hotend Fan,JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical,105.675,-99.966,180.0,top
J4,Part Cooling Fan,JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical,87.935,-107.586,180.0,top
J5,Heater,JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical,114.605,-99.966,180.0,top
J6,Thermistor,JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical,87.935,-99.966,180.0,top
J7,X-Endstop,JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical,96.825,-99.966,180.0,top
J8,Part Cooling Fan,JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical,114.605,-107.586,180.0,top
R1,10R,R_0603_1608Metric,107.366,-85.522,90.0,bottom
R2,10K,R_0603_1608Metric,97.46,-83.998,180.0,bottom
R3,10R,R_0603_1608Metric,91.618,-89.84,0.0,bottom
U1,ADXL345BCCZ,LGA-14_3x5mm_P0.8mm_LayoutBorder1x6y,95.428,-87.046,180.0,bottom
U2,XC6206PxxxMR,SOT-23,102.286,-85.522,0.0,bottom
14 changes: 0 additions & 14 deletions Gerbers/Toolhead_PCB/Toolhead_PCB-BOM.csv

This file was deleted.

14 changes: 0 additions & 14 deletions Gerbers/Toolhead_PCB/Toolhead_PCB-B_SilkS.gbr

This file was deleted.

Loading