commit f3730a89717ce14b3ad990569581ff0e3c44e2df Author: joladisto Date: Sat Jan 25 11:07:41 2025 +0100 first commit, with functional 3D files, picture but without documentation diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d403052 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**.FCBak +manual/**.html \ No newline at end of file diff --git a/3Dfiles/double_D.stl b/3Dfiles/double_D.stl new file mode 100644 index 0000000..a41c74d Binary files /dev/null and b/3Dfiles/double_D.stl differ diff --git a/3Dfiles/softlike_tourniquet.FCStd b/3Dfiles/softlike_tourniquet.FCStd new file mode 100644 index 0000000..2434a0e Binary files /dev/null and b/3Dfiles/softlike_tourniquet.FCStd differ diff --git a/3Dfiles/windlass.stl b/3Dfiles/windlass.stl new file mode 100644 index 0000000..009affb Binary files /dev/null and b/3Dfiles/windlass.stl differ diff --git a/3Dfiles/windlass_holder.stl b/3Dfiles/windlass_holder.stl new file mode 100644 index 0000000..797c5ab Binary files /dev/null and b/3Dfiles/windlass_holder.stl differ diff --git a/Readme.fr.md b/Readme.fr.md new file mode 100644 index 0000000..4991be6 --- /dev/null +++ b/Readme.fr.md @@ -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._ diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..d1dc743 --- /dev/null +++ b/Readme.md @@ -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._ \ No newline at end of file diff --git a/manual/convert-to-pdf.sh b/manual/convert-to-pdf.sh new file mode 100755 index 0000000..3aee78d --- /dev/null +++ b/manual/convert-to-pdf.sh @@ -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 \ No newline at end of file diff --git a/manual/resultats-des-tests.md b/manual/resultats-des-tests.md new file mode 100644 index 0000000..0d8df6c --- /dev/null +++ b/manual/resultats-des-tests.md @@ -0,0 +1,3 @@ +# _Tourniquet de type SOF-T imprimé en 3D_ - Resultats des tests + +_Cette page sera ecrite plus tard._ \ No newline at end of file diff --git a/manual/test-results.md b/manual/test-results.md new file mode 100644 index 0000000..c487d0e --- /dev/null +++ b/manual/test-results.md @@ -0,0 +1,3 @@ +# _3D-printed SOF-T-like tourniquet_ - Test results + +_This page will be written later._ \ No newline at end of file diff --git a/pictures/sound/tourniquet_testing_6_half_turns.mp3 b/pictures/sound/tourniquet_testing_6_half_turns.mp3 new file mode 100644 index 0000000..660d20b Binary files /dev/null and b/pictures/sound/tourniquet_testing_6_half_turns.mp3 differ diff --git a/pictures/sound/tourniquet_testing_7_half_turns.mp3 b/pictures/sound/tourniquet_testing_7_half_turns.mp3 new file mode 100644 index 0000000..95e8f7d Binary files /dev/null and b/pictures/sound/tourniquet_testing_7_half_turns.mp3 differ diff --git a/pictures/sound/tourniquet_testing_8_half_turns.mp3 b/pictures/sound/tourniquet_testing_8_half_turns.mp3 new file mode 100644 index 0000000..6272b71 Binary files /dev/null and b/pictures/sound/tourniquet_testing_8_half_turns.mp3 differ diff --git a/pictures/tourniquet_testing_6_half_turns.jpeg b/pictures/tourniquet_testing_6_half_turns.jpeg new file mode 100644 index 0000000..f8b9eca Binary files /dev/null and b/pictures/tourniquet_testing_6_half_turns.jpeg differ diff --git a/pictures/tourniquet_testing_7_half_turns.jpeg b/pictures/tourniquet_testing_7_half_turns.jpeg new file mode 100644 index 0000000..1cae3e2 Binary files /dev/null and b/pictures/tourniquet_testing_7_half_turns.jpeg differ diff --git a/pictures/tourniquet_testing_8_half_turns.jpeg b/pictures/tourniquet_testing_8_half_turns.jpeg new file mode 100644 index 0000000..700112e Binary files /dev/null and b/pictures/tourniquet_testing_8_half_turns.jpeg differ diff --git a/pictures/tourniquet_testing_aftermath.jpeg b/pictures/tourniquet_testing_aftermath.jpeg new file mode 100644 index 0000000..c7dc444 Binary files /dev/null and b/pictures/tourniquet_testing_aftermath.jpeg differ diff --git a/pictures/tourniquet_testing_aftermath_buckle_deformation.jpeg b/pictures/tourniquet_testing_aftermath_buckle_deformation.jpeg new file mode 100644 index 0000000..b615b27 Binary files /dev/null and b/pictures/tourniquet_testing_aftermath_buckle_deformation.jpeg differ