mirror of
https://github.com/workinghard/mmuGcodeParser.git
synced 2025-12-13 22:32:08 +00:00
9 lines
322 B
Batchfile
9 lines
322 B
Batchfile
@ECHO OFF
|
|
SET filepath=%~f1
|
|
|
|
IF NOT EXIST "%filepath%" (
|
|
ECHO %~n0: file not found - %filepath% >&2
|
|
EXIT /B 1
|
|
)
|
|
ECHO Adjusting the gcode file. Please wait ...
|
|
C:\Users\nikol01\AppData\Local\Continuum\anaconda3\python.exe C:\Users\nikol01\ownCloud\PycharmProjects\MMUGcodeParser\mmuGcodeParser.py %filepath% |