1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-01-16 20:38:15 +01:00

add .py extension to make_machine command

This commit is contained in:
Brad Pitcher 2014-02-07 17:27:39 -08:00
parent 6e155ea190
commit 19b09aaa36

View File

@ -14,7 +14,7 @@ make_machine.py machine_name
To make just the bom, sheets or stls run bom.py, sheets.py or stls.py machine\_name.
machine\_name can be mendel or sturdy. To make your own variant copy scad\conf\mendel\_config.scad or scad\conf\sturdy\_config.scad to yourname\_config.scad. Then run `make_machine yourname`.
machine\_name can be mendel or sturdy. To make your own variant copy scad\conf\mendel\_config.scad or scad\conf\sturdy\_config.scad to yourname\_config.scad. Then run `make_machine.py yourname`.
To view the model of the whole machine, open scad\main.scad. It will take several minutes to render (about about 8 minutes on my computer) but after that you can pan and zoom it at reasonable speed and changes takes less time to render. (Note: main.scad will only render correctly if conf\machine.scad exists, which is created by the make_machine.py script.)