Failed to comment out some test lines!

This commit is contained in:
Simon Brooke 2020-05-23 17:25:36 +01:00
parent 972d4d600c
commit 44e94b7752
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987

View file

@ -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")