tweaked fitx and fity descriptions

This commit is contained in:
K Hodson 2023-02-14 17:02:12 -07:00
parent 0ff0dcb8b6
commit 47ca12d8a8
1 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@ distancex = 0;
// minimum length of baseplate along y (leave zero to ignore, will automatically fill area if gridy is zero)
distancey = 0;
// split space to fit equal on each side along x or offset to the positive side or negative
fitx = 0; // [-1:0.01:1]
// split space to fit equal on each side along y
fity = 0; // [-1:0.01:1]
// where to align extra space along x
fitx = 0; // [-1:0.1:1]
// where to align extra space along y
fity = 0; // [-1:0.1:1]
/* [Styles] */