Commit Graph
87 Commits
Author SHA1 Message Date
Tiago Conceição 54130124f9 Fix MSI 2020-07-30 03:03:32 +01:00
Tiago Conceição 778b252dbe Version correction 2020-07-30 02:56:14 +01:00
Tiago Conceição e3c0840c2f v0.6.4.0
* (Add) Tool: Change resolution
* (Add) Log: Track every action you do on the program
2020-07-30 02:54:59 +01:00
Tiago Conceição 858bc33d2d v0.6.3.4
* (Add) Mutator: Threshold pixels
* (Change) Mutator: PyrDownUp - Name to "Big Blur" and add better description of the effect
* (Change) Mutator: SmoothMedian - Better description
* (Change) Mutator: SmoothGaussian - Better description
* (Fix) Tool: Layer Re-Height - When go lower heights the pixels count per layer statistics are lost
* (Fix) "Pixel Edit" has the old tooltip text (#14)
* (Fix) Readme: Text fixes (#14)
2020-07-28 03:56:49 +01:00
Tiago Conceição c76a68c29b v0.6.3.3
* (Add) Allow to save properties to clipboard
* (Add) Tool: Layer Repair - Allow remove islands below or equal to a pixel count (Suggested by: Nicholas Taylor)
* (Add) Issues: Allow sort columns by click them (Suggested by: Nicholas Taylor)
* (Improvement) Tool: Pattern - Prevent open this tool when unable to pattern due lack of space
* (Fix) Tool: Layer Repair - When issues are not caculated before, they are computed but user settings are ignored
2020-07-26 02:46:18 +01:00
Tiago Conceição bf0feb805c v0.6.3.2
* (Add) Tool: Layer Re-Height - Allow change layer height
* (Add) Setting: Gap closing default iterations
* (Add) Setting: Noise removal default iterations
* (Add) Setting: Repair layers and islands by default
* (Add) Setting: Remove empty layers by default
* (Add) Setting: Repair resin traps by default
* (Change) Setting: "Reset to Defaults" changed to "Reset All Settings"
* (Fix) CWS: Lack of ';' on GCode was preventing printer from printing
2020-07-24 04:38:44 +01:00
Tiago Conceição 07652d6b88 Update CHANGELOG.md 2020-07-20 04:23:23 +01:00
Tiago Conceição 78e35204e6 v0.6.3.1
* (Add) Preview: Allow import images from disk and replace preview image
* (Add) Issue and Pixel Editor ListView can now reorder columns
* (Add) Pixel Editor: Button "Clear" remove all the modifications
* (Add) Pixel Editor: Button "Apply All" to apply the modifications
* (Add) Pixel Editor: Double click items will track and position over the draw
* (Fix) Pixel Editor: Label "Operations" was not reset to 0 after apply the modifications
* (Fix) Pixel Editor: Button "Remove" tooltip
* (Fix) Pixel Editor: Drawing - Bursh Area - px to px²
2020-07-20 04:17:03 +01:00
Tiago Conceição 97f0e38c07 v0.6.3.0
* (Add) Layer remove button
* (Add) Tool: Layer removal
* (Add) Layer Repair tool: Remove empty layers
* (Add) Issues: Remove a empty layer will effectively remove the layer
* (Fix) SL1: When converting to other format in some cases the parameters on Printer Notes were not respected nor exported (#12)
* (Fix) Pixel Editor: Draw pixels was painting on wrong positions after apply, when refreshing layer some pixels disappear (Spotted by Nicholas Taylor)
2020-07-19 04:23:27 +01:00
Tiago Conceição 9b9438dd40 v0.6.2.3
* (Add) Issue: EmptyLayer - Detects empty layers were image is all black with 0 pixels to cure
* (Add) Toolbar and pushed layer information to bottom
* (Add) Information: Cure pixel count per layer and percentage against total lcd pixels
* (Add) Information: Bounds per layer
* (Add) Zip: Compability with Formware zip files
2020-07-17 00:44:32 +01:00
Tiago Conceição fc83672a76 v0.6.2.2
* (Add) cbddlp, photon and ctb version 3 compability (Chitubox >= 1.6.5)
2020-07-14 22:21:11 +01:00
Tiago Conceição bfdecd4982 v0.6.2.1
* (Fix) Mutator: Erode was doing pixel dimming
2020-07-14 17:22:39 +01:00
Tiago Conceição a169d4f855 Update CREDITS.md 2020-07-14 03:27:58 +01:00
Tiago Conceição b2bd1c41f1 v0.6.2.0
* (Add) PrusaSlicer Printer: Elegoo Mars 2 Pro
* (Add) PrusaSlicer Printer: Creality LD-002H
* (Add) PrusaSlicer Printer: Voxelab Polaris
* (Add) File Format: UVJ (#8)
* (Add) Mutataor: Pixel Dimming
* (Add) Pixel Editor tab with new drawing functions
* (Add) Pixel Editor: Bursh area and shape
* (Add) Pixel Editor: Supports
* (Add) Pixel Editor: Drain holes
* (Add) Settings for pixel editor
* (Add) Setting: File open default directory
* (Add) Setting: File save default directory
* (Add) Setting: File extract default directory
* (Add) Setting: File convert default directory
* (Add) Setting: File save prompt for overwrite (#10)
* (Add) Setting: File save preffix and suffix name
* (Add) Setting: UVtools version to the title bar
* (Improvement) Force same directory as input file on dialogs
* (Improvement) Pattern: Better positioning when not using an anchor, now it's more center friendly
* (Change) Setting: Start maximized defaults to true
* (Fix) Pattern: Calculated volume was appending one margin width/height more
* (Fix) When cancel a file load, some shortcuts can crash the program as it assume file is loaded
* (Fix) pws: Encode using the same count-of-threshold method as CBDDLP (ezrec/uv3dp#79)
2020-07-14 02:55:37 +01:00
Tiago Conceição 2c514fe260 v0.6.1.1
* (Add) Allow chitubox, phz, pws, pw0 files convert to cws
* (Add) Allow convert between cbddlp, ctb and photon
* (Add) Allow convert between pws and pw0
* (Improvement) Layers can now have modified heights and independent parameters (#9)
* (Improvement) UVtools now generate better gcode and detect the lack of Lift and same z position and optimize the commands
* (Fix) zcodex: Wasn't reporting layer decoding progress
2020-07-04 21:29:58 +01:00
Tiago Conceição 08fe746dac v0.6.1.0
* (Add) Thumbnail image can now saved to clipboard
* (Add) Setting to allow choose default file extension at load file dialog
* (Add) Double click middle mouse to zoom to fit to image
* (Add) Move mutator to move print volume around the plate
* (Add) Pattern tool
* (Change) Setting window now have tabs to compact the window height
* (Fix) Progress for mutators always show layer count instead of selected range
2020-07-02 04:50:44 +01:00
Tiago Conceição b641c34b95 Update CHANGELOG.md 2020-07-01 04:31:14 +01:00
Tiago Conceição 8ce59f6612 v0.6.0.2
* (Add) PrusaSlicer Printer "EPAX X10 4K Mono"
* (Improvement) Better progress window with real progress and cancel button
* (Improvement) Mutators text and name
* (Fix) sl1: After save file gets decoded again
* (Fix) photon, cbddlp, ctb, phz, pws, pw0: Unable to save file, not closed from the decode session
* (Fix) zcodex: Unable to convert file
* (Fix) images: Wasn't opening
* (Fix) images: Wasn't saving
* (Fix) When click on button "New version is available" sometimes it crash the program
* (Fix) Force 1 layer scroll when using Mouse Wheel to scroll the tracker bar
* (Fix) PrusaSlicer printers: Mirror vertically instead to produce equal orientation compared with chitubox
2020-07-01 04:29:08 +01:00
Tiago Conceição 6a06ab0b89 Version fix 2020-06-29 13:20:18 +01:00
Tiago Conceição d6698d9f19 v0.6.0.1 2020-06-29 13:17:57 +01:00
Tiago Conceição 2cbb3f377a v0.6.0.0
* (Add) UVtools now notify when a new version available is detected
* (Add) Mutator "Flip"
* (Add) Mutator "Rotate"
* (Add) User Settings - Many parameters can now be customized to needs
* (Add) File load elapsed time into Title bar
* (Add) Outline - Print Volume bounds
* (Add) Outline - Layer bounds
* (Add) Outline - Hollow areas
* (Add) Double click layer picture to Zoom To Fit
* (Improvement) Huge performance boost in layer reparing and in every mutator
* (Improvement) Layer preview is now faster
* (Improvement) Islands detection is now better and don't skip any pixel, more islands will show or the region will be bigger
* (Improvement) Islands search are now faster, it will jump from island to insland instead of search in every pixel by pixel
* (Improvement) ResinTrap detection and corrected some cases where it can't detect a drain
* (Improvement) Better memory optimization by dispose all objects on operations
* (Improvement) Image engine changed to use only OpenCV Mat instead of two and avoid converting from one to another, as result there's a huge performance gain in some operations (#6)
* (Improvement) UVtools now rely on UVtools.Core, and drop the UVtools.Parser. The Core now perform all operations and transformations inplace of the GUI
* (Improvement) If error occur during save it will show a message with the error
* (Improvement) When rotate layer it will zoom to fit
* (Improvement) Allow zoom to fit to print volume area instead of whole build volume
* (Removed) ImageSharp dependency
* (Removed) UVtools.Parser project
* (Fix) Nova3D Elfin printer values changed to Display Width : 131mm / Height : 73mm & Screen X: 2531 / Y: 1410 (#5)
* (Fix) Fade resizes make image offset a pixel from layer to layer because of integer placement, now it matain the correct position
* (Fix) sl1: AbsoluteCorrection, GammaCorrection, MinExposureTime, MaxExposureTime, FastTiltTime, SlowTiltTime and AreaFill was byte and float values prevents the file from open (#4)
* (Fix) zcodex: XCorrection and YCorrection was byte and float values prevents the file from open (#4)
* (Fix) cws: XCorrection and YCorrection was byte and float values prevents the file from open (#4)
* (Fix) cws: Wrong # char on .gcode file prevent from printing (#4)
2020-06-29 05:18:33 +01:00
Tiago Conceição 6d401eb774 Droped Parser and create UVtoolsCmd 2020-06-24 23:37:57 +01:00
Tiago Conceição 625b736ad7 Update EmguExtensions.cs 2020-06-23 22:46:13 +01:00
Tiago Conceição c65a5a184f Scaling corrections 2020-06-23 22:34:53 +01:00
Tiago Conceição 68078da9cc Update EmguExtensions.cs 2020-06-23 22:24:19 +01:00
Tiago Conceição 50b3b4c79e Removed ImageSharp dependency 2020-06-23 22:22:56 +01:00
Tiago Conceição 494c8d98dc complete Core 2020-06-22 03:44:57 +01:00
Tiago Conceição 3f559ce03d Update UVtools.InstallerMM.wxs 2020-06-21 17:11:17 +01:00
Tiago Conceição 043770ca12 v0.5.2.2
* (Fix) phz: Files with encryption or sliced by chitubox produced black images after save due not setting the image address nor size (Spotted by Burak Cezairli)
2020-06-21 17:06:52 +01:00
Tiago Conceição c10bf6cef3 v0.5.2.1
* (Add) cws: Allow change layer PWM value
* (Update) Dependency ImageSharp from 1.0.0-rc0002 to 1.0.0-rc0003 (It fix a error on resize function)
* (Fix) cws: GCode 0 before G29
* (Fix) Phrozen Sonic Mini: Display Height from 66.04 to 68.04
* (Fix) Zortrax Inkspire: Display and Volume to 74.67x132.88
* (Fix) Layer repair tool allow operation when every repair checkbox is deselected
2020-06-20 23:54:38 +01:00
Tiago Conceição fc73f2ff75 v0.5.2
* (Add) Resin Trap issue validator and repairer - Experimental Feature (#3)
* (Add) Layer Repair tool can now fix Resin Traps when selected
* (Add) "Remove" issues button fix selected Resin traps, the operation now run under a thread and in a parallel way, preventing the GUI from freeze
* (Change) "Repair Layers" button renamed to "Repair Layers and Issues"
* (Fix) When do a "repair layers" before open the Issue tab, when open next it will recompute issues without the need
2020-06-19 23:52:08 +01:00
Tiago Conceição 93e548c7de Update CHANGELOG.md 2020-06-18 20:39:29 +01:00
Tiago Conceição 7fe804a9ac v0.5.1.3
* (Add) Button save layer image to Clipboard
* (Change) Go to issue now zoom at bouding area instead of first pixels
* (Change) Layer navigation panel width increased in 20 pixels, in some cases it was overlaping the slider
* (Change) Actual layer information now have a depth border
* (Change) Increased main GUI size to X: 1800 and Y: 850 pixels
* (Change) If the GUI window is bigger than current screen resolution, it will start maximized istead
* (Fix) cbddlp: AntiAlias is number of _greys_, not number of significant bits (ezrec/uv3dp#75)
* (Fix) Outline not working as before, due a forget to remove test code
2020-06-18 20:24:51 +01:00
Tiago Conceição 379c5140f6 v0.5.1.2
* (Add) Able to install only the desired profiles and not the whole lot (Suggested  by: Ingo Strohmenger)
* (Add) Update manager for PrusaSlicer profiles
* (Add) If PrusaSlicer not installed on system it prompt for installation (By open the official website)
* (Fix) Prevent profiles instalation when PrusaSlicer is not installed on system
* (Fix) The "Issues" computation sometimes fails triggering an error due the use of non concurrent dictionary
* (Fix) Print profiles won't install into PrusaSlicer
2020-06-17 19:54:00 +01:00
Tiago Conceição 7822839109 v5.1.1
* (Add) photon, cbddlp, ctb and phz can be converted to Zip
* (Fix) CTB: When AntiAliasing is on it saves a bad file
2020-06-16 17:57:29 +01:00
Tiago Conceição 62d9cc80ea Update README.md 2020-06-16 05:27:58 +01:00
Tiago Conceição 87d2062495 v5.1 2020-06-16 05:19:32 +01:00
Tiago Conceição b3c9781a8b v0.5 2020-06-13 05:33:03 +01:00
Tiago Conceição 1979a105ea Update FileFormat.cs 2020-06-10 19:20:01 +01:00
Tiago Conceição 8866d7b31a Add resize 2020-06-10 19:19:37 +01:00
Tiago Conceição 4a2a053068 Update README.md 2020-06-10 05:53:40 +01:00
Tiago Conceição 0f02f4d2a0 pre v0.4.3 2020-06-10 05:51:57 +01:00
Tiago Conceição 80dc1f2a5c Show available printers 2020-06-06 16:08:47 +01:00
Tiago Conceição 7788fffa9f v0.4.2.2
* (Add) Shortcut "ESC" under Islands list view to deselect all items
* (Add) Shortcut "CTRL+A" under Islands list view to select all items
* (Add) Shortcut "*" under Islands list view to invert selection
* (Add) Shortcut "CTRL+F" to go to a layer number
* (Change) Layer image is now a RGB image for better manipulation and draws
* (Change) Layer difference now shows previous and next layers (only pixels not present on current layer) were previous are pink and next are cyan, if a pixel are present in both layers a red pixel will be painted.
* (Fix) Save modified layers on .cbddlp and .cbt corrupts the file to print when Anti-Aliasing is used (> 1)
* (Fix) cbdlp layer encoding
2020-06-05 22:35:35 +01:00
Tiago Conceição e5dd60b3cf Update bug_report.md 2020-06-05 00:15:23 +01:00
Tiago Conceição 9699372646 Update CHANGELOG.md 2020-06-04 23:45:11 +01:00
Tiago Conceição 7e18243bdd v0.4.2.1
* (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: i 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
2020-06-04 23:43:11 +01:00
Tiago Conceição 6a2939b44a v0.4.2
* (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
2020-06-03 22:51:52 +01:00
Tiago Conceição 15d9b3e7a5 v0.4.1
* (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)
2020-06-01 04:31:18 +01:00
Tiago Conceição 82f29a7928 v0.4
* (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
2020-05-27 05:07:42 +01:00
Tiago Conceição 1759fb0ec5 v0.3.3.1 2020-05-21 15:40:44 +01:00
Tiago Conceição 9922609ba7 Update CHANGELOG.md 2020-05-19 17:12:07 +01:00
Tiago Conceição d91986f803 v0.3.3
* (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
2020-05-19 16:57:04 +01:00
Tiago Conceição e756162d70 v0.3.2 prepare 2020-05-11 03:30:17 +01:00
Tiago Conceição b28bf4ddc1 Update FrmLoading.Designer.cs 2020-05-10 06:15:31 +01:00
Tiago Conceição 72f52e0ef7 Add tasks and fix extraction 2020-05-10 06:07:19 +01:00
Tiago Conceição 8ebc6a72c7 Parallel process and layer cache 2020-05-04 00:48:33 +01:00
Tiago Conceição 052eeecd0e Update CHANGELOG.md 2020-04-30 04:12:07 +01:00
Tiago Conceição ed77f868cb v0.3.1 2020-04-30 04:06:10 +01:00
Tiago Conceição 788f12cc41 v0.3 2020-04-27 22:56:35 +01:00
Tiago ConceiçãoandGitHub bfc42aa060 Create FUNDING.yml 2020-04-22 03:37:19 +01:00
Tiago ConceiçãoandGitHub 043e380024 Update issue templates 2020-04-22 03:35:49 +01:00
Tiago ConceiçãoandGitHub cb05737028 Update issue templates 2020-04-22 03:35:03 +01:00
Tiago ConceiçãoandGitHub 7044222c2e Update issue templates 2020-04-22 03:30:19 +01:00
Tiago Conceição 2fa50b2a62 Update README.md 2020-04-22 03:16:29 +01:00
Tiago Conceição 07ef8c698c Update README.md 2020-04-22 03:15:31 +01:00
Tiago Conceição 054d55b452 v0.2.2 2020-04-22 03:01:29 +01:00
Tiago Conceição ef3bef5073 Update CHANGELOG.md 2020-04-20 03:53:56 +01:00
Tiago Conceição 7f0d12068e Update README.md 2020-04-20 03:53:40 +01:00
Tiago Conceição ca7305ef99 Print properties edit function and save 2020-04-20 03:51:16 +01:00
Tiago Conceição bc0cab54e0 v0.2.1 2020-04-15 05:02:44 +01:00
Tiago Conceição 29d5326494 Update CREDITS.md 2020-04-15 01:46:26 +01:00
Tiago Conceição 2bab4bea28 Add CREDITS file 2020-04-15 01:45:45 +01:00
Tiago Conceição 531fd9bac7 Allow open known filetypes + More abstraction 2020-04-14 00:18:49 +01:00
Tiago Conceição f99c1eddc4 Update CHANGELOG.md 2020-04-12 21:06:40 +01:00
Tiago Conceição 234cfc06f4 Create EPAX X1.ini 2020-04-12 21:03:15 +01:00
Tiago Conceição 962ae6076d Update README.md 2020-04-12 21:00:14 +01:00
Tiago Conceição c9b5e58065 v0.2 2020-04-12 20:59:00 +01:00
Tiago Conceição db04afa97e Pre0.2 commit 2020-04-11 21:16:49 +01:00
Tiago Conceição 43f2b67c2c Update README.md 2020-04-06 22:16:46 +01:00
Tiago Conceição 6299a49a26 Update README.md 2020-04-06 22:05:36 +01:00
Tiago Conceição 4b290674ca Update README.md 2020-04-06 22:03:43 +01:00
Tiago Conceição 94527a98aa Update README.md 2020-04-06 21:49:44 +01:00
Tiago Conceição 3c4d9696af Update README.md 2020-04-06 21:46:31 +01:00
Tiago Conceição 416e163868 Update README.md 2020-04-06 21:34:58 +01:00
Tiago Conceição 780d4f37ee First commit 2020-04-06 21:31:34 +01:00
Tiago ConceiçãoandGitHub 91b73494b3 Initial commit 2020-04-05 23:10:43 +01:00