Hey Ed,
No Apologies necessary. I think we are all learning here.
OK, so the way I understand it- if your machine's native units is set up in inches, then all of the numbers you input should be in inches. Art's machine is set up in Metric which is why in all of his examples you see mm. That being said, if your machine is in inches, use inches to calibrate your cube (i.e if your cube is 1 inch, enter 1.00), specify your Y & X Scan distance and the step in inches and if necessary your Ignore Z parameter in inches.
I tried a roll of tape in the beginning as well and didn't get results at first. Now, I think it was due to other issues but, nevertheless I decided to start with something really simple- my trapazoid wood block. It worked and now that's going to be my 'lucky block'

As far as the Z issue is concerned, try and think about what the scanner is doing as the exact opposite of what happens when you cut a part using your machine. When you cut a part, the computer is reading the G-Code and generating/dispersing commands telling your motors where to go. The scanning process is just the opposite. When you scan the computer is COLLECTING axis information via the camera. When the scan takes place the computer is recording data. It records its position in the X, Y but what we are really looking for here is what is happening in the Z.
The Y and/or X positions are specific and predictable (because we told the computer where to move them and how far). But the Z is where the magic is. As the laser passes over the object you are scanning the camera sees this object as being higher (i.e. away from the table in an upward direction). This is the Z value that makes the scan work.
Example... If you place you 1 " cube and scanned that whenever the laser is shining on the top of the cube, the computer should register 1.0. If you told you machine to scan a 1.5" area in the Y axis and a .25" step the point cloud file should look something llike this:
X Y Z
0000 0000 0000 (no cube yet
0000 0025 1000 (start of cube
0000 0050 1000 (more cube
0000 0075 1000 (more cube
0000 1000 1000 (end of cube
0000 1250 0000 (no more cube
0000 1500 0000 (no more cube
When you at a point cloud file using notepad or wordpad. You see 3 sets of numbers seperated by a space. These are you X, Y & Z coordinates. Theoretically you could add the X, Y & Z before each respective vallue and throw a G1 command at the beginning of the line, you would have a cut/toolpath file. Of course you would have thousands of points to cut and I think it wouldn't be something that we are all use to in terms of smoothness and speed.
When I looked at your point cloud file and saw that the last set of numbers on every line where all aproximately 0, it showed that you had a scan of a flat piece of something. Try recalibrating your cube using the 1.00 inch value and then rescaning. I think your getting pretty close to getting some clouds.
I hope that all makes sense- it's hard to explain but you will get the hang of it.
Good Luck,
Sid