|
28 | 28 | @ECHO deps-dirty - build deps without cleaning
|
29 | 29 | @ECHO Default: %PS_STEPS_DEFAULT%
|
30 | 30 | @ECHO -r -RUN Specifies what to perform at the run step:
|
31 |
| -@ECHO console - run and wait on bambu-studio-console.exe |
| 31 | +@ECHO console - run and wait on orca-slicer-console.exe |
32 | 32 | @ECHO custom - run and wait on your custom build/%PS_CUSTOM_RUN_FILE%
|
33 | 33 | @ECHO ide - open project in Visual Studio if not open (no wait)
|
34 | 34 | @ECHO none - run step does nothing
|
35 | 35 | @ECHO viewer - run bambu-gcodeviewer.exe (no wait)
|
36 |
| -@ECHO window - run bambu-studio.exe (no wait) |
| 36 | +@ECHO window - run orca-slicer.exe (no wait) |
37 | 37 | @ECHO Default: none
|
38 | 38 | @ECHO -d -DESTDIR Deps destination directory
|
39 | 39 | @ECHO Warning: Changing destdir path will not delete the old destdir.
|
@@ -246,11 +246,11 @@ FOR /F "tokens=2 delims=," %%I in (
|
246 | 246 | @ECHO Running %PS_RUN% application...
|
247 | 247 | @REM icacls below is just a hack for file-not-found error handling
|
248 | 248 | IF "%PS_RUN%" EQU "console" (
|
249 |
| - icacls bambu-studio-console.exe >nul || GOTO :END |
250 |
| - start /wait /b bambu-studio-console.exe |
| 249 | + icacls orca-slicer-console.exe >nul || GOTO :END |
| 250 | + start /wait /b orca-slicer-console.exe |
251 | 251 | ) ELSE IF "%PS_RUN%" EQU "window" (
|
252 |
| - icacls bambu-studio.exe >nul || GOTO :END |
253 |
| - start bambu-studio.exe |
| 252 | + icacls orca-slicer.exe >nul || GOTO :END |
| 253 | + start orca-slicer.exe |
254 | 254 | ) ELSE IF "%PS_RUN%" EQU "viewer" (
|
255 | 255 | icacls bambu-gcodeviewer.exe >nul || GOTO :END
|
256 | 256 | start bambu-gcodeviewer.exe
|
|
0 commit comments