3dPrinting :
- modifiche al calcolo dei solidi.
This commit is contained in:
@@ -98,7 +98,8 @@ function RunSliceAdvancement.Exec()
|
||||
-- eventuale calcolo dei solidi
|
||||
local bHasSolids = EgtGetInfo( nPartId, KEY_HAS_SOLIDS, 'b') or false
|
||||
if not bHasSolids then
|
||||
CSOLIDS.Exec( nPartId)
|
||||
EgtSetInfo( nPartId, KEY_CALC_SOLIDS, true)
|
||||
CSOLIDS.Exec()
|
||||
end
|
||||
|
||||
local nPrintOrder = EgtGetInfo( nPartId, KEY_PRINT_ORDER, 'i')
|
||||
|
||||
Reference in New Issue
Block a user