EgtMachKernel :

- piccola correzione.
This commit is contained in:
Daniele Bariletti
2026-06-17 12:01:45 +02:00
parent dceb899adb
commit e55d481ab7
+1 -1
View File
@@ -743,7 +743,7 @@ Machine::LuaEmtAdjustConcavePartsInPath( lua_State* L)
vInters.emplace_back( vLines[h].first, h) ;
}
vInters.emplace_back( vLines[i].first,i) ;
if ( ! bStartInsideCyl) {
if ( ! bStartInsideCyl && i < ssize( vLines) - 1) {
vInters.emplace_back( vLines[i+1].first,i+1) ;
++i ;
}