From f2c30af5bd8720eb321018468cd249af51cbcf5f Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sat, 18 May 2019 16:16:17 +0000 Subject: [PATCH] Include : - aggiunte costanti per risultato disegno utensili. --- EMkToolConst.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EMkToolConst.h b/EMkToolConst.h index 9032369..b798321 100644 --- a/EMkToolConst.h +++ b/EMkToolConst.h @@ -91,6 +91,10 @@ enum TpaType { TPA_NONE = 0, //---------------------------------------------------------------------------- // Costante per errore interno nel disegno degli utensili const int TD_INT_ERR = 999 ; +// Costante per errore toolmaker mancante +const int TD_TOOLMAKER_ERR = 998 ; +// Costante per errore disegno utensile custom mancante o di tipo errato +const int TD_CUSTOMDRAW_ERR = 997 ; //---------------------------------------------------------------------------- // Costanti per info in note di sistema