generated from CubeCraft-Creations/Tracehound
fix: seat camera node case preview lid
This commit is contained in:
@@ -217,7 +217,7 @@ module camera_node_lid_v4() {
|
||||
module camera_node_preview_v4(show_lid=true) {
|
||||
color("lightgray") camera_node_body_v4();
|
||||
if (show_lid)
|
||||
translate([0, -case_d/2 - lid_t - 0.25, (case_h - lid_h)/2])
|
||||
translate([0, -case_d/2 - lid_t/2 - 0.2, (case_h - lid_h)/2])
|
||||
color("gainsboro") camera_node_lid_v4();
|
||||
|
||||
// Internal board volume guides (not printed): ESP32-C3 and ESP-01S envelopes.
|
||||
|
||||
Reference in New Issue
Block a user