From 09874f8e8739cedfe037777f29f0da3956504b9b Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 22 Nov 2018 14:32:46 +0000 Subject: [PATCH] Include : - aggiunte costanti per info di sistema (pezzo copia, layer da visualizzare solo con un gruppo di lavoro, pezzi nascosti in draw). --- EGkGdbConst.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/EGkGdbConst.h b/EGkGdbConst.h index 0b30e2e..7dd0c6b 100644 --- a/EGkGdbConst.h +++ b/EGkGdbConst.h @@ -77,4 +77,7 @@ enum BBoxFlag { BBF_STANDARD = 0, const std::string GDB_SI_SOURCE = "!SOU" ; const std::string GDB_SI_BASE = "!BAS" ; const std::string GDB_SI_LIST = "!LST" ; -const std::string GDB_SI_COPY = "!COP" ; \ No newline at end of file +const std::string GDB_SI_COPY = "!COP" ; +const std::string GDB_SI_MGRPONLY = "!MGO" ; +const std::string GDB_SI_DRAWMODE = "!DRM" ; + \ No newline at end of file