From: daniel watson Date: Tue, 31 May 2016 21:44:55 +0000 (-0700) Subject: redo screw in deck diagram X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=85fae63f5c8137998cbce03e2e17ccd919f2cae9 redo screw in deck diagram --- diff --git a/curriculum/arduino-to-deck/screw-cross-section.svg b/curriculum/arduino-to-deck/screw-cross-section.svg new file mode 100644 index 0000000..c15b685 --- /dev/null +++ b/curriculum/arduino-to-deck/screw-cross-section.svg @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + head + body + thread + + screw cross section + + + + + + + + deck + deck + + diff --git a/curriculum/arduino-to-deck/screw.svg b/curriculum/arduino-to-deck/screw.svg deleted file mode 100644 index 993016f..0000000 --- a/curriculum/arduino-to-deck/screw.svg +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - head - body"#6" = 6 gauge = 0.138 inches diameter - thread - - #6-32 screw - - - "32"threadwrapsper inchalongthe body - 0 - 1 - 2 - 3 - - 4 - - - - - 4 threadwraps=4/32 ofan inch,=1/8" - - diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index e223eb8..c076dd9 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -37,8 +37,10 @@ was bigger than the body and smaller than the thread. we will choose the biggest drill bit that fits through the hole on the arduino.]) - (p [here's a diagram of a screw] - (figure :legend "screw" (image :file "arduino-to-deck/screw.png")))) + (p [here's a cross section of a screw in the deck] + (figure :legend "screw cross section" + (image :file + "arduino-to-deck/screw-cross-section.png")))) (subsubsection :title [inserting drill bit] (p (figure :legend "arduino to deck / insert bit" diff --git a/curriculum/makefile b/curriculum/makefile index ba43b18..8f54f0d 100644 --- a/curriculum/makefile +++ b/curriculum/makefile @@ -73,7 +73,7 @@ translate.html: translate.scm \ > /dev/null challenge-bot.html: challenge-bot.scm \ - arduino-to-deck/screw.png \ + arduino-to-deck/screw-cross-section.png \ arduino-to-deck/4-place-arduino-closeup.png \ makefile @skribilo challenge-bot.scm > challenge-bot.html