fix for filament detector holder
This commit is contained in:
parent
a94d1d8b70
commit
0ed85ae7e0
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ base_det_screw_l = 30;
|
|||
base_det_screw_d = 3.5;
|
||||
base_det_screw_head = 6;
|
||||
|
||||
det_offset = 4; // offset to the left, because the Elegoo filament detector is not centered
|
||||
det_offset = 0; // NO offset to the left, because the Elegoo filament detector IS centered
|
||||
|
||||
|
||||
difference() {
|
||||
|
|
@ -28,7 +28,7 @@ difference() {
|
|||
// hole for screw for filament detector
|
||||
ycyl(d=base_det_screw_d, h=base_dim[1]);
|
||||
// hole for the screw head
|
||||
back(base_det_screw_l - 10) ycyl(d=base_det_screw_head, h=base_dim[1]);
|
||||
back(base_det_screw_l - 15) ycyl(d=base_det_screw_head, h=base_dim[1]);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue