8000 Releases · sn4k3/UVtools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: sn4k3/UVtools

v0.4.2.1

04 Jun 22:44
Compare
Choose a tag to compare
v0.4.2.1 Pre-release
Pre-release
  • (Add) PrusaSlicer Printer "AnyCubic Photon"
  • (Add) PrusaSlicer Printer "Elegoo Mars Saturn"
  • (Add) PrusaSlicer Printer "Elegoo Mars"
  • (Add) PrusaSlicer Printer "EPAX X10"
  • (Add) PrusaSlicer Printer "EPAX X133 4K Mono"
  • (Add) PrusaSlicer Printer "EPAX X156 4K Color"
  • (Add) PrusaSlicer Printer "Peopoly Phenom L"
  • (Add) PrusaSlicer Printer "Peopoly Phenom Noir"
  • (Add) PrusaSlicer Printer "Peopoly Phenom"
  • (Add) PrusaSlicer Printer "Phrozen Shuffle 4K"
  • (Add) PrusaSlicer Printer "Phrozen Shuffle Lite"
  • (Add) PrusaSlicer Printer "Phrozen Shuffle XL"
  • (Add) PrusaSlicer Printer "Phrozen Shuffle"
  • (Add) PrusaSlicer Printer "Phrozen Sonic"
  • (Add) PrusaSlicer Printer "Phrozen Transform"
  • (Add) PrusaSlicer Printer "QIDI Shadow5.5"
  • (Add) PrusaSlicer Printer "QIDI Shadow6.0 Pro"
  • (Add) "Detect" text to compute layers button
  • (Add) "Repair" islands button on Islands tab
  • (Add) "Highlight islands" button on layer toolbar
  • (Add) Possible error cath on island computation
  • (Add) After load new file layer is rotated or not based on it width, landscape will not rotate while portrait will
  • (Improvement) Highlighted islands now also show AA pixels as a darker yellow
  • (Improvement) Island detection now need a certain number of touching pixels to consider a island or not, ie: it can't lay on only one pixel
  • (Fix) Island detection now don't consider dark fadded AA pixels as safe land
  • (Fix) Epax X1 printer properties

v0.4.2

03 Jun 21:53
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • (Add) Zoom times information
  • (Add) Island checker, navigation and removal
  • (Add) Layer repair with island repair
  • (Add) Show mouse coordinates over layer image
  • (Fix) Pixel edit cant remove faded AA pixels
  • (Fix) Pixel edit cant add white pixels over faded AA pixels
  • (Change) Nova3D Elfin printer build volume from 130x70 to 132x74

v0.4.1

01 Jun 03:33
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • (Add) Opening, Closing and Gradient Mutators
  • (Add) Choose layer range when appling a mutator #1
  • (Add) Choose iterations range/fading when appling a mutator (Thanks to Renos Makrosellis)
  • (Add) Global and unhandled exceptions are now logged to be easier to report a bug
  • (Change) Current layer and layer count text was reduced by 1 to match indexes on mutators
  • (Improvement) Better mutator dialogs and explanation
  • (Improvement) Compressed GUI images size
  • (Fix) SlicerHeader was with wrong data size and affecting .photon, .cbddlp and .cbt (Thanks to Renos Makrosellis)

v0.4

27 May 04:08
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release
  • (Add) CWS file format
  • (Add) Nova3D Elfin printer
  • (Add) Zoom and pan functions to layer image
  • (Add) Pixel editor to add or remove pixels
  • (Add) Outline layer showing only borders
  • (Add) Image mutators, Erode, Dilate, PyrDownUp, Smooth
  • (Add) Task to save operation
  • (Add) Printers can be installed from GUI Menu -> About -> Install printers into PrusaSlicer
  • (Improvement) Layer Management
  • (Improvement) Faster Save and Save As operation
  • (Fix) Bad layer image when converting SL1 to PHZ
  • (Fix) Corrected EncryptionMode for PHZ files
  • (Fix) Save As can change file extension
  • (Fix) Save As no longer reload file
  • (Fix) SL1 files not accepting float numbers for exposures
  • (Fix) SL1 files was calculating the wrong layer count when using slow layer settings
  • (Fix) Modifiers can't accept float values
  • (Fix) Sonic Mini prints mirroed
  • (Fix) Layer resolution shows wrong values

