mirror of
https://github.com/brmlab/brmscope.git
synced 2025-06-07 17:34:06 +02:00
Micropositioner to stepper shaft adapter
This commit is contained in:
parent
edb0240eb4
commit
4cc469ae52
2 changed files with 2847 additions and 0 deletions
17
hw/stepper_to_micropos.scad
Normal file
17
hw/stepper_to_micropos.scad
Normal file
|
@ -0,0 +1,17 @@
|
|||
union(){
|
||||
difference(){
|
||||
cylinder(h=15, r=12);
|
||||
cylinder(h=13, r=9);
|
||||
}
|
||||
translate(v=[0,0,14]){
|
||||
difference(){
|
||||
cylinder(h=13, r=8);
|
||||
translate(v=[0,0,3]){
|
||||
cylinder(h=11, r=5);
|
||||
translate(v=[2,-3,0]){
|
||||
cube(size=[6,6,11]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
2830
hw/stepper_to_micropos.stl
Normal file
2830
hw/stepper_to_micropos.stl
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue