EgtMachKernel 1.6l3 :

- aggiunta prima gestione preview tagli con lama.
This commit is contained in:
Dario Sassi
2015-12-15 14:48:11 +00:00
parent 629fda20d1
commit cc2a72d5af
11 changed files with 195 additions and 31 deletions
+8 -1
View File
@@ -191,7 +191,14 @@ Milling::SetGeometry( const SELVECTOR& vIds)
//----------------------------------------------------------------------------
bool
Milling::Apply( void)
Milling::Preview( bool bRecalc)
{
return false ;
}
//----------------------------------------------------------------------------
bool
Milling::Apply( bool bRecalc)
{
return false ;
}