Fix ghosted hole cutout rendering

This commit is contained in:
Joe Rogers 2023-04-22 22:33:27 -04:00
parent f8f3baefb0
commit 70b6e00e7e
No known key found for this signature in database
GPG Key ID: 0074AD57B8FDBBB4
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ module gridfinityBaseplate(gridx, gridy, length, dix, diy, sp, sm, sh, fitx, fit
rounded_rectangle(dx*2, dy*2, h_base*2, r_base);
pattern_linear(gx, gy, length) {
render() {
render(convexity = 6) {
if (sm) block_base_hole(1);
if (sp == 1)

View File

@ -103,7 +103,7 @@ module gridfinityBase(gx, gy, l, dx, dy, style_hole, off=0, final_cut=true) {
}
module block_base(gx, gy, l, dbnx, dbny, style_hole, off) {
render()
render(convexity = 2)
difference() {
block_base_solid(dbnx, dbny, l, off);