fix ventilation for sidewalls

This commit is contained in:
zhao
2023-08-13 12:51:21 -04:00
parent 07dee71795
commit 7b0ea16b04
21 changed files with 94 additions and 104 deletions

View File

@ -1,9 +1,15 @@
// Manually set this variable to toggle rack profile
profileName = "micro";
_profileConfigs = [
// You can introduce a custom profile like:
/*
["custom", [
["maxUnitWidth", 180],
["maxUnitDepth", 120],
["numRailScrews", 10]
]],
*/
["default", [
["maxUnitWidth", 180],
["maxUnitDepth", 180],
@ -27,7 +33,7 @@ _profileConfigs = [
["mini", [
["maxUnitWidth", 205],
["maxUnitDepth", 205],
["numRailScrews", 20]
["numRailScrews", 16]
]]
];