mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-11-22 16:30:50 +00:00
tweaked fitx and fity descriptions
This commit is contained in:
parent
0ff0dcb8b6
commit
47ca12d8a8
1 changed files with 4 additions and 4 deletions
|
@ -39,10 +39,10 @@ distancex = 0;
|
||||||
// minimum length of baseplate along y (leave zero to ignore, will automatically fill area if gridy is zero)
|
// minimum length of baseplate along y (leave zero to ignore, will automatically fill area if gridy is zero)
|
||||||
distancey = 0;
|
distancey = 0;
|
||||||
|
|
||||||
// split space to fit equal on each side along x or offset to the positive side or negative
|
// where to align extra space along x
|
||||||
fitx = 0; // [-1:0.01:1]
|
fitx = 0; // [-1:0.1:1]
|
||||||
// split space to fit equal on each side along y
|
// where to align extra space along y
|
||||||
fity = 0; // [-1:0.01:1]
|
fity = 0; // [-1:0.1:1]
|
||||||
|
|
||||||
|
|
||||||
/* [Styles] */
|
/* [Styles] */
|
||||||
|
|
Loading…
Reference in a new issue