From 743c8ebae1f0eba1da7293430256fa79a2ff474b Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 1 May 2017 13:05:40 +0000 Subject: [PATCH] Include : - aggiornamento costanti per Mach. --- EMkMachiningGeoConst.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EMkMachiningGeoConst.h b/EMkMachiningGeoConst.h index d346f94..848ea13 100644 --- a/EMkMachiningGeoConst.h +++ b/EMkMachiningGeoConst.h @@ -66,6 +66,8 @@ static std::string KEY_START = "START" ; // Chiavi info in gruppo CL per punti minimo e massimo di ingombro static std::string KEY_PMIN = "PMIN" ; static std::string KEY_PMAX = "PMAX" ; +// Chiave info in gruppo CL per massima elevazione +static std::string KEY_ELEV = "ELEV" ; // Chiavi info in gruppo CL per dati ausiliari static std::string KEY_AS_TOT = "AS#" ; static std::string KEY_AS = "AS" ;