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:
Diffstat (limited to 'UVtools.Core/FileFormats/FileFormat.cs')
-rw-r--r--UVtools.Core/FileFormats/FileFormat.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/UVtools.Core/FileFormats/FileFormat.cs b/UVtools.Core/FileFormats/FileFormat.cs
index f7841a7..ec336d2 100644
--- a/UVtools.Core/FileFormats/FileFormat.cs
+++ b/UVtools.Core/FileFormats/FileFormat.cs
@@ -406,11 +406,11 @@ namespace UVtools.Core.FileFormats
public virtual float ExposureTime { get; set; }
public virtual float BottomLayerOffTime { get; set; }
public virtual float LayerOffTime { get; set; }
- public virtual float BottomLiftHeight { get; set; }
- public virtual float LiftHeight { get; set; }
- public virtual float BottomLiftSpeed { get; set; }
- public virtual float LiftSpeed { get; set; }
- public virtual float RetractSpeed { get; set; }
+ public virtual float BottomLiftHeight { get; set; } = 5;
+ public virtual float LiftHeight { get; set; } = 5;
+ public virtual float BottomLiftSpeed { get; set; } = 100;
+ public virtual float LiftSpeed { get; set; } = 100;
+ public virtual float RetractSpeed { get; set; } = 100;
public virtual byte BottomLightPWM { get; set; } = 255;
public virtual byte LightPWM { get; set; } = 255;