From 9e00715314d2397fba3fe87afffd2b763ac36a51 Mon Sep 17 00:00:00 2001
From: Hussein Alihussein <h.alihussein@tu-braunschweig.de>
Date: Fri, 31 Mar 2023 16:13:34 +0200
Subject: [PATCH] Activate Gyroid

---
 apps/cpu/TPMSRow/TPMSRow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/cpu/TPMSRow/TPMSRow.cpp b/apps/cpu/TPMSRow/TPMSRow.cpp
index a2943fff6..c6f48f86a 100644
--- a/apps/cpu/TPMSRow/TPMSRow.cpp
+++ b/apps/cpu/TPMSRow/TPMSRow.cpp
@@ -345,7 +345,7 @@ void run(string configname)
             //intHelper.addInteractor(zMaxFunnelInt);
             //intHelper.addInteractor(funnelInt);
 
-            //intHelper.addInteractor(tpmsInt);
+            intHelper.addInteractor(tpmsInt);
             intHelper.addInteractor(zMinInt);
             intHelper.addInteractor(zMaxInt);
 
-- 
GitLab