commit my new target assembly
This commit is contained in:
parent
aa633584e5
commit
163dfc2c63
@ -18,28 +18,20 @@
|
|||||||
|
|
||||||
include <components.scad>
|
include <components.scad>
|
||||||
use <frame-left.scad>
|
use <frame-left.scad>
|
||||||
use <frame-middle.scad>
|
|
||||||
use <frame-right.scad>
|
use <frame-right.scad>
|
||||||
use <top-panel-left-lever.scad>
|
use <top-panel-left-lever-and-dir_arc-plus-w-30mm.scad>
|
||||||
use <top-panel-middle-dir_arc-plus-w-30mm-with-mount.scad>
|
use <top-panel-right-sega-2p-plus-one-with-mount.scad>
|
||||||
use <top-panel-right-sega-2p-plus-one.scad>
|
|
||||||
use <bottom-panel-left.scad>
|
use <bottom-panel-left.scad>
|
||||||
use <bottom-panel-middle.scad>
|
|
||||||
use <bottom-panel-right.scad>
|
use <bottom-panel-right.scad>
|
||||||
use <misc-decorative-plate-dir_arc-plus-w-30mm-and-sega-2p-plus-one.scad>
|
use <misc-decorative-plate-dir_arc-plus-w-30mm-and-sega-2p-plus-one.scad>
|
||||||
use <misc-decorative-plate-dir_arc-plus-w-30mm.scad>
|
|
||||||
use <misc-decorative-plate-sega-2p-plus-one.scad>
|
|
||||||
use <misc-dustwasher-lsx-nobi.scad>
|
use <misc-dustwasher-lsx-nobi.scad>
|
||||||
|
|
||||||
color("red") translate([-top_plate_x-50, 20, frame_z/2+100]) top_panel_left_lever();
|
color("#0078BF") translate([-top_plate_x/2-25, 0, frame_z/2+75]) top_panel_left_lever_and_dir_arc_w_30mm();
|
||||||
color("red") translate([0, 0, frame_z/2+100]) top_panel_middle_dir_arc_w_30mm_with_mount();
|
color("#0078BF") translate([top_plate_x/2+25, 0, frame_z/2+75]) top_panel_right_sega_2p_plus_one_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/2+5-25, 0, -2.5]) left_frame();
|
||||||
color("black") translate([-frame_x+10-50, 0, -2.5]) left_frame();
|
color("black") translate([frame_x/2+25, 0, -2.5]) right_frame();
|
||||||
color("black") translate([0, 0, -2.5]) middle_frame();
|
color("#0078BF") translate([-top_plate_x/2-25, 0, -5-frame_z/2-75]) bottom_panel_left();
|
||||||
color("black") translate([frame_x-10+50, 0, -2.5]) right_frame();
|
color("#0078BF") translate([top_plate_x/2+25, 0, -5-frame_z/2-75]) bottom_panel_right();
|
||||||
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("white") translate([0, 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();
|
color("white") translate([-195, 20, 3+frame_z/2+150]) lsx_nobi_dustwasher();
|
||||||
|
Loading…
Reference in New Issue
Block a user