From 8fe23b941c43db87e4d39f52e76ac1f3c164471f Mon Sep 17 00:00:00 2001 From: daniel watson Date: Wed, 8 Jun 2016 15:19:17 -0700 Subject: [PATCH] fill subsubsection on drilling the first hole --- curriculum/challenge-bot.scm | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 15ea4e0..2ebd034 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -111,7 +111,28 @@ [why not place the arduino up along the left side of the robot?]))])) (subsubsection - :title [drilling])) + :title [drilling] + (p [place the drill bit in position. + brint the drill up to full speed, and keep it full speed. + push down until the drill bit has passed through the + deck. + keep the drill at full speed. + stop before the drill smashes into the arduino. + keep the drill at full speed by holding the trigger. + bring the drill straight back up. + hold the trigger down to keep the drill at full speed. + once the drill is back out of the hole, let go of the + trigger.]) + (p [check + ,(itemize + (item + [should the drill be at full speed while the drill bit is + going down into the wood and coming back up?]) + (item + [what would happen if the drill bit were not at full + speed?]) + (item + [how do you keep the drill at full speed?]))]))) (subsection :title [first screw] (subsubsection -- 2.30.2