From c2b7123334804b1b43b08f5399f85a0f39900dcc Mon Sep 17 00:00:00 2001 From: Chris Giacofei Date: Fri, 3 Feb 2023 09:09:01 -0500 Subject: [PATCH] Hide panels from model. With new 3mm wall thickness these can be lasercut instead of printed. --- hardware/CAD/Enclosure/ProjectCase.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/CAD/Enclosure/ProjectCase.json b/hardware/CAD/Enclosure/ProjectCase.json index 39d5d54..2ee55c5 100644 --- a/hardware/CAD/Enclosure/ProjectCase.json +++ b/hardware/CAD/Enclosure/ProjectCase.json @@ -60,8 +60,8 @@ "PrintLayout": "0", "Resolution": "50", "ShowBCase": "1", - "ShowBPanel": "1", - "ShowFPanel": "1", + "ShowBPanel": "0", + "ShowFPanel": "0", "ShowPCB": "0", "ShowTCase": "0", "VentType": "VentHoles",