From 6e7c78dd858dca6b55c5a7ceacb68f385f7af2c0 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Wed, 1 Jun 2016 17:03:14 -0700 Subject: [PATCH] show more detail on 6-32 screw --- curriculum/arduino-to-deck/6-32-screw.svg | 370 ++++++++++++++++++++++ curriculum/challenge-bot.scm | 5 +- curriculum/makefile | 1 + 3 files changed, 375 insertions(+), 1 deletion(-) create mode 100644 curriculum/arduino-to-deck/6-32-screw.svg diff --git a/curriculum/arduino-to-deck/6-32-screw.svg b/curriculum/arduino-to-deck/6-32-screw.svg new file mode 100644 index 0000000..993016f --- /dev/null +++ b/curriculum/arduino-to-deck/6-32-screw.svg @@ -0,0 +1,370 @@ + + + + + + + + + + + + + + + + + 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 c076dd9..cfba910 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -87,7 +87,10 @@ (p [the "#6" part of "#6-32x3/8\"" is how big around the bolt is. it is related to wire gauge. bigger numbers mean larger screw. - smaller numbers means smaller screws.]) + smaller numbers means smaller screws.] + (figure :legend "arduino to deck / #6-32 screw" + (image :file + "arduino-to-deck/6-32-screw.png"))) (p [check ,(itemize (item diff --git a/curriculum/makefile b/curriculum/makefile index 8f54f0d..ebc4ee0 100644 --- a/curriculum/makefile +++ b/curriculum/makefile @@ -74,6 +74,7 @@ translate.html: translate.scm \ challenge-bot.html: challenge-bot.scm \ arduino-to-deck/screw-cross-section.png \ + arduino-to-deck/6-32-screw.png \ arduino-to-deck/4-place-arduino-closeup.png \ makefile @skribilo challenge-bot.scm > challenge-bot.html -- 2.30.2