1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-07-31 18:40:14 +02:00

Fixed last pull.

This commit is contained in:
Chris Palmer
2012-03-16 21:13:59 +00:00
parent c43bc66ba5
commit cfb2bc5fcb
6 changed files with 9 additions and 19 deletions

2
.gitignore vendored
View File

@@ -3,4 +3,4 @@
scad/conf/machine.scad
scad/stl.scad
dummy.csg
Thumbs.db

View File

@@ -55,7 +55,7 @@ bed_color = "firebrick";
d_pillar_color = grey90;
d_plug_shell_color = grey80;
d_plug_insulator_color = grey20;
extruder_insulator_color = "goldenrod"
extruder_insulator_color = "goldenrod";
extruder_nozzle_color = "yellow";
cable_strip_color = use_realistic_colors ? cable_strip_real_color : "fuchsia";
belt_color = use_realistic_colors ? belt_real_color : "yellow";

View File

@@ -10,7 +10,14 @@
bom = 2; // 0 no bom, 1 assemblies and stls, 2 vitamins as well
exploded = false; // true for exploded view
// Real-world colors for various parts & vitamins
use_realistic_colors = true; // true for "real" colors, false for "distinct" colors (useful during design)
printed_plastic_color = "blue";
cable_strip_real_color = "fuchsia";
belt_real_color = "yellow";
bulldog_real_color ="black";
eta = 0.01; // small fudge factor to stop CSG barfing on coincident faces.
$fa = 5;
$fs = 0.5;

View File

@@ -9,11 +9,6 @@
//
echo("Huxley:");
// Real-world colors for various parts & vitamins
printed_plastic_color = "blue";
cable_strip_real_color = "fuchsia";
belt_real_color = "yellow";
bulldog_real_color ="black";
Z_bearings = LM6UU;
Y_bearings = LM6UU;

View File

@@ -9,12 +9,6 @@
//
echo("Mendel:");
// Real-world colors for various parts & vitamins
printed_plastic_color = "blue";
cable_strip_real_color = "fuchsia";
belt_real_color = "yellow";
bulldog_real_color ="black";
Z_bearings = LM8UU;
Y_bearings = LM8UU;
X_bearings = LM8UU;

View File

@@ -9,12 +9,6 @@
//
echo("Sturdy:");
// Real-world colors for various parts & vitamins
printed_plastic_color = "blue";
cable_strip_real_color = "fuchsia";
belt_real_color = "yellow";
bulldog_real_color ="black";
Z_bearings = LM10UU;
Y_bearings = LM10UU;
X_bearings = LM10UU;