3dPrinting :
- gestione regioni con numero diverso di passate.
This commit is contained in:
@@ -31,9 +31,12 @@ local function CalcType( nEntId, nOldType)
|
||||
if not nType or nType == TYPE.LINK or nType == TYPE.COASTING or nType == TYPE.WIPE then
|
||||
nType = nOldType
|
||||
end
|
||||
if nType == TYPE.RIB then
|
||||
if nType == TYPE.RIB or nType == TYPE.AUX_SOLID then
|
||||
nType = TYPE.INFILL
|
||||
end
|
||||
if nType == TYPE.EXTRA_SHELL then
|
||||
nType = TYPE.INNER_SHELL
|
||||
end
|
||||
return nType
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user