mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Typos and clarification to docs
This commit is contained in:
parent
5027dac7bc
commit
cd6f8f0f13
3 changed files with 96 additions and 54 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue