1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-24 13:53:00 +02:00

modified to run on linux

windows support is broken
This commit is contained in:
Vsevolod Lobko
2012-03-12 21:34:30 +02:00
parent 78f29b3b3e
commit 04b1fa549d
3 changed files with 5 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ def stls(machine):
# Run openscad on the created file
#
stl_name = target_dir + "/" + module[:-4] + ".stl"
subprocess.call(["openscad_cl", "-o", stl_name, stl_maker_name])
subprocess.call(["openscad", "-o", stl_name, stl_maker_name])
targets.remove(module)
#