@@ -702,8 +702,8 @@
Margin="5,0,0,0"
VerticalAlignment="Center" />
<mah:NumericUpDown Value="{Binding LockZDepth, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
- Minimum="-9999.000"
- Maximum="9999.000"
+ Minimum="0.000"
+ Maximum="10.000"
Interval="0.1"
StringFormat="F3"
MinWidth="60"
@@ -2377,7 +2377,7 @@
Grid.ColumnSpan="2"
Orientation="Horizontal"
VerticalAlignment="Center"
- IsEnabled="{Binding IsSaveScrewCurve,Converter={StaticResource InvertBooleanConverter}}">
+ IsEnabled="{Binding IsSaveScrewCurve}">
<TextBox MinWidth="200"
Text="{Binding ScrewCurvePath,Mode=TwoWay}" />
<Button Style="{StaticResource MaterialDesignFloatingActionMiniDarkButton}"