Update mmuGcodeParser.bat

This commit is contained in:
Nikolai
2018-12-29 14:01:11 -08:00
committed by GitHub
parent f67d77854c
commit 65727a4348

View File

@@ -6,4 +6,4 @@ IF NOT EXIST "%filepath%" (
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%
C:\<path to python>\python.exe C:\<path to script>\mmuGcodeParser.py %filepath%