diff --git a/global_defs.scad b/global_defs.scad index 1922091..1844462 100644 --- a/global_defs.scad +++ b/global_defs.scad @@ -60,7 +60,8 @@ grey60 = [0.6, 0.6, 0.6]; grey70 = [0.7, 0.7, 0.7]; grey80 = [0.8, 0.8, 0.8]; grey90 = [0.9, 0.9, 0.9]; -brass = [255/255, 215/255, 0/255]; +gold = [255/255, 215/255, 0/255]; +brass = [255/255, 220/255, 100/255]; silver = [0.75, 0.75, 0.75]; /* diff --git a/tests/png/belts.png b/tests/png/belts.png index fb75cbd..9553d20 100644 Binary files a/tests/png/belts.png and b/tests/png/belts.png differ diff --git a/tests/png/bom.png b/tests/png/bom.png index 5dc51af..9b863bb 100644 Binary files a/tests/png/bom.png and b/tests/png/bom.png differ diff --git a/tests/png/box.png b/tests/png/box.png index 87dfccc..9e8c24d 100644 Binary files a/tests/png/box.png and b/tests/png/box.png differ diff --git a/tests/png/butt_box.png b/tests/png/butt_box.png index 81d369b..de2dbbc 100644 Binary files a/tests/png/butt_box.png and b/tests/png/butt_box.png differ diff --git a/tests/png/corner_block.png b/tests/png/corner_block.png index 3597b2d..48532b0 100644 Binary files a/tests/png/corner_block.png and b/tests/png/corner_block.png differ diff --git a/tests/png/fixing_block.png b/tests/png/fixing_block.png index 8f18708..75c886d 100644 Binary files a/tests/png/fixing_block.png and b/tests/png/fixing_block.png differ diff --git a/tests/png/foot.png b/tests/png/foot.png index 6921db4..e53a73a 100644 Binary files a/tests/png/foot.png and b/tests/png/foot.png differ diff --git a/tests/png/geared_steppers.png b/tests/png/geared_steppers.png index 8f76076..e2e3a46 100644 Binary files a/tests/png/geared_steppers.png and b/tests/png/geared_steppers.png differ diff --git a/tests/png/handle.png b/tests/png/handle.png index 966579c..73a4afa 100644 Binary files a/tests/png/handle.png and b/tests/png/handle.png differ diff --git a/tests/png/inserts.png b/tests/png/inserts.png index 1994cbc..d2d40fa 100644 Binary files a/tests/png/inserts.png and b/tests/png/inserts.png differ diff --git a/tests/png/microswitches.png b/tests/png/microswitches.png index d813b51..d6dbfd0 100644 Binary files a/tests/png/microswitches.png and b/tests/png/microswitches.png differ diff --git a/tests/png/nuts.png b/tests/png/nuts.png index d331d1a..b0590df 100644 Binary files a/tests/png/nuts.png and b/tests/png/nuts.png differ diff --git a/tests/png/opengrab.png b/tests/png/opengrab.png index 44cb89b..a5e1839 100644 Binary files a/tests/png/opengrab.png and b/tests/png/opengrab.png differ diff --git a/tests/png/pillars.png b/tests/png/pillars.png index ed14e6d..63fe859 100644 Binary files a/tests/png/pillars.png and b/tests/png/pillars.png differ diff --git a/tests/png/psu_shroud.png b/tests/png/psu_shroud.png index 4da8e30..bbdc8cf 100644 Binary files a/tests/png/psu_shroud.png and b/tests/png/psu_shroud.png differ diff --git a/tests/png/ribbon_clamp.png b/tests/png/ribbon_clamp.png index c37511b..bdb2692 100644 Binary files a/tests/png/ribbon_clamp.png and b/tests/png/ribbon_clamp.png differ diff --git a/tests/png/ring_terminals.png b/tests/png/ring_terminals.png index 9414eba..f356d74 100644 Binary files a/tests/png/ring_terminals.png and b/tests/png/ring_terminals.png differ diff --git a/tests/png/socket_box.png b/tests/png/socket_box.png index 74834c4..5135910 100644 Binary files a/tests/png/socket_box.png and b/tests/png/socket_box.png differ diff --git a/tests/png/ssr_shroud.png b/tests/png/ssr_shroud.png index 2ef78e1..4967ce9 100644 Binary files a/tests/png/ssr_shroud.png and b/tests/png/ssr_shroud.png differ diff --git a/tests/png/stepper_motors.png b/tests/png/stepper_motors.png index 3e2a165..b69a506 100644 Binary files a/tests/png/stepper_motors.png and b/tests/png/stepper_motors.png differ diff --git a/tests/png/thread.png b/tests/png/thread.png index a9e3068..8e2a221 100644 Binary files a/tests/png/thread.png and b/tests/png/thread.png differ diff --git a/tests/png/toggles.png b/tests/png/toggles.png index 3805947..84f0b18 100644 Binary files a/tests/png/toggles.png and b/tests/png/toggles.png differ diff --git a/tests/png/washers.png b/tests/png/washers.png index b1977ff..4ad03de 100644 Binary files a/tests/png/washers.png and b/tests/png/washers.png differ