diff --git a/printed/ssr_shroud.scad b/printed/ssr_shroud.scad index 76b9ac0..860c2f2 100644 --- a/printed/ssr_shroud.scad +++ b/printed/ssr_shroud.scad @@ -147,7 +147,7 @@ module ssr_shroud(type, cable_d, name) { //! Generate the STL file for a spec module ssr_shroud_assembly(type, cable_d, name) //! The printed parts with inserts fitted assembly(str("ssr_shroud_", name)) { - translate_z(ssr_height(type) + top) + translate_z(ssr_shroud_height(type)) vflip() color(pp1_colour) ssr_shroud(type, cable_d, name); diff --git a/tests/png/ssr_shroud.png b/tests/png/ssr_shroud.png index 3e6e7ee..f8ed7a0 100644 Binary files a/tests/png/ssr_shroud.png and b/tests/png/ssr_shroud.png differ