This commit is contained in:
2021-01-23 21:18:01 -05:00
parent 371789994e
commit 806480d924
29 changed files with 33047 additions and 0 deletions

3
Push_Buttons/LICENSE.txt Normal file
View File

@@ -0,0 +1,3 @@
Push Buttons (http://www.thingiverse.com/thing:1909644) by jeplans is licensed under the Creative Commons - Attribution - Non-Commercial - Share Alike license.
http://creativecommons.org/licenses/by-nc-sa/3.0/

41
Push_Buttons/README.txt Normal file
View File

@@ -0,0 +1,41 @@
.: :,
,:::::::: ::` ::: :::
,:::::::: ::` ::: :::
.,,:::,,, ::`.:, ... .. .:, .:. ..`... ..` .. .:, .. :: .::, .:,`
,:: ::::::: ::, ::::::: `:::::::.,:: ::: ::: .:::::: ::::: :::::: .::::::
,:: :::::::: ::, :::::::: ::::::::.,:: ::: ::: :::,:::, ::::: ::::::, ::::::::
,:: ::: ::: ::, ::: :::`::. :::.,:: ::,`::`::: ::: ::: `::,` ::: :::
,:: ::. ::: ::, ::` :::.:: ::.,:: :::::: ::::::::: ::` :::::: :::::::::
,:: ::. ::: ::, ::` :::.:: ::.,:: .::::: ::::::::: ::` :::::::::::::::
,:: ::. ::: ::, ::` ::: ::: `:::.,:: :::: :::` ,,, ::` .:: :::.::. ,,,
,:: ::. ::: ::, ::` ::: ::::::::.,:: :::: :::::::` ::` ::::::: :::::::.
,:: ::. ::: ::, ::` ::: :::::::`,:: ::. :::::` ::` :::::: :::::.
::, ,:: ``
::::::::
::::::
`,,`
http://www.thingiverse.com/thing:1909644
Push Buttons by jeplans is licensed under the Creative Commons - Attribution - Non-Commercial - Share Alike license.
http://creativecommons.org/licenses/by-nc-sa/3.0/
# Summary
https://youtu.be/5z3Tby1FZRU
Works with 6x6x5mm Momentary Tactile Tact Push Button
Stand or Insert
tall or short buttons
If like what you see, a want me to continue sharing free 3D printing plans be sure to Tip Me.
Thanks,
# Print Settings
Printer: FlashForge Creator Pro
Rafts: No
Resolution: 2mm
Notes:
Base Insert bezel will need supports

View File

@@ -0,0 +1,45 @@
<!-- from http://www.thingiverse.com/thing:8174 by whosawhatsis, used with permission -->
<style type="text/css">
#tagback {padding: 50px;background: white;}
.tag {position: relative;border: 1px solid #eeeeee;width: 450px;height: 150px;margin: 0px;padding: 10px 10px 10px 120px;}
.tag .qrcode-sidebar {float: right;margin: 0px;padding: 0px;}
.tag a {color: black;text-decoration: none;}
.tag h1 {font: bold 18px Arial,sans-serif;margin: 0px;padding: 0px; word-wrap: break-word; max-height: 2.25em; overflow: hidden;}
.tag h2 {font: 14px Arial,sans-serif;margin: 0px;padding: 0px;}
.tag h3 {font: 12px Courier,monospace;margin: 0px;padding: 0px;}
.tag h4 {font: 9px Arial,sans-serif;position: absolute;bottom: 0px;left: 0px;margin: 0px 150px 0px 0px;padding: 0px;}
.tag h4 div {float: left;margin: 0px 5px 15px 125px;height: 40px;}
.tag h4 div img {height: 40px;}
</style>
<div id="tagback"><div class="tag">
<div class="qrcode-sidebar">
<img src="//chart.apis.google.com/chart?chs=150x150&cht=qr&chl=thingiverse.com/thing:1909644&choe=UTF-8&chld=Q|1">
</div>
<h1>Push Buttons by jeplans</h1>
<h2>Published on November 22, 2016</h2>
<h3>www.thingiverse.com/thing:1909644</h3>
<h4>
<div class="row-fluid cc-licenses">
<span class="span3">
<img src="https://cdn.thingiverse.com/site/img/cc/chooser_cc.png" />
</span>
<span class="span3">
<img src="https://cdn.thingiverse.com/site/img/cc/chooser_by.png" />
</span>
<span class="span3">
<img src="https://cdn.thingiverse.com/site/img/cc/chooser_nc.png" />
</span>
<span class="span3">
<img src="https://cdn.thingiverse.com/site/img/cc/chooser_sa.png" />
</span>
</div>
Creative Commons - Attribution - Non-Commercial - Share Alike<br /></h4>
</div></div>
<script>
// TODO
window.onload = function(){
document.getElementById('tagback').appendChild(document.getElementById('tagback').firstChild.cloneNode(true));
};
</script>

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,11 @@
module push_buttons2_1()
{
/* all layers combined, scaled to within a 1mm cube */
scale([1, 1, 1/1])
difference() {
union() {
scale([1,1,2]) translate([0,0,-0.5]) push_buttons2_1_1();
}
translate([0,0,-2]) cube([2,2,4],center=true);
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB