From 462b4d45e061e2192f8921faea4aa058a405cad8 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 1 Jun 2025 09:35:40 -0500 Subject: [PATCH] some fixes and updates to the extended demo Signed-off-by: Brian S. Stephan --- demo/all-together-demo-extended.scad | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/demo/all-together-demo-extended.scad b/demo/all-together-demo-extended.scad index 971fbfc..3ccdc8f 100644 --- a/demo/all-together-demo-extended.scad +++ b/demo/all-together-demo-extended.scad @@ -5,23 +5,23 @@ include include +use use use -use -use +use use use use use -top_panel_color = "purple"; -bottom_panel_color = "black"; -frame_front_color = "black"; -frame_back_color = "black"; -frame_side_color = "red"; +top_panel_color = "#0086D6"; +bottom_panel_color = "white"; +frame_front_color = "white"; +frame_back_color = "white"; +frame_side_color = "yellow"; top_deco_color = "white"; -color(top_panel_color) translate([-panel_x/2, 0, frame_z/2-panel_z+0.01]) lever_and_dir_arc_w_30mm_panel(); +color(top_panel_color) translate([-panel_x/2, 0, frame_z/2-panel_z+0.01]) lever_and_dir_arc_w_30mm_panel_with_oled(); color(top_panel_color) translate([panel_x/2, 0, frame_z/2-panel_z+0.01]) sega_2p_nine_plus_aux_button_with_mount(); color(frame_side_color) translate([-frame_x/2+4, 0, -2.5]) side_trapezoid_extended_to_front_frame_piece(); color(frame_side_color) translate([frame_x/2-4, 0, -2.5]) mirror([1, 0, 0]) side_trapezoid_extended_to_front_frame_piece(); @@ -33,5 +33,5 @@ color(bottom_panel_color) translate([-panel_x/2, 0, -5-frame_z/2+5]) panel(); color(bottom_panel_color) translate([panel_x/2, 0, -5-frame_z/2+5]) panel(); color(top_deco_color) translate([0, 0, 3+frame_z/2-panel_z]) dir_arc_plus_w_30mm_and_sega_2p_nine_decorative_plate(); -color(top_deco_color) translate([-170, 20, 3+frame_z/2-panel_z]) lsx_nobi_dustwasher(); +color(top_deco_color) translate([-170, 20, 3+frame_z/2-panel_z]) rotate([180, 0, 0]) lsx_nobi_dustwasher(); color(top_deco_color) translate([panel_x-24, 30, 3+frame_z/2-panel_z]) button_24mm_decorative_plate();