Skip to content

Commit

Permalink
Add missing .scad extensions to example output (#11)
Browse files Browse the repository at this point in the history
.scad extensions were missed when cleaning up main.ml from my messy local one.
  • Loading branch information
geoffder authored Jan 19, 2024
1 parent d6af46e commit 74671ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open! Examples
for OpenSCAD editor related performance reasons. This will generate an
additional file prefixed with "incl_" that contains the actual model, while
the script with the given base name simply <include>'s it. *)
let to_file = Scad.to_file ~incl:true
let to_file name scad = Scad.to_file ~incl:true (name ^ ".scad") scad

(* NOTE: If you aren't using hotswap holders, you can simply mirror the generated case stl,
but if you are, you will need to make a left-hand case like so. The bottom plate and
Expand Down

0 comments on commit 74671ba

Please sign in to comment.