kennetek / gridfinity-rebuilt-openscad

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

Changing length creates issues #112

Closed mrcpu99 closed 1 year ago

mrcpu99 commented 1 year ago

Wanted to make some half-size bases and boxes for a literally little project.

However, changing length to 21 with the #3 base, puts holes in weird places, and outside the grid. Fit to drawer appears to work, but puts holes out on the "filler" space.

The other issue was that it took seemingly forever to render. THe regular 42 length renders in 10-15 seconds give or take, I've never actually timed it, but it's fast enough that it doesn't slow me down. But with 21, easily 30 minutes. And burns up 12+ GB of RAM. And yes, fast-csg is enabled.

Not a huge big deal, more informational. I don't know how to pull down the latest version with git, so it may be a bug that's fixed.

Ruudjhuu commented 1 year ago

Thanks for creating an issue.

Have you tried the fix in #107? This might solve one of your issues. The "forever render" issue is weird. Let me know if #107 solves it, if not I will look into it.

Some steps to check #107 to help you with git if you have git installed:

git clone https://github.com/Ruudjhuu/gridfinity-rebuilt-openscad.git
git checkout fix/static_hole_location
Ruudjhuu commented 1 year ago

Duplicate of #95