From 9e5d384ba4ec882ba3fff28b5c717110f1ae1109 Mon Sep 17 00:00:00 2001 From: David Carley Date: Tue, 13 Mar 2012 09:18:53 -0500 Subject: [PATCH] Removing cosmetic linefeeds for better viewing on github --- README.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.txt b/README.txt index 27bfdd3..10e202c 100644 --- a/README.txt +++ b/README.txt @@ -9,16 +9,12 @@ To make all the files for a machine run 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 yourname. -To view the model of the whole machine, open scad\main.scad. It will take several minutes to render -(about about 8 miniutes 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.) +To view the model of the whole machine, open scad\main.scad. It will take several minutes to render (about about 8 miniutes 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.) -To view a sub-assembly, open the individual scad files. Set the exploded flag in config.scad to make -exploded views. +To view a sub-assembly, open the individual scad files. Set the exploded flag in config.scad to make exploded views. Credits -------