Add files via upload

This commit is contained in:
Nikolai
2018-12-29 14:00:00 -08:00
committed by GitHub
parent ca4ffd7e9a
commit f67d77854c
3 changed files with 554 additions and 0 deletions

9
mmuGcodeParser.bat Normal file
View File

@@ -0,0 +1,9 @@
@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%