mirror of
https://github.com/thehookup/Motorized_MQTT_Blinds.git
synced 2026-01-08 05:53:59 -05:00
Merge pull request #26 from mpredfearn/master
Add 6mm square adapter plus openscad project
This commit is contained in:
17
BlindsAdapter.scad
Normal file
17
BlindsAdapter.scad
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
$fn=144;
|
||||
|
||||
shaft_diameter = 6.5;
|
||||
|
||||
difference() {
|
||||
cylinder(18, 7, 7);
|
||||
|
||||
//Blinds shaft
|
||||
translate([-shaft_diameter/2, -shaft_diameter/2, 7])
|
||||
cube([shaft_diameter, shaft_diameter, 11]);
|
||||
|
||||
// Motor shaft
|
||||
translate([-6/2, -3.5/2, 0])
|
||||
cube([6, 3.5, 7]);
|
||||
};
|
||||
4258
BlindsAdapter6mmSquare.stl
Normal file
4258
BlindsAdapter6mmSquare.stl
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user