Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-04v1.3.5v1.3.5Tiago Conceição
* (Add) Pixel Dimming: Chamfer - Allow the number of walls pixels to be gradually varied as the operation progresses from the starting layer to the ending layer (#106) * (Add) PrusaSlicer print profiles: 0.01, 0.02, 0.03, 0.04, 0.15, 0.2 * (Change) Morph: "Fade" to "Chamfer" naming, created profiles need redo * (Change) Pixel Dimming: Allow start with 0px walls when using "Walls Only" * (Change) PrusaSlicer print profiles names, reduced bottom layers and raft height * (Remove) PrusaSlicer print profiles with 3 digit z precision (0.025 and 0.035) * (Fix) PW0, PWS, PWMX, PWMO, PWMS, PWX file formats, where 4 offsets (16 bytes) were missing on preview image, leading to wrong table size. Previous converted files with UVtools wont open from now on, you need to reconvert them. (ezrec/uv3dp#124) * (Fix) Unable to run Re-Height tool due a rounding problem on some cases (#101) * (Fix) Layer preview end with exception when no per layer settings are available (SL1 case)
2020-11-16v1.3.1v1.3.1Tiago Conceição
* (Add) File format: PWX (AnyCubic Photon X) (#93) * (Add) File format: PWMO (AnyCubic Photon Mono) (#93) * (Add) File format: PWMS (AnyCubic Photon Mono SE) (#93) * (Add) PrusaSlicer printer: AnyCubic Photon X * (Add) PrusaSlicer printer: AnyCubic Photon Mono * (Add) PrusaSlicer printer: AnyCubic Photon Mono SE * (Add) PrusaSlicer printer: AnyCubic Photon Mono X * (Change) "Save as" file filter dialog with better file extension description * (Fix) Tool - Infill: Allow save profiles * (Fix) Material cost was showing as ml instead of currency
2020-11-14v1.3.0v1.3.0Tiago Conceição
* (Add) Changelog description to the new version update dialog * (Add) Tool - Infill: Proper configurable infills * (Add) Pixel area as "px²" to the layer bounds and ROI at layer bottom information bar * (Add) Pixel dimming: Alternate pattern every x layers * (Add) Pixel dimming: Lattice infill * (Add) Solidify: Required minimum/maximum area to solidify found areas (Default values will produce the old behaviour) * (Add) Issues: Allow to hide and ignore selected issues * (Add) Issue - Touch boundary: Allow to configure Left, Top, Right, Bottom margins in pixels, defaults to 5px (#94) * (Add) UVJ: Allow convert to another formats (#96) * (Add) Setters to some internal Core properties for more abstraction * (Improvement) Issue - Touch boundary: Only check boundary pixels if layer bounds overlap the set margins, otherwise, it will not waste cycles on check individual rows of pixels when not need to * (Change) Place .ctb extension show first than .cbddlp due more popular this days * (Change) Pixel dimming: Text "Borders" to "Walls" * (Change) Issues: Remove "Remove" text from button, keep only the icon to free up space * (Change) Ungroup extensions on "covert to" menu (#97) * (Fix) Issues: Detect button has a incorrect "save" icon * (Fix) SL1: Increase NumSlow property limit * (Fix) UVJ: not decoding nor showing preview images * (Fix) "Convert to" menu shows same options than previous loaded file when current file dont support convertions (#96) * (Fix) Hides "Convert to" menu when unable to convert to another format (#96) * (Fix) Program crash when demo file is disabled and tries to load a file in * (Fix) Rare crash on startup when mouse dont move in startup period and user types a key in meanwhile * (Fix) On a slow startup on progress window it will show "Decoded layers" as default text, changed to "Initializing"
2020-10-21WPF progressTiago Conceição
2020-10-17v0.8.6.0v0.8.6.0Tiago Conceição
* (Change) Island detection system: * **Before**: A island is consider safe by just have a static amount of pixels, this mean it's possible to have a mass with 100000px supported by only 10px (If safe pixels are configured to this value), so there's no relation with island size and it supporting size. This leads to a big problem and not detecting some potential/unsafe islands. * **Now:** Instead of a static number of safe pixels, now there's a multiplier value, which will multiply the island total pixels per the multiplier, the supporting pixels count must be higher than the result of the multiplication. * **Formula:** Supporting pixels >= Island pixels * multiplier * **Example:** Multiplier of 0.25, an island with 1000px * 0.25 = 250px, so this island will not be considered if below exists at least 250px to support it, otherwise will be flagged as an island. * **Notes:** This is a much more fair system but still not optimal, bridges and big planes with micro supports can trigger false islands. While this is a improvement over old system it's not perfect and you probably will have islands which you must ignore. Renember that you not have to clear out the issue list! Simply step over and ignore the issues you think are false-positives.
2020-10-15WPF CalculatorTiago Conceição
2020-10-14v0.8.5.0v0.8.5.0Tiago Conceição
* (Add) Tool - Calculator: Convert millimeters to pixels * (Add) Tool - Calculator: Find the optimal "Ligth-Off Delay" * (Add) Internal abstraction of display size to all file formats * (Add) Default demo file that loads on startup when no file is specified (this can be disable/enabled on settings)
2020-10-14WPF progressTiago Conceição
2020-10-13v0.8.4.3v0.8.4.3Tiago Conceição
* (Add) Tool - Layer repair: Allow remove islands recursively (#74) * (Fix) Pixel Editor: Cursor dimentions when using brushes with thickness > 1 (#73)
2020-10-11WPF Progressv0.8.4.2Tiago Conceição
2020-10-10Fix blank matsTiago Conceição
2020-10-10BenchmarkTiago Conceição
2020-10-10v0.8.4.1v0.8.4.1Tiago Conceição
* (Add) Tool - Modify print parameters: Value unit to confirmation text * (Change) Tool - Modify print parameters: Maximum allowed exposure times from 255s to 1000s (#69) * (Change) On operations, instead of partial backup a whole backup is made, this allow cancel operations which changes layer count and other structure changes * (Improvement) PrusaSlicer profile manager: Files are now checked against checksum instead write time to prevent trigger an false update when using MSI installer * (Fix) Tool - Layer Import: Allow cancel operation * (Fix) Tool - Layer Import: When importing layers that increase the total layer count of the file program stays forever on progress * (Fix) Tool - Layer Clone: Layer information was the same as heights, fixed to show the result of operation in layers * (Fix) Tool - Pattern: Unable to use an anchor
2020-10-10WPF ProgressTiago Conceição
2020-10-09WPF ProgressTiago Conceição
2020-10-05WPF progressTiago Conceição
2020-10-03WPF ProgressTiago Conceição
2020-10-01v0.8.4.0v0.8.4.0Tiago Conceição
* (Add) Tool: Arithmetic operations * (Add) Allow convert chitubox zip to cbddlp, ctb, photon, phz, pws, pw0, cws, zcodex * (Add) When using filenames containing "bene4_mono" and when converting to cws it will use the GRAY2RGB encoding (#67) * (Add) Hint on how to use layer re-height tool when it fails to launch * (Add) PrusaSlicer Printer: Creality LD-006 * (Add) PrusaSlicer Printer: EPAX E6 Mono * (Add) PrusaSlicer Printer: EPAX E10 Mono * (Add) PrusaSlicer Printer: EPAX X1K 2K Mono * (Add) PrusaSlicer Printer: Elegoo Mars C * (Add) PrusaSlicer Printer: Longer 3D Orange4K * (Add) PrusaSlicer Printer: Phrozen Shuffle XL Lite * (Add) PrusaSlicer Printer: Phrozen Shuffle 16 * (Add) PrusaSlicer Printer: Phrozen Sonic 4K * (Add) PrusaSlicer Printer: Phrozen Sonic Mighty 4K * (Add) PrusaSlicer Printer: Voxelab Proxima * (Add) PrusaSlicer Printer: QIDI S-Box * (Fix) PrusaSlicer Printer: Elegoo Saturn - name and resolution * (Fix) PrusaSlicer Printer: AnyCubic Photon S - display width/height * (Fix) PrusaSlicer Printer: Epax X10 4K Mono - Y Resolution * (Fix) PrusaSlicer Printer: EPAX X133 4K Mono - display width/height * (Fix) PrusaSlicer Printer: Phrozen Shuffle Lite - display width/height * (Fix) All PrusaSlicer Printers were reviewed and some bugs were fixed * (Fix) Chitubox 3D preview when use files converted with UVtools (#68) * (Fix) Overhangs: False-positives when previous or current layer as draker pixels, it now threshold pixels before proceed (#64) * (Change) Tools: Placed "Threshold" menu item after "Morph"
2020-09-30v0.8.3.0v0.8.3.0Tiago Conceição
* (Add) Issue: Overhangs - Detects potential overhangs on layers (#64) * (Add) PrusaSlicer Printer: Phrozen Sonic Mini 4K * (Improvement) CWS: Allow read files with "slice*" filenames as content (#67) * (Improvement) Allow convert chitubox files to CWS Bene4 Mono printer, must configure a printer containing "Bene4 Mono" name on Chitubox (#67) * (Improvement) Edit print parameters: Show changes on confirm dialog * (Improvement) Edit print parameters: Dedicated reset button hides when value is unchanged * (Improvement) More detailed descriptions on error messages * (Fix) Some islands wont remove from list when many selected and click remove * (Fix) Extract: Use trail zeros to layer filenames * (Fix) MSI installer not creating shortcuts (#66)
2020-09-28WPF progressTiago Conceição
2020-09-27WPF progressTiago Conceição
2020-09-26WPF ProgressTiago Conceição
2020-09-25Fix zoom on ShowLayerTiago Conceição
2020-09-25Arrange files, add dependenciesTiago Conceição
2020-09-23WPF progressTiago Conceição
2020-09-23v0.8.2.4v0.8.2.4Tiago Conceição
* (Add) Layer Importer: Option to merge images * (Improvement) Layer difference computation time, faster render
2020-09-22WPF progressTiago Conceição
2020-09-20Settings completionTiago Conceição
2020-09-19(#63)v0.8.2.3Tiago Conceição
* (Add) Pixel Editor: Erase drawing edits while hold Control (#63) * (Add) Pixel Editor: When using diameters larger than 1px and when possible the cursor will show the associated drawing preview (#63) * (Fix) Pixel Editor: Area px<sup>2</sup> to Diameter px (#63)
2020-09-18Global hotkeys prevent user from typing that key on controls (#62)Tiago Conceição
2020-09-18Tooltip for next and previous layer buttons with associated shortcutTiago Conceição
2020-09-18WPF settingsTiago Conceição
2020-09-16v0.8.2.2Tiago Conceição
* (Add) Support for PHZ zip files when renamed to .zip * (Fix) ZIP: Allow to cancel on gather layers stage * (Fix) ZIP: Thumbnails not showing nor saving
2020-09-15Fixes Move and PatternTiago Conceição
* (Fix) Tools - Move and Pattern: When not selecting a ROI will draw black layers * (Fix) Tool - Move: When making a cut move and move to a overlap zone it will blackout the source rectangle
2020-09-14Version v0.8.2.1v0.8.2.1Tiago Conceição
2020-09-14Fix ctb and pwsTiago Conceição
* (Fix) ctb and pws: Renders a bad file after save, this was introduced with cancelled saves feature * (Fix) When cancel a file convertion, it now deletes the target file
2020-09-14Fixes LGS and dialogTiago Conceição
* (Improvement) When unable to convert a format from SL1 to other, advice users to check used printer on PrusaSlicer * (Improvement) Information on "Install profiles on PrusaSlicer" (#60) * (Fix) LGS: Change resolution tool was defining wrong Y
2020-09-13v0.8.2.0v0.8.2.0Tiago Conceição
2020-09-13Text refresh on Issues tab of SettingsBryce Yancey
Somehow missed this tab in my previous passes. Please review and ensure my descriptions are acurate.
2020-09-13Setting: Allow change layer tooltip overlay color and opacityTiago Conceição
2020-09-13Setting: Allow change layer tooltip overlay color and opacityTiago Conceição
2020-09-13More abstractionTiago Conceição
* (Add) Global print properties on formats for more internal abstraction * (Improvement) Print properties performance internal code with abstraction
2020-09-12Backup layers on operationsTiago Conceição
When a operation is cancelled affected layers will revert to the original form (#57)
2020-09-12Improve save file operationsTiago Conceição
* (Change) File - Save As is always available (#56) * (Fix) File - Save when cancelled no longer keep a invalid file, old restored (#54) * (Fix) File - Save As when cancelled no longer keep a invalid file, that will be deleted (#54, #55)
2020-09-12Merge pull request #53 from byancey/masterTiago Conceição
More detailed clean-up of text in FrmMain
2020-09-12Layer overlay tooltip is now semi-transparentTiago Conceição
2020-09-12More detailed clean-up of text in FrmMainBryce Yancey
2020-09-12Shift + click on roi button to clear it outTiago Conceição
2020-09-12GUI improvementsTiago Conceição
* (Add) Layer status bar: Button with ROI - Click to zoom in region * (Add) Setting: Allow the layer overlay tooltips for select issues, ROI, and edit pixel mode to be hidden. * (Change) Layer status bar: Bounds text to button - Click to zoom in region * (Change) Layer status bar: Pixel picker text to button - Click to center in point * (Change) Layer status bar: Resolution text to button - Click to zoom to fit * (Change) Customized cursor for Pixel Edit mode (#51) * (Fix) Misc. text cleanup (#52)
2020-09-12Misc. text cleanupBryce Yancey