monoscad icon indicating copy to clipboard operation
monoscad copied to clipboard

Gridfinity "Bins with Lids" does not support children() for custom bins

Open samv opened this issue 1 year ago • 0 comments

I was making a "Tap Room" for my shiny new McMaster taps, and decided it needed a lid.

TapRoom

So, I made this work:

union() {
    gf_bin_lid_init(2, 2, height(height)) {
        tap_slots_and_labels(only_text);
    }
    gridfinityBase(2, 2, 42, 0, 0, 1);
}

Is this the best repo to submit the changes against?

Cheers, Sam

samv avatar Aug 24 '24 04:08 samv