From 5289d055f40ffcad03b295a59721b0cabd5fd95b Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Tue, 3 Apr 2012 20:09:24 +0100 Subject: [PATCH] Fixed spelling of y_heatshield() --- scad/main.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scad/main.scad b/scad/main.scad index 236c5c6..ce8991b 100644 --- a/scad/main.scad +++ b/scad/main.scad @@ -770,7 +770,7 @@ module frame_gantry_dxf() projection(cut = true) module y_carriage_dxf() projection(cut = true) y_carriage(); -module y_heatsheild_dxf() projection(cut = true) y_heatsheild(); +module y_heatshield_dxf() projection(cut = true) y_heatshield();