mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2025-01-05 13:39:39 +00:00
revert comment changes
This commit is contained in:
parent
e94e1a4b08
commit
f87bc642ca
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ n_screws = 1; // [1:3]
|
||||||
|
|
||||||
|
|
||||||
/* [Fit to Drawer] */
|
/* [Fit to Drawer] */
|
||||||
// minimum l_grid of baseplate along x (leave zero to ignore, will automatically fill area if gridx is zero)
|
// minimum length of baseplate along x (leave zero to ignore, will automatically fill area if gridx is zero)
|
||||||
distancex = 0;
|
distancex = 0;
|
||||||
// minimum l_grid 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;
|
||||||
|
|
||||||
// where to align extra space along x
|
// where to align extra space along x
|
||||||
|
|
Loading…
Reference in a new issue