diff --git a/01_Code/physical_computing_interface/globals.js b/01_Code/physical_computing_interface/globals.js
index a4c9917074db4ef92ef267c3e875dbd2182cebaf..ecb3a6a816db00aa708bb5ec088437477c2e771a 100644
--- a/01_Code/physical_computing_interface/globals.js
+++ b/01_Code/physical_computing_interface/globals.js
@@ -220,7 +220,7 @@ function globals(utils){
         
     };
 
-    this.grid=this.gridPresets.Cubic;
+    this.grid=this.gridPresets.Dice;
     this.utils=utils;
 
     this.occupancy=[];