EgtMachKernel :

- aggiunta lavorazione di svuotatura.
This commit is contained in:
Dario Sassi
2017-02-03 19:31:19 +00:00
parent 634bfb2ebe
commit 880a3d856d
5 changed files with 733 additions and 1 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ ChiselingData::VerifySolCh( int nVal) const
bool
ChiselingData::VerifyWorkSide( int nVal) const
{
return ( nVal == MILL_WS_LEFT || nVal == MILL_WS_RIGHT) ;
return ( nVal == CHISEL_WS_LEFT || nVal == CHISEL_WS_RIGHT) ;
}
//----------------------------------------------------------------------------