No changes between revisions
/Library/DirStructure/Module/CAM_PROFI/Preview.gvp
0,0 → 1,9
(gerbv-file-version! "2.0A")
(define-layer! 5 (cons 'filename "V2.PHO")(cons 'visible #f)(cons 'color #(53713 6939 26728)))
(define-layer! 4 (cons 'filename "V1.PHO")(cons 'visible #t)(cons 'color #(54741 65021 13107)))
(define-layer! 3 (cons 'filename "T1.PHO")(cons 'visible #t)(cons 'color #(0 50115 50115)))
(define-layer! 2 (cons 'filename "M2.PHO")(cons 'visible #f)(cons 'color #(30069 62194 26471)))
(define-layer! 1 (cons 'filename "M1.PHO")(cons 'visible #t)(cons 'color #(49601 0 57568)))
(define-layer! 0 (cons 'filename "BOARD.PHO")(cons 'visible #t)(cons 'color #(29555 29555 57054)))
(define-layer! -1 (cons 'filename "./")(cons 'visible #f)(cons 'color #(0 0 0)))
(set-render-type! 3)
/Library/Templates/PADS/DEFAULT.cam.txt
1,4 → 1,4
Upravy pro pristi verzi
=======================
 
Zatím nic
Upravit CAM tak, aby generoval vystupy splnujici pozadavky Pool panelizace pragoboard: http://www.pragoboard.cz/pool_servis
/Modules/ARM/STM32F10xRxT01A/DOC/SRC/img/STM32F10xRxT01A_QRcode.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Modules/CPLD_FPGA/XILINX_XVC/XVC_FT220X01A/DOC/SRC/img/XVC_FT220X01A_QRcode.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Modules/CPLD_FPGA/XILINX_XVC/XVC_FT220X02A/DOC/SRC/img/XVC_FT220X02A_QRcode.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Modules/CPLD_FPGA/XILINX_XVC/XVC_SOFTWARE/DOC/SRC/img/XVC_SOFTWARE_QRcode.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Modules/CommSerial/ETH01A/CAM_PROFI/ETH01A.gvp
1,10 → 1,9
(gerbv-file-version! "2.0A")
(define-layer! 6 (cons 'filename "V2.PHO")(cons 'visible #f)(cons 'color #(53713 6939 26728)))
(define-layer! 5 (cons 'filename "V1.PHO")(cons 'visible #t)(cons 'color #(54741 65021 13107)))
(define-layer! 4 (cons 'filename "T1.PHO")(cons 'visible #t)(cons 'color #(0 50115 50115)))
(define-layer! 3 (cons 'filename "M2.PHO")(cons 'visible #f)(cons 'color #(30069 62194 26471)))
(define-layer! 2 (cons 'filename "M1.PHO")(cons 'visible #t)(cons 'color #(49601 0 57568)))
(define-layer! 1 (cons 'filename "DRILL.DRL")(cons 'visible #f)(cons 'color #(65535 32639 29555))(cons 'attribs (list (list 'autodetect 'Boolean 1) (list 'zero_supression 'Enum 0) (list 'units 'Enum 0) (list 'digits 'Integer 4))))
(define-layer! 5 (cons 'filename "V2.PHO")(cons 'visible #f)(cons 'color #(53713 6939 26728)))
(define-layer! 4 (cons 'filename "V1.PHO")(cons 'visible #t)(cons 'color #(54741 65021 13107)))
(define-layer! 3 (cons 'filename "T1.PHO")(cons 'visible #t)(cons 'color #(0 50115 50115)))
(define-layer! 2 (cons 'filename "M2.PHO")(cons 'visible #f)(cons 'color #(30069 62194 26471)))
(define-layer! 1 (cons 'filename "M1.PHO")(cons 'visible #t)(cons 'color #(49601 0 57568)))
(define-layer! 0 (cons 'filename "BOARD.PHO")(cons 'visible #t)(cons 'color #(29555 29555 57054)))
(define-layer! -1 (cons 'filename "(null)")(cons 'visible #f)(cons 'color #(0 0 0)))
(define-layer! -1 (cons 'filename "./")(cons 'visible #f)(cons 'color #(0 0 0)))
(set-render-type! 3)
/Modules/CommSerial/ETH01A/pdf/LM5073.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Modules/Mechanical/Boxes/UNIBOX01A/DOC/SRC/img/UNIBOX01A_QRcode.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/Modules/Sensors/RGBFEE01A/RGBHD01A/DOC/SRC/img/RGBHD01A_QRcode.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/ServerPrivate/Tools/generate_QR_all.sh
8,7 → 8,7
echo "processing modules category:" $CATEGORY
ls $CATEGORY | while read NAME; do # vypise seznam modulu
if [ -d $CATEGORY/$NAME ]; then # zkontroluje jestli vypsane soubory jsou adresare
echo "processing module:" $NAME
echo -n " processing module:" $NAME
if [ -r $CATEGORY/$NAME/PrjInfo.txt ]; then # existuje alespon popisny soubor?
if [ ! -r $CATEGORY/$NAME/DOC/SRC/img/${NAME}_QRcode.png ]; then
mkdir -p $CATEGORY/$NAME/DOC/SRC/img/ # pokud neexistuje adresar na obrazky, bude vytvoren
16,9 → 16,10
qrencode -s 15 -l L "http://www.mlab.cz/PermaLink/$NAME" -o "$CATEGORY/$NAME/DOC/SRC/img/${NAME}_QRcode.png"
svn add --parents $CATEGORY/$NAME/DOC/SRC/img/${NAME}_QRcode.png
fi
echo "...done"
elif [ -r $CATEGORY/$NAME/DirInfo.txt ]; then # existuje alespon popisny soubor adresare?
echo "processing modules subcategory:" $CATEGORY/$NAME/
echo -n " processing modules subcategory:" $CATEGORY/$NAME/
ls $CATEGORY/$NAME/ | while read SUBNAME; do #
if [ -d $CATEGORY/$NAME/$SUBNAME ]; then # zkontroluje jestli vypsane soubory jsou adresare
if [ -r $CATEGORY/$NAME/$SUBNAME/PrjInfo.txt ]; then # existuje alespon popisny soubor?
32,10 → 33,10
fi
done
else
echo repair database sctructure of $CATEGORY/$NAME/
echo -e "\n\r Please repair database sctructure of" $CATEGORY/$NAME/
fi
else
echo "Nothing to done"
echo "Nothing to done in category" $CATEGORY
fi
done
else
/Web/About.cs.html
195,7 → 195,13
 
Stavebnice je dnes již tak rozsáhlá, že k jejímu udržení v aktuálním stavu a zajištění provozu webu i výroby a vývoje nových modulu by nestačili jenom samotní vývojáři, proto spolupracujeme i s dalšími sdruženími a institucemi.
 
<ul>
<li> <a href="https://www.ust.cz"> Universal Scientific Technologies s.r.o.</a> </li>
<li> <a href="https://www.robozor.cz"> Robotický klub Robozor</a> </li>
<li> <a href="https://www.i.cz"> s.ICZ a.s. </a> </li>
</ul>
 
 
</div>
 
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE -->