change examples to "what-to-change", "how-to_change" pattern

This commit is contained in:
Bernhard 2023-03-30 21:03:07 +02:00
parent 05cf6798e6
commit dd182587ef
19 changed files with 59 additions and 59 deletions

View file

@ -59,8 +59,8 @@ with BuildPart() as lego:
)
# Subtract an offset to create the block walls
offset(
amount=-wall_thickness,
objects=perimeter,
perimeter,
-wall_thickness,
kind=Kind.INTERSECTION,
mode=Mode.SUBTRACT,
)