Files
UVtools/Scripts/ImportPrusaSlicerData.bat
T
Tiago Conceição 957729525d v2.27.0
- **Tool - Morph:**
   - (Add) Operator: White tophat - Removes small isolated pixels and only return its affected pixels (Image - Noise removal)
   - (Add) Operator: Black tophat - Closes small holes inside the objects and only return its affected pixels (Gap closing - Image)
   - (Add) Operator: Hit or miss - Finds pixels in a given kernel pattern
   - (Remove) Operator: 'Isolate features' as that is the same as the 'White tophat' and is already inbuilt into OpenCV
- **Kernels:**
   - (Add) Option: Use dynamic kernel to enhancement the quality of the borders (#367)
   - (Add) Kernels are now saved with the operation profile
- **PrusaSlicer:**
   - (Add) Support to slice files to be converted for encrypted CTB format
   - (Add) Printer: Elegoo Mars 3 (#370)
   - (Add) Printer: EPAX E10 5K
   - (Add) Printer: EPAX X10 5K
   - (Add) Printer: Phrozen Sonic Mini 8K
   - (Add) Printer: Phrozen Sonic Mega 8K
   - (Fix) Printer: AnyCubic Photon Mono 4K - display size (#369)
   - (Fix) Printer: AnyCubic Photon Mono X 6K - display size (#369)
- (Add) Tool - Double exposure: Kernel configuration
- (Add) Tool - Pixel arithmetic: Kernel configuration
- (Add) Calibration - Elephant foot: Use dynamic kernel to enhancement the quality of the borders (#367)
- (Fix) Calibrate - Elephant foot: Redo (Ctrl + Z) the operation was crashing the application
- (Fix) CTB, PHZ, FDG: Converting files with a null machine name would cause a exception
- (Fix) Anycubic files: Bottom lift and speed were showing default values instead of real used value
2021-12-18 01:06:06 +00:00

118 lines
4.3 KiB
Batchfile

@echo off
SET DIR=%~dp0
cd ..
SET INPUT_DIR=%AppData%\PrusaSlicer
SET OUTPUT_DIR=PrusaSlicer
SET PRINT_DIR=sla_print
SET PRINTER_DIR=printer
SET files[0]=UVtools Prusa SL1.ini
SET files[1]=UVtools Prusa SL1S Speed.ini
SET files[2]=EPAX E6 Mono.ini
SET files[3]=EPAX E10 Mono.ini
SET files[4]=EPAX E10 5K.ini
SET files[5]=EPAX X1.ini
SET files[6]=EPAX X10.ini
SET files[7]=EPAX X10 4K Mono.ini
SET files[8]=EPAX X10 5K.ini
SET files[9]=EPAX X133 4K Mono.ini
SET files[10]=EPAX X156 4K Color.ini
SET files[11]=EPAX X1K 2K Mono.ini
SET files[12]=Zortrax Inkspire.ini
SET files[13]=Nova3D Elfin.ini
SET files[14]=Nova3D Elfin2.ini
SET files[15]=Nova3D Elfin2 Mono SE.ini
SET files[16]=Nova3D Elfin3 Mini.ini
SET files[17]=Nova3D Bene4.ini
SET files[18]=Nova3D Bene4 Mono.ini
SET files[19]=Nova3D Bene5.ini
SET files[20]=Nova3D Whale.ini
SET files[21]=Nova3D Whale2.ini
SET files[22]=AnyCubic Photon.ini
SET files[23]=AnyCubic Photon S.ini
SET files[24]=AnyCubic Photon Zero.ini
SET files[25]=AnyCubic Photon X.ini
SET files[26]=AnyCubic Photon Ultra.ini
SET files[27]=AnyCubic Photon Mono.ini
SET files[28]=AnyCubic Photon Mono 4K.ini
SET files[29]=AnyCubic Photon Mono SE.ini
SET files[30]=AnyCubic Photon Mono X.ini
SET files[31]=AnyCubic Photon Mono X 6K.ini
SET files[32]=AnyCubic Photon Mono SQ.ini
SET files[33]=Elegoo Mars.ini
SET files[34]=Elegoo Mars 2 Pro.ini
SET files[35]=Elegoo Mars 3.ini
SET files[36]=Elegoo Mars C.ini
SET files[37]=Elegoo Saturn.ini
SET files[38]=Peopoly Phenom.ini
SET files[39]=Peopoly Phenom L.ini
SET files[40]=Peopoly Phenom Noir.ini
SET files[41]=Peopoly Phenom XXL.ini
SET files[42]=QIDI Shadow5.5.ini
SET files[43]=QIDI Shadow6.0 Pro.ini
SET files[44]=QIDI S-Box.ini
SET files[45]=QIDI I-Box Mono.ini
SET files[46]=Phrozen Shuffle.ini
SET files[47]=Phrozen Shuffle Lite.ini
SET files[48]=Phrozen Shuffle XL.ini
SET files[49]=Phrozen Shuffle XL Lite.ini
SET files[50]=Phrozen Shuffle 16.ini
SET files[51]=Phrozen Shuffle 4K.ini
SET files[52]=Phrozen Sonic.ini
SET files[53]=Phrozen Sonic 4K.ini
SET files[54]=Phrozen Sonic Mighty 4K.ini
SET files[55]=Phrozen Sonic Mini.ini
SET files[56]=Phrozen Sonic Mini 4K.ini
SET files[57]=Phrozen Sonic Mini 8K.ini
SET files[58]=Phrozen Transform.ini
SET files[59]=Phrozen Sonic Mega 8K.ini
SET files[60]=Kelant S400.ini
SET files[61]=Wanhao D7.ini
SET files[62]=Wanhao D8.ini
SET files[63]=Wanhao CGR Mini Mono.ini
SET files[64]=Wanhao CGR Mono.ini
SET files[65]=Creality LD-002R.ini
SET files[66]=Creality LD-002H.ini
SET files[67]=Creality LD-006.ini
SET files[68]=Creality HALOT-ONE CL-60.ini
SET files[69]=Creality HALOT-SKY CL-89.ini
SET files[70]=Creality HALOT-MAX CL-133.ini
SET files[71]=Voxelab Polaris 5.5.ini
SET files[72]=Voxelab Proxima 6.ini
SET files[73]=Voxelab Ceres 8.9.ini
SET files[74]=Longer Orange 10.ini
SET files[75]=Longer Orange 30.ini
SET files[76]=Longer Orange 120.ini
SET files[77]=Longer Orange 4K.ini
SET files[78]=Uniz IBEE.ini
SET files[79]=FlashForge Explorer MAX.ini
SET files[80]=FlashForge Focus 8.9.ini
SET files[81]=FlashForge Focus 13.3.ini
SET files[82]=FlashForge Foto 6.0.ini
SET files[83]=FlashForge Foto 8.9.ini
SET files[84]=FlashForge Foto 13.3.ini
SET files[85]=FlashForge Hunter.ini
echo PrusaSlicer Printers Instalation
echo This will replace printers, all changes will be discarded
echo %INPUT_DIR%
echo %OUTPUT_DIR%
echo Importing Printers
for /F "tokens=2 delims==" %%s in ('set files[') do xcopy /d /y "%INPUT_DIR%\%PRINTER_DIR%\%%s" "%OUTPUT_DIR%\%PRINTER_DIR%\"
echo Importing Profiles
xcopy /i /y /d %INPUT_DIR%\%PRINT_DIR% %OUTPUT_DIR%\%PRINT_DIR%
REM /s Copies directories and subdirectories, unless they are empty. If you omit /s, xcopy works within a single directory.
REM /y Suppresses prompting to confirm that you want to overwrite an existing destination file.
REM /i If Source is a directory or contains wildcards and Destination does not exist,
REM xcopy assumes Destination specifies a directory name and creates a new directory.
REM Then, xcopy copies all specified files into the new directory.
REM By default, xcopy prompts you to specify whether Destination is a file or a directory.
REM /d Copies source files changed on or after the specified date only.
REM If you do not include a MM-DD-YYYY value, xcopy copies all Source files that are newer than existing Destination files.
REM This command-line option allows you to update files that have changed.
pause