This commit is contained in:
zhao
2023-02-25 13:19:27 -08:00
parent 97a5783d0d
commit 8d3f205f6d
11 changed files with 174 additions and 75 deletions

View File

@ -15,7 +15,7 @@ echo("Profile:", profile);
function getConfig(name) = getConfigValue(profile, name);
// Maximum width for rackmount units. Change this according your max expected enclosure width.
// Maximum width for rack-mount units. Change this according your max expected enclosure width.
// Changing this will directly affect the required build volume.
maxUnitWidth = getConfig("maxUnitWidth");