diff options
author | dakkar <dakkar@thenautilus.net> | 2009-09-07 17:55:04 +0200 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2009-09-07 17:55:04 +0200 |
commit | 14131b281ea4f60a44a4390e9fa730820aa6785b (patch) | |
tree | eb57adcd224d300fba5075f17a830be945abe7f1 /src/HW/makerbot/printed-objects | |
parent | create "image" subdir, too (diff) | |
download | thenautilus-14131b281ea4f60a44a4390e9fa730820aa6785b.tar.gz thenautilus-14131b281ea4f60a44a4390e9fa730820aa6785b.tar.bz2 thenautilus-14131b281ea4f60a44a4390e9fa730820aa6785b.zip |
new documents about the makerbot
including images, and templates for "figure" and "image" ReST directives
Diffstat (limited to 'src/HW/makerbot/printed-objects')
-rw-r--r-- | src/HW/makerbot/printed-objects/document.en.rest.tt | 52 | ||||
-rw-r--r-- | src/HW/makerbot/printed-objects/document.it.rest.tt | 50 | ||||
l--------- | src/HW/makerbot/printed-objects/du2html.xsl | 1 |
3 files changed, 103 insertions, 0 deletions
diff --git a/src/HW/makerbot/printed-objects/document.en.rest.tt b/src/HW/makerbot/printed-objects/document.en.rest.tt new file mode 100644 index 0000000..85775b2 --- /dev/null +++ b/src/HW/makerbot/printed-objects/document.en.rest.tt @@ -0,0 +1,52 @@ +================================ + Some objects I printed +================================ +:CreationDate: 2009-09-07 15:32:20 +:Id: HW/makerbot/printed-objects +:tags: - hardware + - 3dPrint + +The round 12-sided die +====================== + +A friend of mine, member of my D&D group, asked me, as soon as he +discovered that I would get a 3-D printer: «can you print me the +intersection of three cylinders?» + +New, the resulting object is not exactly easy to visualize, but it's a +12-sided solid, where each side would be a square, were it flat; in +fact, the sides are curved. + +Obviously there is no way to print an object similar to a sphere on +the CupCake: we would need some support material. What we can do, +instead, is to print a half-sphere; we print it twice, we glue the +halves together, and we get a sphere. + +[% WRAPPER 'figure.tt' pic='img_0980' alt="half-die, from an edge" %] +Half of the die, seen from an edge +[% END %] + +[% WRAPPER 'figure.tt' pic='img_0981' alt="half-die, from above" %] +Half of the die, seen from above +[% END %] + +[% WRAPPER 'figure.tt' pic='img_0982' alt="half-die, from the side" %] +Half of the die, seen from the side +[% END %] + +[% WRAPPER 'figure.tt' pic='img_0983' alt="half-die, from the side and +edge" %] +Half of the die, seen from the side, looking at an edge +[% END %] + +[% WRAPPER 'figure.tt' pic='img_0984' alt="half-die, upside-down" %] +Half of the die, upside-down. It rolls well enough, after a little sanding +[% END %] + +[% WRAPPER 'figure.tt' pic='img_0985' alt="half-die, from the top" %] +Half of the die, seen from the top: it's a very good approximation of +a circle +[% END %] + +Sadly, the two halves have warped a bit during printing, and it will +not be easy to glue them in such a way as to keep them "round". diff --git a/src/HW/makerbot/printed-objects/document.it.rest.tt b/src/HW/makerbot/printed-objects/document.it.rest.tt new file mode 100644 index 0000000..63b07cf --- /dev/null +++ b/src/HW/makerbot/printed-objects/document.it.rest.tt @@ -0,0 +1,50 @@ +================================ + Alcuni oggetti che ho stampato +================================ +:CreationDate: 2009-09-07 15:32:20 +:Id: HW/makerbot/printed-objects +:tags: - hardware + - 3dPrint + +Il dado a 12 facce, tondo +========================= + +Un mio amico, membro del gruppo di D&D, appena ha saputo che avrei +avuto una stampante 3d, mi ha chiesto «potrai stamparmi l'intersezione +di tre cilindri?». + +Ora, l'oggetto risultante non è esattamente facile da visualizzare, ma +è un solido a 12 facce che sarebbero quadrate se fossero piane; in +effetti le facce sono curve. + +Ovviamente non c'è modo di stampare un coso simile a una sfera con la +CupCake: servirebbe un materiale di supporto. Quello che si può +stampare è metà sfera; se ne stampano due, si incollano assieme, e si +ottiene una sfera. + +[% WRAPPER 'figure.tt' pic='img_0980' alt="mezzo dado, d'angolo" %] +Metà dado, visto d'angolo +[% END %] + +[% WRAPPER 'figure.tt' pic='img_0981' alt="mezzo dado, dall'alto" %] +Metà dado, visto dall'alto +[% END %] + +[% WRAPPER 'figure.tt' pic='img_0982' alt="mezzo dado, di lato" %] +Metà dado, visto di lato, con una faccia davanti +[% END %] + +[% WRAPPER 'figure.tt' pic='img_0983' alt="mezzo dado, di lato e spigolo" %] +Metà dado, visto di lato, con uno spigolo davanti +[% END %] + +[% WRAPPER 'figure.tt' pic='img_0984' alt="mezzo dado, capovolto" %] +Metà dado, capovolto. Rotola abbastanza bene, dopo una lieve carteggiatura +[% END %] + +[% WRAPPER 'figure.tt' pic='img_0985' alt="mezzo dado, da sopra" %] +Metà dado, visto da sopra: è un'ottima approssimazione di un cerchio +[% END %] + +Purtroppo, le due metà si sono un po' imbarcate durante la stampa, e +non sarà facile incollarle in modo che restino "tonde". diff --git a/src/HW/makerbot/printed-objects/du2html.xsl b/src/HW/makerbot/printed-objects/du2html.xsl new file mode 120000 index 0000000..7364257 --- /dev/null +++ b/src/HW/makerbot/printed-objects/du2html.xsl @@ -0,0 +1 @@ +../../../../templates/du2html.xsl
\ No newline at end of file |