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
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-07-04 23:29:58 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-07-04 23:29:58 +0300
commit2c514fe260b7939f372c745b5e600ee877b88e12 (patch)
treeb0c7b92f8a3fbf30c3a983efb17c5ac0ebae0657 /UVtools.Cmd/Program.cs
parent08fe746dac81d2311978427ebf44f06f10601186 (diff)
v0.6.1.1v0.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
Diffstat (limited to 'UVtools.Cmd/Program.cs')
-rw-r--r--UVtools.Cmd/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UVtools.Cmd/Program.cs b/UVtools.Cmd/Program.cs
index b1224f7..15cbff0 100644
--- a/UVtools.Cmd/Program.cs
+++ b/UVtools.Cmd/Program.cs
@@ -10,6 +10,7 @@ using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using UVtools.Core;
+using UVtools.Core.FileFormats;
namespace UVtools.Cmd
{