thcal

that which calculates cutting parameters for CNC thread turning.
git clone https://git.sharifjon.com/thcal
Log | Files | Refs | README | LICENSE

commit 1c1c4ee3980df26c620774dc0348033bd5e70276
parent b2f15f7d71f2d5aef1b5cf2e4ffc1d8eea04f11a
Author: Sharifjon Sharipov <ss2393506@gmail.com>
Date:   Mon, 23 Feb 2026 08:17:45 +0000

Update README with project description and usage

Added usage instructions and repository information.
Diffstat:
MREADME.md | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,4 +1,17 @@ -# thcal +CNC Thread Calculator that calculates thread parameters for CNC machining. Especially helpful for Sinumerik 808d users. + +## Usage + +Clone this repo: + +``` +git clone https://github.com/ssharifjon/thcal +``` + +Inside the `thcal` directory, run: +- `python3 main.py` on Linux, or +- `python main.py` on Windows, or +- Download the precompiled executable [here](https://drive.google.com/file/d/1ryLhlwrJk1A9c4dKzxBnsKdMSRBL8keM/view?usp=sharing)# thcal CNC Thread Calculator that calculates thread parameters for CNC machining. Especially helpful for Sinumerik 808d users.\\