3dPrinting :

- piccole modifiche per stampa 45deg su Y e gestione movimento solido conseguente.
This commit is contained in:
DarioS
2022-12-05 08:22:16 +01:00
parent fb9ecc811d
commit 076e2382ab
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1241,7 +1241,7 @@ function CalcToolPath.Exec( nPartId)
EgtSetInfo( s_nPartId, KEY_MOVED_PART, vtMove)
local EntId = EgtGetFirstInGroup( SolidLayId)
while EntId do
EgtMove( EntId, vtMove)
EgtMove( EntId, vtMove, GDB_RT.GLOB)
EntId = EgtGetNext( EntId)
end
end