diff --git a/Constants/ConstIni.vb b/Constants/ConstIni.vb
index 060d7cf..075de4e 100644
--- a/Constants/ConstIni.vb
+++ b/Constants/ConstIni.vb
@@ -86,6 +86,9 @@ Module ConstIni
Public Const K_MAJLNCOLOR As String = "MajLnColor"
Public Const S_IMPORT As String = "Import"
+ Public Const K_DXFSCALE As String = "DxfScale"
+ Public Const K_STLSCALE As String = "StlScale"
+ Public Const K_IMGSCALE As String = "ImgScale"
Public Const K_CNCFLAG As String = "CncFlag"
Public Const K_BTLFLAG As String = "BtlFlag"
diff --git a/EgtCAM5.vbproj b/EgtCAM5.vbproj
index c50bd1a..57cbc48 100644
--- a/EgtCAM5.vbproj
+++ b/EgtCAM5.vbproj
@@ -702,6 +702,9 @@
+
+
+
IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\EgtCAM5\EgtCAM5R32.exe
diff --git a/MachinePanel/MachinePanelV.xaml b/MachinePanel/MachinePanelV.xaml
index aba046d..a96df76 100644
--- a/MachinePanel/MachinePanelV.xaml
+++ b/MachinePanel/MachinePanelV.xaml
@@ -7,8 +7,8 @@
Style="{StaticResource GridViewPanelButton}" Width="55" Content="{Binding ToolDBMsg}"/>
-