kennetek / gridfinity-rebuilt-openscad

A ground-up rebuild of the stock gridfinity bins in OpenSCAD
Other
1.13k stars 164 forks source link

Magnet holes don't move with larger size boxes. #162

Closed w-a-z closed 5 months ago

w-a-z commented 5 months ago

If I change the length from the standard 42mm to say 60mm it generates a nice box, however the holes on the bottom remain in the original 42mm hole position. If I generate the grid with 60mm it also keeps the original position of the holes so I think things line up, however is there a way to tell it to move the magnet holes out more to the edges?

New Note

New Note 2

kennetek commented 5 months ago

In standard.scad there is a value d_hole that changes the center to center distance between holes to your desired distance

w-a-z commented 5 months ago

perfect, thank you. This program is awesome!!!