From 32b314875a10099ac8e6a1b8b6da3d9016a73476 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 18 Aug 2010 23:28:08 -0300 Subject: [PATCH] Index page update for ben-dispbase-back-100um completion. - web/index.sh: ben-dispbase-back-100um has completed - web/index.sh: ben-bottom-nobat-100um is running - index.html: generated from latest index,sh - bz: path generation was all wrong --- bz | 4 ++-- index.html | 12 ++++++++---- web/index.sh | 7 +++---- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/bz b/bz index 047f691..cd465f1 100755 --- a/bz +++ b/bz @@ -3,7 +3,7 @@ # helper script to put things into place # -DATA="pij/$1.pij.bz2 dxf/$1.dxf.bz2 stl/$1.stl.bz2 csv/$1.txt.bz2" +DATA="pij/$1.pij dxf/$1.dxf stl/$1.stl csv/$1.txt" cp $1.pij data/pij/ cp $1.stl data/stl/ @@ -13,4 +13,4 @@ mv $1.txt data/csv/ mv $1.jpg data/jpg/ ( cd data && bzip2 -v -9 $DATA; ) git add data/jpg/$1.jpg -( cd data && gip add $DATA; ) +( cd data && for n in $DATA; do git add $n.bz2; done; ) diff --git a/index.html b/index.html index ba93b62..d4c8e24 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@ Approximate scan time: 53 h
-

Under consideration

+

In progress

X/Y step size: 1 mm.
@@ -489,7 +489,7 @@ Approximate scan time: 58 h
-

Planned

+ X/Y step size: 1 mm.
@@ -512,7 +512,11 @@ Approximate scan time: 3.75 h
X/Y step size: 100 μm.
Z resolution: 25 μm.
-Approximate scan time: 50 h
+Approximate scan time: 48 h
+PIJ 3.9 MB +DXF 5.4 MB +STL 8.0 MB +TXT(CSV) 1.3 MB


@@ -798,6 +802,6 @@ Approximate scan time: 11 h


-2010-08-03 16:53:34 UTC +2010-08-19 02:25:47 UTC diff --git a/web/index.sh b/web/index.sh index 05ab5e5..8dbc75a 100755 --- a/web/index.sh +++ b/web/index.sh @@ -44,7 +44,7 @@ texts3 "1.5 h" "10 h" "53 h" scan_set ben-bottom-nobat "Battery and cover removed. Bottom up." images2 -planned +in_progress texts3 "4 h" "11.5 h" "53 h" scan_set ben-top "Complete device. From the top." @@ -90,9 +90,8 @@ images3 texts3 "4 h" "12 h" "58 h" scan_set ben-dispbase-back "Display shell, base structure. Back side." -images2 -in_progress -texts3 "1 h" "3.75 h" "50 h" +images3 +texts3 "1 h" "3.75 h" "48 h" # -----------------------------------------------------------------------------