1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-18 11:01:15 +02:00

Default to modeling colours

This commit is contained in:
Chris Palmer
2012-03-16 21:49:59 +00:00
parent cfb2bc5fcb
commit 286d74c5bb

View File

@@ -12,7 +12,7 @@ bom = 2; // 0 no bom, 1 assemblies and stls, 2 vitamins a
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)
use_realistic_colors = false; // true for "real" colors, false for "distinct" colors (useful during design and for build instructions)
printed_plastic_color = "blue";
cable_strip_real_color = "fuchsia";
belt_real_color = "yellow";