Fixed ssr shroud mounting height.

This commit is contained in:
Chris Palmer 2019-06-27 10:06:13 +01:00
parent 0ccda3378e
commit 5f287ef8ad
2 changed files with 1 additions and 1 deletions

View File

@ -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);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB