use gray in the demo so that it's easier to see edges

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-06-19 13:28:23 -05:00
parent 4e65445e16
commit de0fcfd160
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -17,7 +17,7 @@ use <../src/misc-decorative-plate-dir_arc-plus-w-30mm-and-sega-2p-plus-one-plate
use <../src/misc-dustwasher-lsx-nobi.scad> use <../src/misc-dustwasher-lsx-nobi.scad>
panel_color = "red"; panel_color = "red";
base_color = "black"; base_color = "gray";
top_deco_color = "white"; top_deco_color = "white";
color(panel_color) translate([-panel_x/2, 0, frame_z/2-panel_z+0.01]) top_panel_inset_lever_and_dir_arc_w_30mm(); color(panel_color) translate([-panel_x/2, 0, frame_z/2-panel_z+0.01]) top_panel_inset_lever_and_dir_arc_w_30mm();