first commit, with functional 3D files, picture but without documentation

This commit is contained in:
joladisto 2025-01-25 11:07:41 +01:00
commit f3730a8971
18 changed files with 52 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
**.FCBak
manual/**.html

BIN
3Dfiles/double_D.stl Normal file

Binary file not shown.

Binary file not shown.

BIN
3Dfiles/windlass.stl Normal file

Binary file not shown.

BIN
3Dfiles/windlass_holder.stl Normal file

Binary file not shown.

10
Readme.fr.md Normal file
View 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
View 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
View 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

View 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
View file

@ -0,0 +1,3 @@
# _3D-printed SOF-T-like tourniquet_ - Test results
_This page will be written later._

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB