Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 |
Tags
- macro lens #EF #FD
- Xeon #E5-2680
- VMware #Shared Folder
- ITOP40
- k6 #피코프레소
- Octave #homebrew #macOS
- Laptop #CPUID
- Oh My Zsh #macOS
- VNC #Firewall #CenOS7 #VMware
- Callaway #Mavrik #Epic Flash
- ESP32 #Arduino
- centos7 #yum update #/boot
- Arduino #Wall Plotter
- Linux #VirtualBox
- CM-EF-NEX
- 매크로렌즈 #리버스링
- VirtualBox #VMware
- cycloidal #rv reducer
- razer #deathadder #viper #g102
- 다이슨 #배터리
- Dell #Latitude #BIOS
- fat32 #rufus
- XTU #Virtual Machine System
- Arduino #PlatformIO #macOS
- Tarantula #3D 프린터
- egpu #aorus gaming box #gtx1070 #tb3
- x99 itx/ac
- 피코프레소 #ITOP40
- Java #MacBook #macOS
- TensorFlow #Python #pip
Archives
- Today
- Total
얕고 넓게
[카메라] 렌즈 커버: C-mount 본문
2026.03.09

$fn=64;
size_o = 25+1;
size_t = size_o+2;
module main(){
cylinder(d=size_t, h=1);
difference(){
cylinder(d=size_t, h=5);
cylinder(d=size_o, h=4);
translate([0,0,4]) cylinder(d=size_o-1, h=4);
cube([1,size_t*2, 10], true);
rotate([0,0,30]) cube([1,size_t*2, 20], true);
rotate([0,0,60]) cube([1,size_t*2, 20], true);
rotate([0,0,90]) cube([1,size_t*2, 20], true);
rotate([0,0,120]) cube([1,size_t*2, 20], true);
rotate([0,0,150]) cube([1,size_t*2, 20], true);
}
}'IT > 광학' 카테고리의 다른 글
| [현미경] AmScope 현미경 자료, 카메라 인식 과정 (0) | 2026.03.04 |
|---|---|
| [현미경] 줌렌즈 자료 (0) | 2026.02.15 |
| [현미경] 6mm C-mount 렌즈 (0) | 2026.02.11 |
| [카메라] 50mm 구경 렌즈 탐험 2 (0) | 2025.12.25 |
| [카메라] 50mm 구경 렌즈 탐험 (0) | 2025.12.25 |
