From d1c933c22f4dfd65bfd60697f9503e6f84401773 Mon Sep 17 00:00:00 2001 From: Alex Matulich Date: Sat, 4 Jan 2025 21:08:13 -0800 Subject: [PATCH] Update paths.scad One more change to make paths.scad identical to original (added blank line) --- paths.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/paths.scad b/paths.scad index eb04f18..a439819 100644 --- a/paths.scad +++ b/paths.scad @@ -1246,4 +1246,5 @@ function _assemble_path_fragments(fragments, eps=EPSILON, _finished=[]) = ); + // vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap