2012-03-12 01:13:07 +00:00
Limitations
2014-02-07 15:26:52 -08:00
===========
2012-03-12 21:54:16 -05:00
Currently only supports mendel and sturdy machine variants, the huxley version needs more work.
2012-03-12 01:13:07 +00:00
Use
2014-02-07 15:26:52 -08:00
===
2013-09-25 01:40:53 +01:00
Add the directory of the OpenScad executable to your search path. OpenSCAD-2013.06 or later is required.
2012-04-01 14:08:44 +01:00
To get PDF versions of the sheet drawings add InkScape to your search path.
2012-03-27 18:12:04 +01:00
2012-03-12 01:13:07 +00:00
To make all the files for a machine run
2014-02-07 15:26:52 -08:00
```python
make_machine.py machine_name
```
2012-03-12 01:13:07 +00:00
2014-02-07 15:26:52 -08:00
To make just the bom, sheets or stls run bom.py, sheets.py or stls.py machine\_name.
2012-03-12 21:54:16 -05:00
2014-02-07 15:26:52 -08:00
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` .
2012-03-12 01:13:07 +00:00
2012-03-27 19:20:38 +02:00
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.)
2012-03-12 01:13:07 +00:00
2012-03-13 09:18:53 -05:00
To view a sub-assembly, open the individual scad files. Set the exploded flag in config.scad to make exploded views.
2012-03-12 01:13:07 +00:00
2012-03-27 19:20:38 +02:00
To get blender renders of all the parts put blender in your search path and run render.py machine_name.
2012-03-13 09:03:11 +00:00
Credits
2014-02-07 15:26:52 -08:00
=======
Fan model based on [this model ](http://www.thingiverse.com/thing:8063 ) by MiseryBot, CC license.
2012-03-13 09:03:11 +00:00
2014-02-07 15:26:52 -08:00
[Sanguinololu model ](http://www.thingiverse.com/thing:18606 ) by ax\_the\_b, CC license.
2012-03-13 09:03:11 +00:00
Spring taken from openscad example 20
x-end.scad and wade.scad use some elements of the Prusa ones by Josef Prusa, GPL license.
2014-02-07 15:26:52 -08:00
z_couplings originally based on [this model ](http://www.thingiverse.com/thing:7153 ) by Griffin_Nicoll, GPL license.
2012-03-13 09:03:11 +00:00
2014-02-07 15:26:52 -08:00
Bearing holders originally based on [this model ](http://www.thingiverse.com/thing:7755 ) by Jolijar, CC license.
2012-04-01 14:08:44 +01:00
2014-02-07 15:26:52 -08:00
InkCL.py based on [this code ](http://kaioa.com/node/42 )