Skip to content

Commit

Permalink
[nit] Remove extra punctuation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
zm-cttae committed Apr 10, 2023
1 parent cccef9e commit 7af62ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.m
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down
2 changes: 1 addition & 1 deletion script.m
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 7af62ac

Please sign in to comment.