Icarus :
- piccoli aggiustamenti.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
Public Const K_MACH_INITSCRIPT As String = "InitScript"
|
||||
Public Const K_MACH_EXITSCRIPT As String = "ExitScript"
|
||||
|
||||
' Public Const S_PRINTING3D As String = "3dPrinting"
|
||||
Public Const S_MACH_PRINTING3D As String = "3dPrinting"
|
||||
Public Const K_SPEED_MIN As String = "SpeedMin"
|
||||
Public Const K_SPEED_MAX As String = "SpeedMax"
|
||||
|
||||
|
||||
@@ -510,7 +510,7 @@ Public MustInherit Class MachiningParam
|
||||
Case Params.RIBSOVERLAP
|
||||
m_sName = "Ribs Overlap"
|
||||
Case Params.RIBSSTRANDCOUNT
|
||||
m_sName = "Ribs Starnd Count"
|
||||
m_sName = "Ribs Strand Count"
|
||||
Case Params.RIBSLINK
|
||||
m_sName = "Ribs Link"
|
||||
Case Params.RIBSINVERTORDER
|
||||
|
||||
@@ -273,8 +273,8 @@ Public Class TFSEditorVM
|
||||
End Function
|
||||
|
||||
Friend Sub UpdateSpeedMinMax()
|
||||
m_dSpeedMin = GetPrivateProfileDouble(S_PRINTING3D, K_SPEED_MIN, 0, CurrentMachine.sMachIniFile)
|
||||
m_dSpeedMax = GetPrivateProfileDouble(S_PRINTING3D, K_SPEED_MAX, 50000, CurrentMachine.sMachIniFile)
|
||||
m_dSpeedMin = GetPrivateProfileDouble(S_MACH_PRINTING3D, K_SPEED_MIN, 0, CurrentMachine.sMachIniFile)
|
||||
m_dSpeedMax = GetPrivateProfileDouble(S_MACH_PRINTING3D, K_SPEED_MAX, 50000, CurrentMachine.sMachIniFile)
|
||||
End Sub
|
||||
|
||||
#End Region ' METHODS
|
||||
|
||||
Reference in New Issue
Block a user