mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-01-17 21:48:43 +01:00
Made drag_chain_assembly big.
This commit is contained in:
parent
9bb9f09dca
commit
6d44124bab
@ -308,7 +308,7 @@ module _drag_chain_assembly(type, pos = 0) {
|
|||||||
//! 1. Remove the support material from the links with side cutters.
|
//! 1. Remove the support material from the links with side cutters.
|
||||||
//! 1. Clip the links together with the special ones at the ends.
|
//! 1. Clip the links together with the special ones at the ends.
|
||||||
module drag_chain_assembly(type, pos = 0) //! Drag chain assembly
|
module drag_chain_assembly(type, pos = 0) //! Drag chain assembly
|
||||||
assembly(str(drag_chain_name(type), "_drag_chain"))
|
assembly(str(drag_chain_name(type), "_drag_chain"), big = true)
|
||||||
if($children == 2)
|
if($children == 2)
|
||||||
_drag_chain_assembly(type, pos) {
|
_drag_chain_assembly(type, pos) {
|
||||||
children(0);
|
children(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user