diff --git a/src/Context/MainMachineContext.js b/src/Context/MainMachineContext.js index a995e107..3efe2e46 100644 --- a/src/Context/MainMachineContext.js +++ b/src/Context/MainMachineContext.js @@ -65,7 +65,7 @@ class MainMachineContext { step: 0.1, scroll: false, scrollDirection: 1, - visible: false, + visible: true, }, y: { min: 0.0, @@ -73,7 +73,7 @@ class MainMachineContext { step: 0.1, scroll: false, scrollDirection: 1, - visible: false, + visible: true, }, z: { min: 0.0, @@ -81,7 +81,7 @@ class MainMachineContext { step: 0.1, scroll: false, scrollDirection: 1, - visible: false, + visible: true, }, }