- Bulk edit spindle speed commands in G-code files
- GUI for easy operation
- Progress tracking and error handling
- Input validation for spindle speed ranges It works by modifying the S command near the beginning of .tap each tap file.
- Place the application in the directory with your .tap files (WARNING: it searches recursively)
- Run the application
- Enter desired spindle speed (RPM)
- Click "Update Spindle Speeds" or press Enter
- Confirm the operation (click "Yes" button or press Enter)
- Wait for completion
I didn't do much special with the build, just run something to this effect:
cargo build --package spindle_speed_manager --bin spindle_speed_manager --release
Note: you must have VC runtime installed to use my provided binaries
Pull requests are welcome. For major changes, please open an issue first.
MIT