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>2021-04-08 02:16:29 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-04-08 02:16:29 +0300
commitf914d77538c693155de9333d746d29d6c9958178 (patch)
tree36d72a80c6b209cdbd9dc9186293259102e892fe /UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
parentbdcd58f93d4f15951b68de6995e31d7d5b203e3b (diff)
v2.8.4v2.8.4
* (Improvement) Layers: "IsBottomLayer" property will now computing the value taking the height into consideration instead of it index, this allow to identify the real bottom layers when using multiple layers with same heights * (Fix) GCode Builder: Finish print lift to top was setting the incorrect feedrate if the file format is not in mm/m speed units * **Operations:** * **Exposure time finder:** * Add option to "Also set light-off delay to zero" when "Do not perform the lifting sequence for layers with same Z positioning" is enabled * Layers heights with more than 3 decimals was limiting the layer generation to 2 decimals leading to wrong the layer thickness * Allow set layer heights with 3 decimals * **Elephant foot:** * Bottom and normal layers count was showing with decimals * Allow set layer heights with 3 decimals * XYZ Accuracy: Allow set layer heights with 3 decimals * Tolerance XYZ: Allow set layer heights with 3 decimals * Grayscale: Allow set layer heights with 3 decimals * Stress tower: Allow set layer heights with 3 decimals * Calculator - Optimal model tilt: Allow layer heights with 3 decimals
Diffstat (limited to 'UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml27
1 files changed, 13 insertions, 14 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml b/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
index 2610afd..c179b3b 100644
--- a/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
@@ -85,7 +85,7 @@
Minimum="0"
Maximum="100000"
Increment="0.01"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcMillimetersToPixels.DisplayWidth}"
/>
<TextBlock
@@ -107,7 +107,7 @@
Minimum="0"
Maximum="100000"
Increment="0.01"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcMillimetersToPixels.DisplayHeight}"
/>
<TextBlock
@@ -136,7 +136,7 @@
Minimum="0"
Maximum="100000"
Increment="0.5"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcMillimetersToPixels.Millimeters}"
/>
<TextBlock
@@ -271,7 +271,7 @@
Minimum="0"
Maximum="1000"
Increment="1.0"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcLightOffDelay.LiftHeight}"/>
<TextBlock
Grid.Row="0"
@@ -292,7 +292,7 @@
Minimum="0"
Maximum="1000"
Increment="1.0"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcLightOffDelay.LiftSpeed}"/>
<TextBlock
Grid.Row="2"
@@ -313,7 +313,7 @@
Minimum="0"
Maximum="1000"
Increment="1.0"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcLightOffDelay.RetractSpeed}"/>
<TextBlock
Grid.Row="4"
@@ -334,7 +334,7 @@
Minimum="0"
Maximum="1000"
Increment="0.5"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcLightOffDelay.WaitTime}"/>
<TextBlock
Grid.Row="6"
@@ -413,7 +413,7 @@
Minimum="0"
Maximum="1000"
Increment="1.0"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcLightOffDelay.BottomLiftHeight}"/>
<TextBlock
Grid.Row="0"
@@ -434,7 +434,7 @@
Minimum="0"
Maximum="1000"
Increment="1.0"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcLightOffDelay.BottomLiftSpeed}"/>
<TextBlock
Grid.Row="2"
@@ -455,7 +455,7 @@
Minimum="0"
Maximum="1000"
Increment="0.5"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcLightOffDelay.BottomWaitTime}"/>
<TextBlock
Grid.Row="6"
@@ -587,7 +587,7 @@
Minimum="0"
Maximum="100000"
Increment="0.01"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcOptimalModelTilt.DisplayWidth}"
/>
<TextBlock
@@ -609,7 +609,7 @@
Minimum="0"
Maximum="100000"
Increment="0.01"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Operation.CalcOptimalModelTilt.DisplayHeight}"
/>
<TextBlock
@@ -638,8 +638,7 @@
Minimum="0.01"
Maximum="0.20"
Increment="0.01"
- FormatString="F02"
-
+ FormatString="F3"
Value="{Binding Operation.CalcOptimalModelTilt.LayerHeight}"
/>
<TextBlock