From 3c58fdb4b549bdab6ee5259ccc197219af67be15 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:38:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/Mod/CAM/Path/Op/SurfaceSupport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/CAM/Path/Op/SurfaceSupport.py b/src/Mod/CAM/Path/Op/SurfaceSupport.py index 3abb9a4cb4..01ae5357d8 100644 --- a/src/Mod/CAM/Path/Op/SurfaceSupport.py +++ b/src/Mod/CAM/Path/Op/SurfaceSupport.py @@ -1265,7 +1265,7 @@ def _makeSTL(model, obj, ocl, model_type=None): mesh = MeshPart.meshFromShape( Shape=shape, LinearDeflection=obj.LinearDeflection.Value, - AngularDeflection=obj.AngularDeflection.Value + AngularDeflection=obj.AngularDeflection.Value, ) vertices = [point.Vector for point in mesh.Points] facet_indices = [facet.PointIndices for facet in mesh.Facets]