Skip to content

Commit ff490d9

Browse files
author
Andreu Bernad Serra
committed
Expected cutout. Gathered from "Final Result".
1 parent b9167e3 commit ff490d9

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)