mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2024-11-21 21:45:55 +02:00
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
This commit is contained in:
parent
7d7fb57fb4
commit
32b314875a
4
bz
4
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; )
|
||||
|
12
index.html
12
index.html
@ -100,7 +100,7 @@ Approximate scan time: 53 h<BR>
|
||||
|
||||
<TD><IMG src="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/jpg/ben-bottom-nobat-500um.jpg">
|
||||
|
||||
<TD><H1>Under consideration</H1>
|
||||
<TD><H1>In progress</H1>
|
||||
<TR>
|
||||
<TD>
|
||||
X/Y step size: 1 mm.<BR>
|
||||
@ -489,7 +489,7 @@ Approximate scan time: 58 h<BR>
|
||||
|
||||
<TD><IMG src="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/jpg/ben-dispbase-back-500um.jpg">
|
||||
|
||||
<TD><H1>Planned</H1>
|
||||
<TD><IMG src="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/jpg/ben-dispbase-back-100um.jpg">
|
||||
<TR>
|
||||
<TD>
|
||||
X/Y step size: 1 mm.<BR>
|
||||
@ -512,7 +512,11 @@ Approximate scan time: 3.75 h<BR>
|
||||
<TD>
|
||||
X/Y step size: 100 μm.<BR>
|
||||
Z resolution: 25 μm.<BR>
|
||||
Approximate scan time: 50 h<BR>
|
||||
Approximate scan time: 48 h<BR>
|
||||
<A href="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/pij/ben-dispbase-back-100um.pij.bz2">PIJ</A> 3.9 MB
|
||||
<A href="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/dxf/ben-dispbase-back-100um.dxf.bz2">DXF</A> 5.4 MB
|
||||
<A href="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/stl/ben-dispbase-back-100um.stl.bz2">STL</A> 8.0 MB
|
||||
<A href="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/csv/ben-dispbase-back-100um.txt.bz2">TXT(CSV)</A> 1.3 MB
|
||||
</TABLE></TABLE>
|
||||
<P>
|
||||
<HR>
|
||||
@ -798,6 +802,6 @@ Approximate scan time: 11 h<BR>
|
||||
<P>
|
||||
<HR>
|
||||
<P>
|
||||
2010-08-03 16:53:34 UTC
|
||||
2010-08-19 02:25:47 UTC
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -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"
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user