ostat / gridfinity_extended_openscad

Gridfinity Extended OpenSCAD Model
https://docs.ostat.com/docs/openscad/gridfinity-extended
MIT License
159 stars 17 forks source link

wallpattern doesn't work with thick chamber divider walls #27

Closed jpypi closed 4 months ago

jpypi commented 4 months ago

When trying to use wallpattern on the chamber divider walls (i.e. wallpattern_enabled=true and wallpattern_dividers_enabled=true) the pattern works only when the chamber_wall_thickness is less than or equal to 2 * wall_thickness. So, if wall_thickness=0.95 the pattern won't show up if chamber_wall_thickness > 1.9. The preview of the render looks glitchy when chamber_wall_thickness is exactly equal to 2 * wall_thickness Example pictures are below:

Normal: normal

When wall thickness is exactly 2x: exactly2x

Just a tiny bit more than 2x: 2x+1

Just a little bit less than 2x: 2x-1

ostat commented 4 months ago

Thanks for submitting so much detail This has been fixed in 35b4281. I was using the wall width not separator width. image