doc/examples.rst: fix a typo

This commit is contained in:
Marcus Boyd
2020-02-26 15:28:54 +10:30
parent b89bc44f86
commit d0f2576a60

View File

@ -806,7 +806,8 @@ A Parametric Enclosure
#inner shell
ishell = (oshell.faces("<Z").workplane(p_thickness,True)
.rect((p_outerWidth - 2.0* p_thickness),(p_outerLength - 2.0*p_thickness))
.extrude((p_outerHeight - 2.0*p_thickness),False) #set combine false to produce just the new boss)
.extrude((p_outerHeight - 2.0*p_thickness),False) #set combine false to produce just the new boss
)
ishell = ishell.edges("|Z").fillet(p_sideRadius - p_thickness)
#make the box outer box