1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-09 22:51:16 +02:00

Assembly module search in views.py now case insensitive

allowing the module name string to specify the capitalisaing used in the
build instructions.
This commit is contained in:
Chris Palmer
2020-03-04 12:15:48 +00:00
parent 53292c9f89
commit f7db793c74
3 changed files with 11 additions and 8 deletions

View File

@@ -107,7 +107,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)) {
assembly(str("SSR_shroud_", name)) {
translate_z(ssr_shroud_height(type))
vflip()