From 317985ff459b763a856a7e0313f2933bef694003 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 29 Jul 2019 14:55:31 +0000 Subject: [PATCH] Include : - aggiunta costante errore per Simulate. --- EXeConst.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EXeConst.h b/EXeConst.h index d29fb8d..ff26d66 100644 --- a/EXeConst.h +++ b/EXeConst.h @@ -107,7 +107,8 @@ enum SimHideErr { SHE_NONE = 0, // nessun errore SHE_OUTSTROKE = 2, // errore di extracorsa SHE_DIR_ERR = 3, // errore direzione utensile non raggiungibile SHE_COLLISION = 4, // errore collisione testa-pezzo - SHE_GENERAL = 5} ; // errore generico + SHE_SPECIAL = 5, // errore speciale/custom + SHE_GENERAL = 6} ; // errore generico //----------------- Costanti per sostituzione direttorio e nome progetto -------------------- const std::string SUB_PROJECT_DIR = "%PRJDIR%" ;