Typos and clarification to docs

This commit is contained in:
Roger Maitland 2022-09-16 12:20:39 -04:00
parent 5027dac7bc
commit cd6f8f0f13
3 changed files with 96 additions and 54 deletions

View file

@ -71,7 +71,7 @@ with BuildPart() as lego:
Circle(support_outer_diameter / 2)
Circle(support_inner_diameter / 2, mode=Mode.SUBTRACT)
# Extrude this base sketch to the height of the walls
Extrude(base_height - wall_thickness)
Extrude(amount=base_height - wall_thickness)
# Create a workplane on the top of the walls
with Workplanes(
Plane(origin=(0, 0, base_height - wall_thickness), normal=(0, 0, 1))