Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No scad file generated .. #7

Open
phcollignon opened this issue Feb 13, 2021 · 3 comments
Open

No scad file generated .. #7

phcollignon opened this issue Feb 13, 2021 · 3 comments

Comments

@phcollignon
Copy link

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"
@thephatmaster
Copy link

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"

@kx1999
Copy link

kx1999 commented Mar 10, 2021

You must include the parentheses in the command.

(load-file "src/dactyl_keyboard/dactyl.clj")

@thephatmaster
Copy link

Thanks, worked perfectly, clearly I fudged the copy-paste

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants