From d2adeb6e6910dbad770060ae4516b5bf50b4b4a7 Mon Sep 17 00:00:00 2001 From: ronak Date: Thu, 10 Oct 2024 20:49:18 +0530 Subject: [PATCH] final returned at line 461 --- src/Mod/CAM/Path/Post/scripts/marlin_post.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Mod/CAM/Path/Post/scripts/marlin_post.py b/src/Mod/CAM/Path/Post/scripts/marlin_post.py index 5abe205e33..8bf25a30ba 100644 --- a/src/Mod/CAM/Path/Post/scripts/marlin_post.py +++ b/src/Mod/CAM/Path/Post/scripts/marlin_post.py @@ -458,6 +458,8 @@ def export(objectslist, filename, argstring): with open(filename, "w") as fp: fp.write(final) + return final + def linenumber(): if not OUTPUT_LINE_NUMBERS: