A simple, beautiful Python application with a modern web interface to calculate feeds and speeds for a CNC bit.
- Calculates Spindle Speed (RPM)
- Calculates Feed Rate (IPM & mm/sec)
- Determines exact Router Dial Setting (e.g., Kobalt 1-6 dial)
- Local storage persistence for all input fields
- Reference tables for SFM and Chip Loads
- Sleek, "glassmorphism" dark-theme design
pip install -r requirements.txtStart the Flask server:
python app.pyThen, open your web browser to http://127.0.0.1:5000.
This project is licensed under the Public Domain (Unlicense).