diff --git a/src/blown-up-demo.scad b/src/blown-up-demo.scad new file mode 100644 index 0000000..174625f --- /dev/null +++ b/src/blown-up-demo.scad @@ -0,0 +1,45 @@ +/* Copyright Brian Stephan 2023 + * + * This file is part of the Buildable Stick System. + * + * The Buildable Stick System is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. + * + * The Buildable Stick System is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * the Buildable Stick System. If not, see . + */ + +include +use +use +use +use +use +use +use +use +use +use +use +use +use + +color("red") translate([-top_plate_x-50, 20, frame_z/2+100]) top_panel_left_lever(); +color("red") translate([0, 0, frame_z/2+100]) top_panel_middle_dir_arc_w_30mm_with_mount(); +color("red") translate([top_plate_x+50, 0, frame_z/2+100]) top_panel_right_sega_2p_plus_one(); +color("black") translate([-frame_x+10-50, 0, -2.5]) left_frame(); +color("black") translate([0, 0, -2.5]) middle_frame(); +color("black") translate([frame_x-10+50, 0, -2.5]) right_frame(); +color("red") translate([-top_plate_x-50, 0, -5-frame_z/2-100]) bottom_panel_left(); +color("red") translate([0, 0, -5-frame_z/2-100]) bottom_panel_middle(); +color("red") translate([top_plate_x+50, 0, -5-frame_z/2-100]) bottom_panel_right(); + +color("black") translate([top_plate_x/2, 0, 3+frame_z/2+150]) dir_arc_plus_w_30mm_and_sega_2p_plus_one_decorative_plate(); +color("black") translate([-top_plate_x/2-135, 20, 3+frame_z/2+150]) lsx_nobi_dustwasher();