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-11-26 06:02:16 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-11-26 06:02:16 +0300
commit805907852889970b34a03bf1b1b421d410463b47 (patch)
tree1212f95fe5eafe1f6df8afbd8c47495b9da63a84 /UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
parent00179581dd95f00e25b9d15d0343c39c7017d79d (diff)
v1.3.4v1.3.4
* (Add) Infill: CubicDynamicLink - Alternates centers with lateral links, consume same resin as center linked and make model/infill stronger. * (Add) Update estimate print time when modify dependent parameters (#103) * (Add) Tool - Calculator: Old and new print time estimation (#103) * (Fix) Print time calculation was using normal layers with bottom layer off time * (Fix) Calculate print time based on each layer setting instead of global settings
Diffstat (limited to 'UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml18
1 files changed, 17 insertions, 1 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml b/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
index c9fa7fd..ecd84b5 100644
--- a/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
@@ -249,7 +249,7 @@
<Grid
Grid.Row="2"
- RowDefinitions="Auto,10,Auto,10,Auto,10,Auto,10,Auto,10,Auto,10,Auto"
+ RowDefinitions="Auto,10,Auto,10,Auto,10,Auto,10,Auto,10,Auto,10,Auto,10,Auto,10,Auto"
ColumnDefinitions="Auto,10,100,5,Auto,30,Auto,10,100,5,Auto"
>
@@ -373,6 +373,22 @@
VerticalAlignment="Center"
HorizontalAlignment="Center"
Text="{Binding SlicerFile.LayerOffTime, StringFormat=Current value: \{0\}}"/>
+
+ <TextBlock
+ Grid.Row="14"
+ Grid.Column="0"
+ Grid.ColumnSpan="11"
+ VerticalAlignment="Center"
+ HorizontalAlignment="Center"
+ Text="{Binding SlicerFile.PrintTimeHours, StringFormat=Old print time: \{0\}h}"/>
+
+ <TextBlock
+ Grid.Row="16"
+ Grid.Column="0"
+ Grid.ColumnSpan="11"
+ VerticalAlignment="Center"
+ HorizontalAlignment="Center"
+ Text="{Binding LightOffDelayPrintTimeHours, StringFormat=New print time: \{0\}h}"/>
<!-- Bottom -->