Integrated LED diffuser, fixes

This commit is contained in:
2026-01-25 12:28:34 +01:00
parent 2abfa54b92
commit c7028a759b
5 changed files with 27 additions and 20 deletions

View File

@@ -34,5 +34,5 @@ module test_fit_components() {
}
test_fit_components();
//color(color_bottom) translate([0, 0, explode_view ? -20 : 20]) rotate([0, 0, -90]) rotate([180, 0, 0]) fabula_enclosure_bottom();
color(color_bottom) translate([0, 0, explode_view ? -20 : 20]) rotate([0, 0, -90]) rotate([180, 0, 0]) fabula_enclosure_bottom();
color(color_top) translate([0, 0, explode_view ? 100 : 21]) rotate([0, 0, -90]) rotate([180, 0, 0]) fabula_enclosure_top();