From 44e94b7752af8cb0bd50e3bbaa290b065e01a310 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 23 May 2020 17:25:36 +0100 Subject: [PATCH] Failed to comment out some test lines! --- src/walkmap/core.clj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/walkmap/core.clj b/src/walkmap/core.clj index e0edc37..97c9cb8 100644 --- a/src/walkmap/core.clj +++ b/src/walkmap/core.clj @@ -150,9 +150,7 @@ (stl-to-svg (decode-binary-stl in-filename))) ([in-filename out-filename] (let [s (binary-stl-file-to-svg in-filename)] - (svg/render-svg - s - out-filename) + (svg/render-svg s out-filename) s))) ;; (def stl (decode-binary-stl "resources/small_hill.stl")) @@ -161,4 +159,4 @@ ;; (map facet-to-svg-poly (:facets stl)) ;; (svg/render-svg (stl-to-svg stl) "frobox.svg") -(binary-stl-file-to-svg "resources/small_hill.stl" "resources/small_hill.svg") +;; (binary-stl-file-to-svg "resources/small_hill.stl" "resources/small_hill.svg")