diff --git a/global_defs.scad b/global_defs.scad index e8145d1..c1756a8 100644 --- a/global_defs.scad +++ b/global_defs.scad @@ -35,8 +35,8 @@ extrusion_width = is_undef($extrusion_width) ? 0.5 : $extrusion_width; // fil nozzle = is_undef($nozzle) ? 0.45 : $nozzle; // 3D printer nozzle cnc_bit_r = is_undef($cnc_bit_r) ? 1.2 : $cnc_bit_r; // minimum tool radius when milling 2D objects pp1_colour = is_undef($pp1_colour) ? [0, 146/255, 0] : $pp1_colour; // printed part colour 1, RepRap logo colour -pp2_colour = is_undef($pp2_colour) ? "red" : $pp2_colour; // printed part colour 2 -pp3_colour = is_undef($pp3_colour) ? "blue" : $pp3_colour; // printed part colour 3 +pp2_colour = is_undef($pp2_colour) ? "Crimson" : $pp2_colour; // printed part colour 2 +pp3_colour = is_undef($pp3_colour) ? "SteelBlue" : $pp3_colour; // printed part colour 3 pp4_colour = is_undef($pp4_colour) ? "darkorange" : $pp4_colour;// printed part colour 4 show_rays = is_undef($show_rays) ? false : $show_rays; // show camera sight lines and light direction show_threads = is_undef($show_threads) ? false : $show_threads; // show screw threads diff --git a/libtest.png b/libtest.png index 0bd8905..7c3edd2 100644 Binary files a/libtest.png and b/libtest.png differ diff --git a/tests/png/box.png b/tests/png/box.png index 28bede9..e2550db 100644 Binary files a/tests/png/box.png and b/tests/png/box.png differ diff --git a/tests/png/cable_grommets.png b/tests/png/cable_grommets.png index 55bdcaa..9cd6262 100644 Binary files a/tests/png/cable_grommets.png and b/tests/png/cable_grommets.png differ diff --git a/tests/png/camera_housing.png b/tests/png/camera_housing.png index c338540..068416a 100644 Binary files a/tests/png/camera_housing.png and b/tests/png/camera_housing.png differ diff --git a/tests/png/door_hinge.png b/tests/png/door_hinge.png index e7d0132..8d72241 100644 Binary files a/tests/png/door_hinge.png and b/tests/png/door_hinge.png differ diff --git a/tests/png/drag_chain.png b/tests/png/drag_chain.png index 170f36b..c12f5be 100644 Binary files a/tests/png/drag_chain.png and b/tests/png/drag_chain.png differ diff --git a/tests/png/flat_hinge.png b/tests/png/flat_hinge.png index a92c51e..a4f617c 100644 Binary files a/tests/png/flat_hinge.png and b/tests/png/flat_hinge.png differ diff --git a/tests/png/gears.png b/tests/png/gears.png index 5efd920..c49636b 100644 Binary files a/tests/png/gears.png and b/tests/png/gears.png differ diff --git a/tests/png/pcb_mount.png b/tests/png/pcb_mount.png index f6d43cf..24a5ae3 100644 Binary files a/tests/png/pcb_mount.png and b/tests/png/pcb_mount.png differ diff --git a/tests/png/spools.png b/tests/png/spools.png index 9d0516f..0712b7d 100644 Binary files a/tests/png/spools.png and b/tests/png/spools.png differ