1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-01-17 21:48:43 +01:00

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 module ssr_shroud_assembly(type, cable_d, name) //! The printed parts with inserts fitted
assembly(str("ssr_shroud_", name)) { assembly(str("ssr_shroud_", name)) {
translate_z(ssr_height(type) + top) translate_z(ssr_shroud_height(type))
vflip() vflip()
color(pp1_colour) ssr_shroud(type, cable_d, name); 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