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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user