Script to clone a sliced file, with multiple exposure settings #372
ccatlett1984
started this conversation in
Scripts
Replies: 1 comment
-
Good job 👍
$filePath = [System.IO.Path]::GetDirectoryName($inputFile)
$fileExt = [System.IO.Path]::GetExtension($inputFile)
$fileNoExt = [System.IO.Path]::GetFileNameWithoutExtension($inputFile) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/ccatlett1984/Dumping_Ground/blob/main/modify_exposures.ps1
Uses a windows form for the file selection dialog, as well as if it is unable to locate the UVTools.Core.dll file.
Prompts for input of:
Max Exposure
Step Value (Decrease of Exposure per step)
Number of Iterations
It saves the output files in the same directory as the original sliced file, and appends the exposure value to the end of the filename.
I have found this useful for generating a range of calibration prints, for dialing in my exposures with different resins.
Beta Was this translation helpful? Give feedback.
All reactions