dactyl-manuform
dactyl-manuform copied to clipboard
No scad file generated ..
Hello,
OS : Linux Debian 10 OpenJDK 11 Clojure 1.7 REPL 0.4.4
load-file returns this message but no openscad file is generated in the things folder
dactyl-keyboard.dactyl=> load-file "src/dactyl_keyboard/dactyl.clj"
#object[clojure.lang.RT$3 0x2d1e55e4 "clojure.lang.RT$3@2d1e55e4"]
"src/dactyl_keyboard/dactyl.clj"
I'm also having this issue:
OS : Lubuntu 18.04 OpenJDK openjdk-8-jre Clojure 1.7 leiningen-2.9.5-standalone.jar
load-file returns this message but no openscad file is generated in the things folder
dactyl-keyboard.dactyl=> load-file "src/dactyl_keyboard/dactyl.clj" #object[clojure.lang.RT$3 0x739fce91 "clojure.lang.RT$3@739fce91"] "src/dactyl_keyboard/dactyl.clj"
You must include the parentheses in the command.
(load-file "src/dactyl_keyboard/dactyl.clj")
Thanks, worked perfectly, clearly I fudged the copy-paste