From 7af62ace9c9b88fa3106bef6d0935169f8fd0fda Mon Sep 17 00:00:00 2001 From: zm-cttae <114668551+zm-cttae@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:16:59 +0100 Subject: [PATCH] [nit] Remove extra punctuation mark --- app.m | 2 +- script.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.m b/app.m index 3decf91..d0217b2 100644 --- a/app.m +++ b/app.m @@ -523,7 +523,7 @@ rotate3d on; %> ======================================================================== -%% @section STL file generation from point cloud. +%% @section STL file generation from point cloud %> Using `surf2stl` for high stability & speed (low interpolation). waitbar(0.95, wb, "Writing STL output.."); stlPath = char(fullfile(pwd, stlPath)); diff --git a/script.m b/script.m index ab2333e..b0f802f 100644 --- a/script.m +++ b/script.m @@ -488,7 +488,7 @@ rotate3d on; %> ======================================================================== -%% @section STL file generation from point cloud. +%% @section STL file generation from point cloud %> Using `surf2stl` for high stability & speed (low interpolation). waitbar(0.95, wb, "Writing STL output.."); stlPath = char(fullfile(pwd, stlPath));