From 4063268387c0d343292082aba793cef518cca616 Mon Sep 17 00:00:00 2001 From: Elmom Date: Mon, 26 Jul 2010 09:13:34 +0300 Subject: [PATCH] A small typo --- materials.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/materials.scad b/materials.scad index 612fe67..520495b 100644 --- a/materials.scad +++ b/materials.scad @@ -18,9 +18,9 @@ Aluminum = [0.77, 0.77, 0.8]; Brass = [0.88, 0.78, 0.5]; // Example, uncomment to view -//demo(); +//color_demo(); -module nema_demo(){ +module color_demo(){ // Wood colorTest(Oak, 0, 0); colorTest(Pine, 1, 0);