v0.3.3.1

21 May 14:41
Compare
Choose a tag to compare
v0.3.3.1 Pre-release
Pre-release
  • (Fix) Unable to convert Chitubox or PHZ files when enconter repeated layer images

v0.3.3

19 May 15:59
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
  • (Add) PHZ file format
  • (Add) "Phrozen Sonic Mini" printer
  • (Add) Convert Chitubox files to PHZ files and otherwise
  • (Add) Convert Chitubox and PHZ files to ZCodex
  • (Add) Elapsed seconds to convertion and extract dialog
  • (Improvement) "Convert To" menu now only show available formats to convert to, if none menu is disabled
  • (Fixed) Enforce cbt encryption
  • (Fixed) Not implemented convertions stay processing forever

v0.3.2

11 May 02:36
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • (Add) Show layer differences where daker pixels were also present on previous layer and the white pixels the difference between previous and current layer.
  • (Add) Layer preview process time in milliseconds
  • (Add) Long operations no longer freeze the GUI and a progress message will shown on those cases
  • (Improvement) Cache layers were possible for faster operation
  • (Improvement) As layer data is now cached, input file is closed after read, this way file wouldn't be locked for other programs
  • (Improvement) Speed up extraction with parallelism
  • (Improvement) Extract output folder dialog now open by default on from same folder as input file
  • (Improvement) Extract now create a folder with same file name to dump the content
  • (Fix) Extract to folder was wiping the target folder, this is now disabled to prevent acidental data lost, target files will be overwritten

v0.3.1

30 Apr 03:07
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • (Add) Thumbnails to converted photon and cbddlp files
  • (Add) ctb file format
  • (Add) Show possible extensions/files under "Convert To" menu
  • (Add) Open new file in a new window without lose current work
  • (Improvement) Rename and complete some Chitubox properties
  • (Improvement) More completion of cbddlp file
  • (Improvement) Optimized layer read from cbddlp file
  • (Improvement) Add layer hash code to encoded Chitubox layers in order to optimize file size in case of repeated layer images
  • (Improvement) GUI thumbnail preview now auto scale splitter height to a max of 400px when change thumbnail
  • (Improvement) After convertion program prompt for open the result file in a new window
  • (Change) Move layer rotate from view menu to layer menu
  • (Change) Cbbdlp convertion name to Chitubox
  • (Change) On covert, thumbnails now are resized to match exactly the target thumbnail size
  • (Change) GUI will now show thumbnails from smaller to larger
  • (Fixed) RetractFeedrate was incorrectly used instead of LiftFeedrate on Zcodex gcode

v0.3

27 Apr 22:01
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
  • (Add) zcodex file format
  • (Add) Zortrax Inkspire Printer
  • (Add) Properties menu -- Shows total keys and allow save information to a file
  • (Add) "GCode" viewer Tab -- Only for formats that incldue gcode into file (ie: zcodex)
  • (Add) Save gcode to a text file
  • (Add) Allow to vertical arrange height between thumbnails and properties
  • (Improvement) Thumbnail section is now hidden if no thumbnails avaliable
  • (Improvement) Thumbnail section now vertical auto scales to the image height on file load
  • (Improvement) On "modify properties" window, ENTER key can now be used to accept and submit the form
  • (Fixed) Current model height doesn't calculate when viewing cbddlp files
  • (Change) Round values up to two decimals
  • (Change) Move actual model height near total height, now it shows (actual/total mm)
  • (Change) Increase font size
  • (Change) Rearrange code

v0.2.2

22 Apr 02:04
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • (Add) File -> Reload
  • (Add) File -> Save
  • (Add) File -> Save As
  • (Add) Can now ajust some print properties
  • (Add) 'Initial Layer Count' to status bar
  • (Add) Allow cbbdlp format to extract 'File -> Extract'
  • (Add) Thumbnail resolution label
  • (Add) Layer resolution label
  • (Add) Allow save current layer image
  • (Change) Rearrange menu edit items to file
  • (Change) Edit some shortcuts
  • (Change) Strict use dot (.) for real numbers instead of comma (,)
0