//---------------------------------------------------------------------------- // EgalTech 2015-2015 //---------------------------------------------------------------------------- // File : MachiningConst.h Data : 18.06.15 Versione : 1.6f3 // Contenuto : Costanti delle lavorazioni. // // // // Modifiche : 18.06.15 DS Creazione modulo. // // //---------------------------------------------------------------------------- #pragma once #include "/EgtDev/Include/EMkMachiningConst.h" //---------------------------------------------------------------------------- // Chiave per elenco identificativi di selezione static std::string KEY_IDS = "IDS" ; // Sottogruppi delle lavorazioni static std::string MCH_AUX = "AUX" ; static std::string MCH_CL = "CL" ; static std::string MCH_PATH = "P" ; //---------------------------------------------------------------------------- // Feed equivalente a massima const double MAX_FEED = 100000 ;