3dPrinting 2.7d1 :
- modifiche per nuova modalità di stampa dei primi layers nel caso a spirale.
This commit is contained in:
@@ -2394,7 +2394,7 @@ local function CalcRibsPaths( nSliceGrp, nRibsGrp, LayerParams, vPtStart, bIgnor
|
||||
local nSrfInt = EgtGetFirstNameInGroup( vCrvGrps[i], TOT_SHELL_TRIM_SURF) or GDB_ID.NULL
|
||||
if nTotSrfInt == GDB_ID.NULL and nSrfInt ~= GDB_ID.NULL then
|
||||
nTotSrfInt = EgtCopyGlob( nSrfInt, nRibsGrp)
|
||||
elseif nTotSrfInt ~= GDB_ID.NULL then
|
||||
elseif nTotSrfInt ~= GDB_ID.NULL and nSrfInt ~= GDB_ID.NULL then
|
||||
if not EgtSurfFrAdd( nTotSrfInt, nSrfInt) then
|
||||
EgtOutLog( 'Error : EgtSurfFrAdd for external ribs failed. Errors may occur with user-linked ribs (layer '.. EgtNumToString( s_nCurrIdx) ..') - CalcPaths')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user