initial commit

This commit is contained in:
2022-09-25 16:36:00 -07:00
commit 0ee07ac0d4
5 changed files with 19 additions and 0 deletions

14
12mm_spacer.scad Normal file
View 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
View File

Binary file not shown.

View 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
View File

Binary file not shown.

View File

Binary file not shown.