Python CGI upload utility
Rotary CNC Converter
Drag and drop a .NC file onto the box below. The server stores it using the original base name, runs convert_laguna_turner_to_hhc_rotary.py, and returns a .mmg download with the same base name.
Ready. Choose or drop a .NC file.
What happens internally
- The browser uploads the selected
.NCfile toconvert.py. convert.pystores it asname.NCin a temporary job directory.convert.pycallsconvert_laguna_turner_to_hhc_rotary.py name.- Your converter reads
name.NCand writesname.mmg. - The response streams
name.mmgback as a download. - The temporary job directory is deleted.
Expected converter command
python3 convert_laguna_turner_to_hhc_rotary.py name