From c04a9631461317c1026bb8514530372ffcf33955 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Wed, 18 May 2016 17:47:24 -0700 Subject: [PATCH] move arduino placement into first hole subsection --- curriculum/challenge-bot.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 004b867..20093e1 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -7,8 +7,6 @@ :title [mechanical] (section :title [arduino to deck] - (subsection - :title [arduino placement]) (subsection :title [first hole] (subsubsection @@ -17,6 +15,13 @@ :title [inserting drill bit]) (subsubsection :title [holding drill]) + (subsubsection + :title [arduino placement] + (p [the arduino should be placed as shown in this picture.] + (figure :legend "arduino placement on deck" + (image :file "arduino-to-deck/3-place-arduino.png")) + [the top edge of the arduino should line up with the underside + of the holes ])) (subsubsection :title [drilling])) (subsection -- 2.30.2