Init commit
commit
b13af049d7
|
@ -0,0 +1,84 @@
|
|||
##
|
||||
## PROJECT: GeekRebot
|
||||
## FILE: .gitignore
|
||||
## PURPOSE: The root .gitignore file for GeekRebot.Project Project
|
||||
##
|
||||
## LICENSE: The MIT License
|
||||
##
|
||||
## DEVELOPER: Zhan Li (719901725@qq.com)
|
||||
##
|
||||
|
||||
##
|
||||
## 针对LVGL输出文件
|
||||
##
|
||||
Output/
|
||||
|
||||
##
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
|
||||
# Visaul Studio临时文件
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Mono auto generated files
|
||||
mono_crash.*
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Ww][Ii][Nn]32/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
|
||||
# Altium Designer 历史文件
|
||||
*PcbDoc.Zip
|
||||
History/
|
||||
|
||||
# Visual Studio生成文件
|
||||
*.o
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_h.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*_wpftmp.csproj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
After Width: | Height: | Size: 392 KiB |
Binary file not shown.
After Width: | Height: | Size: 384 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,21 @@
|
|||
## 嘉立创制造工艺要求
|
||||
|
||||
**1、过孔**
|
||||
|
||||
| 类型 | mm单位 | mil单位 | 稚晖君(mil) |
|
||||
| ------------ | -------------------------------------------- | ----------- | ----------- |
|
||||
| 单面和双面板 | 内径0.3mm/外径0.5mm,单面铝基板最小钻孔1.0mm | 12mil/20mil | 12mil/20mil |
|
||||
| 四层和六层板 | 内径0.2mm/外径0.45mm | 8mil/18mil | 8mil/18mil |
|
||||
|
||||
**2、走线**
|
||||
|
||||
| 类型 | mm单位 | mil单位 |
|
||||
| ---------- | ------------------- | --------------- |
|
||||
| 单面和双面 | 0.1mm(极限)~0.127mm | 4mil(极限)~5mil |
|
||||
| 四层和六层 | 0.09mm | 3.6mil |
|
||||
|
||||
**3、走线到过孔**
|
||||
|
||||
![image-20230426230410031](E:\HardwareProject\AltiumDesigner\Image\image2.png)
|
||||
|
||||
![image-20230426230237306](.\Image\image1.png)
|
Loading…
Reference in New Issue