neue 3d Objekte
This commit is contained in:
3
gilder/LICENSE.txt
Normal file
3
gilder/LICENSE.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
One-Piece Printed Glider (https://www.thingiverse.com/thing:548230) by pittance is licensed under the Creative Commons - Public Domain Dedication license.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
38
gilder/README.txt
Normal file
38
gilder/README.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
.: :,
|
||||
,:::::::: ::` ::: :::
|
||||
,:::::::: ::` ::: :::
|
||||
.,,:::,,, ::`.:, ... .. .:, .:. ..`... ..` .. .:, .. :: .::, .:,`
|
||||
,:: ::::::: ::, ::::::: `:::::::.,:: ::: ::: .:::::: ::::: :::::: .::::::
|
||||
,:: :::::::: ::, :::::::: ::::::::.,:: ::: ::: :::,:::, ::::: ::::::, ::::::::
|
||||
,:: ::: ::: ::, ::: :::`::. :::.,:: ::,`::`::: ::: ::: `::,` ::: :::
|
||||
,:: ::. ::: ::, ::` :::.:: ::.,:: :::::: ::::::::: ::` :::::: :::::::::
|
||||
,:: ::. ::: ::, ::` :::.:: ::.,:: .::::: ::::::::: ::` :::::::::::::::
|
||||
,:: ::. ::: ::, ::` ::: ::: `:::.,:: :::: :::` ,,, ::` .:: :::.::. ,,,
|
||||
,:: ::. ::: ::, ::` ::: ::::::::.,:: :::: :::::::` ::` ::::::: :::::::.
|
||||
,:: ::. ::: ::, ::` ::: :::::::`,:: ::. :::::` ::` :::::: :::::.
|
||||
::, ,:: ``
|
||||
::::::::
|
||||
::::::
|
||||
`,,`
|
||||
|
||||
|
||||
https://www.thingiverse.com/thing:548230
|
||||
One-Piece Printed Glider by pittance is licensed under the Creative Commons - Public Domain Dedication license.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
# Summary
|
||||
|
||||
Glider with a futuristic-looking outline, prints in one step
|
||||
|
||||
# Instructions
|
||||
|
||||
Print with 100% fill, I used PLA with 0.2mm first layer, 0.1mm layers for the rest.
|
||||
**You'll probably need to bend up the tail a little to get it trimmed and bend up the wings to get some dihedral (for roll stability)** - see the photos for what I mean, try to keep it symmetrical!
|
||||
It's quite hard to throw; I find the best way is to hold either side of the fuselage forward of the wing root - try not to twist when you throw!
|
||||
|
||||
There are now two versions of the STL, one with a 0.4mm thick fin and one with 0.8mm thickness - see edit 2 for details. If your slicer program doesn't like the single-pass fin at 0.4mm try 0.8 or re-generate the STL from the scad file with whatever thickness you want to try.
|
||||
|
||||
The whole model is formed from extruded DXFs in OpenSCAD so you can alter them in Inkscape if you want (SVG sources provided - but OpenSCAD won't work with curves in DXFs so convert to lines with 'Extensions > Modify Path > Flatten Beziers' first then re-export to DXF)
|
||||
**edit** The fin is a single-wall part which went a bit funny when I recently printed it on a RepRap with a big print fan blowing on it, it seemed to blow the printing layer off the previous one - it doesn't seem to be a problem for all printers (fine on my mini kossel and on one of the prints here) but I'll see if I can find a way to make a version that might be better. I also added in a missing DXF file.
|
||||
**edit 2** The fin seems to be causing problems on some printers/slicers, I haven't got easy access to anything except Slic3r/mini kossel to test on at the moment (& this is fine with the thin fin) so I've uploaded a couple of new STLs, one with a 0.4mm fin thickness and one with 0.8mm to see if that helps. I've also changed the .scad file to allow the fin thickness to be changed more easily if you want to.
|
||||
**edit 3** Changed the *.scad file to use the layers in the DXF file (always there just didn't realise OpenScad could use them) and included the SVG source. As suggested by dgatza I also edited the DXF to round out the back of the nose for strength as a couple of people have found it broke on a heavy landing.
|
||||
31
gilder/attribution_card.html
Normal file
31
gilder/attribution_card.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!-- 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:548230&choe=UTF-8&chld=Q|1">
|
||||
</div>
|
||||
<h1>One-Piece Printed Glider by pittance</h1>
|
||||
<h2>Published on November 16, 2014</h2>
|
||||
<h3>www.thingiverse.com/thing:548230</h3>
|
||||
<h4>
|
||||
Creative Commons - Public Domain Dedication<br /></h4>
|
||||
</div></div>
|
||||
|
||||
<script>
|
||||
// TODO
|
||||
window.onload = function(){
|
||||
document.getElementById('tagback').appendChild(document.getElementById('tagback').firstChild.cloneNode(true));
|
||||
};
|
||||
</script>
|
||||
1368
gilder/files/005.dxf
Normal file
1368
gilder/files/005.dxf
Normal file
File diff suppressed because it is too large
Load Diff
23
gilder/files/3dPrintPlane.scad
Normal file
23
gilder/files/3dPrintPlane.scad
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
//Normally the vertical fin is 1 nozzle width thick (0.4mm on my extruder) but this
|
||||
//seems to cause problems with some printers and/or slicer programs so if you're
|
||||
//struggling you can try changing 'finThickness' to be thicker - try 0.8 instead
|
||||
//of 0.4
|
||||
//This will make the aircraft more tail-heavy but this might not be a problem
|
||||
//You should expect to bend the tail rear (trailing) edges up in most cases to get
|
||||
//stability anyway
|
||||
|
||||
finThickness = 0.4; //Only tested at 0.4mm on my machine
|
||||
|
||||
shiftBaseLayer = 27; //no idea why Inkscape exports with one layer shifted back
|
||||
//if it decides not to do this then set this to zero
|
||||
|
||||
translate([-180/2,shiftBaseLayer,0])linear_extrude(0.3) import("conceptConverted.dxf",layer="redBase");
|
||||
translate([-180/2,-180/2,0])linear_extrude(0.5) import("conceptConverted.dxf",layer="blueReinforce");
|
||||
translate([-180/2,-180/2,0])linear_extrude(1.8) import("conceptConverted.dxf",layer="greenSpine");
|
||||
translate([-180/2,-180/2,0])linear_extrude(3.0) import("conceptConverted.dxf",layer="purpleTop");
|
||||
|
||||
translate([-finThickness/2,-80,26]) rotate([0,90,0]) scale([0.26,0.26,1]) linear_extrude(finThickness) import("005.dxf");
|
||||
|
||||
//test only - 178mm circle for mini Kossel print bed
|
||||
//color([0.5,0.1,0.1,0.1])translate([0,0,0])cylinder(h=1,d=178);
|
||||
17838
gilder/files/3dPrintPlane.stl
Normal file
17838
gilder/files/3dPrintPlane.stl
Normal file
File diff suppressed because it is too large
Load Diff
17866
gilder/files/3dPrintPlane_0.8.stl
Normal file
17866
gilder/files/3dPrintPlane_0.8.stl
Normal file
File diff suppressed because it is too large
Load Diff
18860
gilder/files/conceptConverted.dxf
Normal file
18860
gilder/files/conceptConverted.dxf
Normal file
File diff suppressed because it is too large
Load Diff
99
gilder/files/conceptConverted.svg
Normal file
99
gilder/files/conceptConverted.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 16 KiB |
BIN
gilder/images/3dPrintPlane_0.8_preview_featured.jpg
Normal file
BIN
gilder/images/3dPrintPlane_0.8_preview_featured.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
BIN
gilder/images/3dPrintPlane_preview_featured.jpg
Normal file
BIN
gilder/images/3dPrintPlane_preview_featured.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
BIN
gilder/images/IMG_20140823_151520_preview_featured.jpg
Normal file
BIN
gilder/images/IMG_20140823_151520_preview_featured.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
BIN
gilder/images/IMG_20140823_151540_preview_featured.jpg
Normal file
BIN
gilder/images/IMG_20140823_151540_preview_featured.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
BIN
gilder/images/conceptConverted_preview_featured.jpg
Normal file
BIN
gilder/images/conceptConverted_preview_featured.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user