From a4e27e20a101ef322623a6a0f4abd5444e8b8088 Mon Sep 17 00:00:00 2001 From: Nathan Zadoks Date: Sat, 8 Dec 2012 18:11:18 +0100 Subject: [PATCH] fix plate thickness --- configuration.scad.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.scad.dist b/configuration.scad.dist index 16434e4..797f384 100644 --- a/configuration.scad.dist +++ b/configuration.scad.dist @@ -64,7 +64,7 @@ bearing_type = 0; idler_bearing = 0; // Thickness of the XZ plate board -board_thickness = 16; +board_thickness = 12; //Layer height * width over thickness. Used for idler sleeve single_wall_width = 0.3*2.2; -- 2.20.1