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:
parent
0ccda3378e
commit
5f287ef8ad
@ -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 |
Loading…
x
Reference in New Issue
Block a user