initial commit
This commit is contained in:
14
12mm_spacer.scad
Normal file
14
12mm_spacer.scad
Normal file
@@ -0,0 +1,14 @@
|
||||
translate([0,0,-32])
|
||||
%import("runout_sensor_body.stl");
|
||||
|
||||
difference()
|
||||
{
|
||||
translate([-20,-12,-10])
|
||||
cube([40,12,20]);
|
||||
translate([-12.5,1,0])
|
||||
rotate([90,0,0])
|
||||
cylinder(d=5.5, h=20, $fn=60);
|
||||
translate([12.5,1,0])
|
||||
rotate([90,0,0])
|
||||
cylinder(d=5.5, h=20, $fn=60);
|
||||
}
|
||||
BIN
12mm_spacer.stl
Normal file
BIN
12mm_spacer.stl
Normal file
Binary file not shown.
5
Low Resistance Optical Filament Runout Sensor.desktop
Normal file
5
Low Resistance Optical Filament Runout Sensor.desktop
Normal file
@@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Icon=text-html
|
||||
Name=https://www.printables.com/model/31301-low-resistance-optical-filament-runout-sensor
|
||||
Type=Link
|
||||
URL[$e]=https://www.printables.com/model/31301-low-resistance-optical-filament-runout-sensor
|
||||
BIN
runout_sensor_body.stl
Normal file
BIN
runout_sensor_body.stl
Normal file
Binary file not shown.
BIN
runout_sensor_pressure_arm.stl
Normal file
BIN
runout_sensor_pressure_arm.stl
Normal file
Binary file not shown.
Reference in New Issue
Block a user