OmagCUT 2.2g1 :

- aggiunti check spessore lama a movimenti manuali
- in simulazione aggiunta gestione ripartenza
- in spezza con comando modifica si conserva l'ordine dei tagli.
This commit is contained in:
Dario Sassi
2020-07-14 09:20:13 +00:00
parent 46f76fab25
commit 9ec18d2ffa
5 changed files with 96 additions and 9 deletions
+6 -1
View File
@@ -770,10 +770,15 @@ Public Class CurrentMachine
End Set
End Property
Friend ReadOnly Property bAddSawThTo5AxMove As Boolean
Friend Property bAddSawThTo5AxMove As Boolean
Get
Return m_bAddSawThTo5AxMove
End Get
Set(value As Boolean)
If WritePrivateProfileString(S_MACH_DIRECTCUTS, K_ADDSAWTHTO5AXMOVE, If(value, "1", "0"), sMachIniFile) Then
m_bDirectCutsFinalHome = value
End If
End Set
End Property
Friend ReadOnly Property bFsevEnable As Boolean