OpenSCAD: [skip ci] pipeshell -> pipe_shell

This commit is contained in:
wmayer
2021-03-25 21:45:03 +01:00
parent 8cbfa5a717
commit 2490629a4a

View File

@@ -443,7 +443,7 @@ class Twist:
print(pipe_shell.getStatus())
assert(pipe_shell.isReady())
pipe_shell.build()
faces.extend(pipeshell.shape().Faces)
faces.extend(pipe_shell.shape().Faces)
try:
fullshell=Part.Shell(faces)
solid=Part.Solid(fullshell)