From 47ca12d8a85abfde4aa0245902d46b45a7babed3 Mon Sep 17 00:00:00 2001 From: K Hodson Date: Tue, 14 Feb 2023 17:02:12 -0700 Subject: [PATCH] tweaked fitx and fity descriptions --- gridfinity-rebuilt-baseplate.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gridfinity-rebuilt-baseplate.scad b/gridfinity-rebuilt-baseplate.scad index 26554bb..cb9bd0a 100644 --- a/gridfinity-rebuilt-baseplate.scad +++ b/gridfinity-rebuilt-baseplate.scad @@ -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] */