vector76 / gridfinity_openscad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting Height above 7 x 7MM

crazyn0va opened this issue · comments

I was trying to modify the code to allow for a multiple like 11, it shows up fine in the graphic but when I go to export the file I get a different, smaller height. Here is what I have modified:

// Z dimension (multiples of 7mm) height = 11;// [2, 3, 4, 5, 6, 7, 8, 9, 10, 11]

Thanks for helping a SCAD noob.

Looks like user error, Thanks for the great work!