3dPrinting :
- modifiche progress bar.
This commit is contained in:
@@ -170,7 +170,7 @@ function RunMachParamFromSWCalc.Exec()
|
||||
EgtSetInfo( nLayerResultId, KEY_LENGTH, dTotLayerLength)
|
||||
EgtSetInfo( nLayerResultId, KEY_SPEED, dSpeed)
|
||||
-- aggiorno interfaccia
|
||||
EgtProcessEvents( 400 + ( nLayerIndex / nLayerQty * 100), 0)
|
||||
EgtProcessEvents( 500 + ( nLayerIndex / nLayerQty * 100), 0)
|
||||
nLayerIndex = nLayerIndex + 1
|
||||
nLayerId = EgtGetFirstNameInGroup( nPartId, SLICE_LAYER .. nLayerIndex) or EgtGetFirstNameInGroup( nPartId, "__" .. SLICE_LAYER .. nLayerIndex)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user