From 2490629a4a968fecc591306cb84a9b0f1839b939 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 25 Mar 2021 21:45:03 +0100 Subject: [PATCH] OpenSCAD: [skip ci] pipeshell -> pipe_shell --- src/Mod/OpenSCAD/OpenSCADFeatures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/OpenSCAD/OpenSCADFeatures.py b/src/Mod/OpenSCAD/OpenSCADFeatures.py index c62bd896a1..dc3cd8ad76 100644 --- a/src/Mod/OpenSCAD/OpenSCADFeatures.py +++ b/src/Mod/OpenSCAD/OpenSCADFeatures.py @@ -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)