first commit, with functional 3D files, picture but without documentation
This commit is contained in:
commit
f3730a8971
18 changed files with 52 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
**.FCBak
|
||||||
|
manual/**.html
|
BIN
3Dfiles/double_D.stl
Normal file
BIN
3Dfiles/double_D.stl
Normal file
Binary file not shown.
BIN
3Dfiles/softlike_tourniquet.FCStd
Normal file
BIN
3Dfiles/softlike_tourniquet.FCStd
Normal file
Binary file not shown.
BIN
3Dfiles/windlass.stl
Normal file
BIN
3Dfiles/windlass.stl
Normal file
Binary file not shown.
BIN
3Dfiles/windlass_holder.stl
Normal file
BIN
3Dfiles/windlass_holder.stl
Normal file
Binary file not shown.
10
Readme.fr.md
Normal file
10
Readme.fr.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Tourniquet de type SOF-T imprimé en 3D
|
||||||
|
|
||||||
|
## _3D-printed SOF-T-like tourniquet (**english version [here](./Readme.md)**)_
|
||||||
|
|
||||||
|
[![fr](https://img.shields.io/badge/lang-fr-red.svg)](./Readme.fr.md)
|
||||||
|
[![en](https://img.shields.io/badge/lang-en-green.svg)](./Readme.md)
|
||||||
|
|
||||||
|
:warning: **ATTENTION : _Nous DÉCONSEILLONS FORTEMENT d'utiliser ce tourniquet en situation réel tant que plus de test n'ont pas été fait._** :warning:
|
||||||
|
|
||||||
|
_Ce Readme sera ecrit plus tard._
|
21
Readme.md
Normal file
21
Readme.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# 3D-printed SOF-T-like tourniquet
|
||||||
|
|
||||||
|
## Tourniquet de type SOF-T imprimé en 3D
|
||||||
|
|
||||||
|
[![fr](https://img.shields.io/badge/lang-fr-red.svg)](./Readme.fr.md)
|
||||||
|
[![en](https://img.shields.io/badge/lang-en-green.svg)](./Readme.md)
|
||||||
|
|
||||||
|
:warning: **WRNING : _We strongly ADVICE AGAINST using this tourniquet in the field until further tests have been done._** :warning:
|
||||||
|
|
||||||
|
## 1 - GliaX 3D-printed tourniquet
|
||||||
|
|
||||||
|
If you want an actual field-tested tourniquet, please go check out [GliaX/tourniquet](https://github.com/GliaX/tourniquet).
|
||||||
|
|
||||||
|
We will use a lot of their testing as comparison, and recommend using the same print settings as them. We also designed our strap and windlass in comparison to theirs : the strap must be as wide or wider, and the windlass must be as thick or thicker (_as they had windlass failure in an earlier version, thus we knew it was a potential weak point_).
|
||||||
|
|
||||||
|
Even though the GliaX tourniquet project is an amazing and fully developed project, we still thought that their could be place four our design, as we designed a tourniquet that requires some sawing, but way less than the GliaX design (_as ours is design around the SOF-T design rather than the CAT design_) ; with also less printed parts.
|
||||||
|
We know our design makes application slightly slower than with a CAT-like tourniquet (like the GliaX tourniquet), but we estimate the difference to be marginal (less than 5 seconds), thus we believe the gain in cost and manufacturing could still make it a viable option in some context.
|
||||||
|
|
||||||
|
## 2 - Design of our tourniquet
|
||||||
|
|
||||||
|
_This Readme will be written later._
|
13
manual/convert-to-pdf.sh
Executable file
13
manual/convert-to-pdf.sh
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
files=$(ls *.md)
|
||||||
|
|
||||||
|
OIFS="$IFS"
|
||||||
|
IFS=$'\n'
|
||||||
|
for file in $files; do
|
||||||
|
tmpfile=.$(basename "${file%.*}").html
|
||||||
|
outfile=$(basename "${file%.*}").pdf
|
||||||
|
pandoc -f markdown+emoji -t html -o $tmpfile $file
|
||||||
|
pandoc -f html -t pdf -o $outfile $tmpfile --pdf-engine=lualatex -V geometry:margin=2.5cm -V mainfont="DejaVu Sans"
|
||||||
|
done
|
||||||
|
IFS=$OIFS
|
3
manual/resultats-des-tests.md
Normal file
3
manual/resultats-des-tests.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# _Tourniquet de type SOF-T imprimé en 3D_ - Resultats des tests
|
||||||
|
|
||||||
|
_Cette page sera ecrite plus tard._
|
3
manual/test-results.md
Normal file
3
manual/test-results.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# _3D-printed SOF-T-like tourniquet_ - Test results
|
||||||
|
|
||||||
|
_This page will be written later._
|
BIN
pictures/sound/tourniquet_testing_6_half_turns.mp3
Normal file
BIN
pictures/sound/tourniquet_testing_6_half_turns.mp3
Normal file
Binary file not shown.
BIN
pictures/sound/tourniquet_testing_7_half_turns.mp3
Normal file
BIN
pictures/sound/tourniquet_testing_7_half_turns.mp3
Normal file
Binary file not shown.
BIN
pictures/sound/tourniquet_testing_8_half_turns.mp3
Normal file
BIN
pictures/sound/tourniquet_testing_8_half_turns.mp3
Normal file
Binary file not shown.
BIN
pictures/tourniquet_testing_6_half_turns.jpeg
Normal file
BIN
pictures/tourniquet_testing_6_half_turns.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
BIN
pictures/tourniquet_testing_7_half_turns.jpeg
Normal file
BIN
pictures/tourniquet_testing_7_half_turns.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 200 KiB |
BIN
pictures/tourniquet_testing_8_half_turns.jpeg
Normal file
BIN
pictures/tourniquet_testing_8_half_turns.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 206 KiB |
BIN
pictures/tourniquet_testing_aftermath.jpeg
Normal file
BIN
pictures/tourniquet_testing_aftermath.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 458 KiB |
BIN
pictures/tourniquet_testing_aftermath_buckle_deformation.jpeg
Normal file
BIN
pictures/tourniquet_testing_aftermath_buckle_deformation.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 230 KiB |
Loading…
Add table
Reference in a new issue