tIncrease turn interval to 6s and set long development time - lego_film_processor - software for rotary photographic film processor with Lego Mindstorms RCX
(HTM) git clone git://src.adamsgaard.dk/lego_film_processor
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8e0862bf056160b4e9a57d212706acac2c9326a2
(DIR) parent 29801998d9efe84c3f49a7e45f10f00cf5db1022
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 13 Jul 2019 16:37:18 +0200
Increase turn interval to 6s and set long development time
Diffstat:
M lego_jobo.nqc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/lego_jobo.nqc b/lego_jobo.nqc
t@@ -1,6 +1,6 @@
-#define T_TURN 500 /* turn each way for 5 s */
+#define T_TURN 600 /* turn each way for 6 s */
-#define DEVELOP_MINS 10 /* number of minutes to develop for */
+#define DEVELOP_MINS 25 /* number of minutes to develop for */
#define DEVELOP_SECS 30 /* number of seconds to develop for */
task