This commit is contained in:
Toby Murray 2024-04-26 11:24:13 +02:00 committed by GitHub
commit a63a117db9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,8 +60,8 @@ c_chamfer = 0.5;
/* [Height] */
// determine what the variable "gridz" applies to based on your use case
gridz_define = 0; // [0:gridz is the height of bins in units of 7mm increments - Zack's method,1:gridz is the internal height in millimeters, 2:gridz is the overall external height of the bin in millimeters]
// overrides internal block height of bin (for solid containers). Leave zero for default height. Units: mm
height_internal = 0;
// overrides internal block height of bin (for solid containers). Set to zero for default height. Units: mm
height_internal = 1;
// snap gridz height to nearest 7mm increment
enable_zsnap = false;