Skip to content

Commit 25c3009

Browse files
authored
Merge pull request #727 from andreubernadserra/master
Minor Comment on Documentation
2 parents e22b2e2 + ff490d9 commit 25c3009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/assy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Next we want to instantiate all the components and add them to the assembly.
135135
.add(make_connector(), name="con_bl", color=cq.Color("black"))
136136
.add(make_connector(), name="con_br", color=cq.Color("black"))
137137
.add(
138-
make_panel(W + SLOT_D, H + SLOT_D, PANEL_T),
138+
make_panel(W + SLOT_D, H + SLOT_D, PANEL_T, SLOT_D),
139139
name="panel",
140140
color=cq.Color(0, 0, 1, 0.2),
141141
)

0 commit comments

Comments
 (0)