monoscad
monoscad copied to clipboard
Gridfinity "Bins with Lids" does not support children() for custom bins
I was making a "Tap Room" for my shiny new McMaster taps, and decided it needed a lid.
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