mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-16 20:38:15 +01:00
Cleaned up STL.
This commit is contained in:
parent
a40fa6dbc0
commit
769db9c588
Binary file not shown.
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 118 KiB |
File diff suppressed because it is too large
Load Diff
@ -28,12 +28,11 @@ module z_screw_pointer_stl() {
|
|||||||
union() {
|
union() {
|
||||||
linear_extrude(height = wall)
|
linear_extrude(height = wall)
|
||||||
hull() {
|
hull() {
|
||||||
circle(r = outer_rad, center = true);
|
circle(outer_rad);
|
||||||
translate([pointer - filament_width, 0, 0])
|
translate([pointer - filament_width, 0, 0])
|
||||||
square(filament_width * 2, center = true);
|
square(filament_width * 2, center = true);
|
||||||
}
|
}
|
||||||
translate([0,0, eta])
|
cylinder(r = outer_rad + 0.001, h = height);
|
||||||
cylinder(r = outer_rad, h = height);
|
|
||||||
}
|
}
|
||||||
poly_cylinder(r = inner_rad, h = 2 * height + 1, center = true);
|
poly_cylinder(r = inner_rad, h = 2 * height + 1, center = true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user