From 4b8b00d2d72bfc3280417c726cc02dd35714f329 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Tue, 13 Mar 2012 10:06:50 +0000 Subject: [PATCH] Fixed config file names --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 2dab41b..8e02d60 100644 --- a/README.txt +++ b/README.txt @@ -9,7 +9,7 @@ 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 can be mendel or sturdy. To make your own variant copy scad\conf\mendel.scad or scad\conf\sturdy to yourname_config.scad. +machine_name can be mendel or sturdy. To make your own variant copy scad\conf\mendel_config.scad or scad\conf\sturdy_config 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.