mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-17 12:58:16 +01:00
20 lines
818 B
Plaintext
20 lines
818 B
Plaintext
Limitations
|
|
-----------
|
|
Currently only supports mendel and sturdy machine varients, the huxley version needs more work.
|
|
Only builds on Windows, using the version of openscad.exe included and the openscad_cl.exe wrapper.
|
|
|
|
|
|
Use
|
|
---
|
|
To make all the files for a machine run
|
|
make_machine.py machine_name
|
|
|
|
To make just the bom, sheets or stls run bom.py, sheets.py or stls.py
|
|
|
|
machine_name can be mendel or sturdy. To make your own variant copy scad\conf\mendel.scad or scad\conf\sturdy to yourname_config.scad.
|
|
|
|
To view the whole machine model open scad\main.scad. It will take about 8 miniutes to render but after that you can pan and zoom it
|
|
at reasonable speed and changes takes less time to render.
|
|
|
|
To view a sub assembly open the inididual scad files. Set the exploded flag in config.scad to make exploded views.
|