Set Default Linear Compartments To 1

Per #217 this is causing issues for new users.
This commit is contained in:
Arthur Moore 2024-10-06 13:40:58 -04:00 committed by GitHub
parent f6ae092962
commit 3706a1f868
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,9 +42,9 @@ gridz = 6; //.1
/* [Linear Compartments] */
// number of X Divisions (set to zero to have solid bin)
divx = 0;
divx = 1;
// number of Y Divisions (set to zero to have solid bin)
divy = 0;
divy = 1;
/* [Cylindrical Compartments] */
// number of cylindrical X Divisions (mutually exclusive to Linear Compartments)