mirror of
https://github.com/workinghard/mmuGcodeParser.git
synced 2025-12-13 22:32:08 +00:00
Add files via upload
This commit is contained in:
9
mmuGcodeParser.bat
Normal file
9
mmuGcodeParser.bat
Normal 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%
|
||||
Reference in New Issue
Block a user