raise the stand piece slightly
this will make room for the mount structure I'm working on now, which will tweak this further Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
e41f3f4c6c
commit
a6803450f8
@ -6,12 +6,8 @@
|
||||
include <../parameters.scad>
|
||||
include <../components.scad>
|
||||
|
||||
stand_x = 5;
|
||||
stand_y = frame_z-25;
|
||||
stand_z = 8;
|
||||
|
||||
base_extra = 10;
|
||||
back_extra_multiplier = 5;
|
||||
back_extra_multiplier = 4.25;
|
||||
rotation_alignment = 15;
|
||||
|
||||
module stand() {
|
||||
@ -26,7 +22,7 @@ module stand() {
|
||||
translate([0, 0, 0.5]) cube([stand_x+base_extra, stand_y+base_extra, 1], center=true);
|
||||
}
|
||||
/* cut out the actual frame solid */
|
||||
translate([0, rotation_alignment, (frame_y/2)+5]) rotate([65, 0, 0]) frame_solid();
|
||||
translate([0, rotation_alignment, (frame_y/2)+7]) rotate([65, 0, 0]) frame_solid();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,6 +37,11 @@ frame_x = 233;
|
||||
frame_y = 208;
|
||||
frame_z = 57;
|
||||
|
||||
// stand dimensions to display a stick
|
||||
stand_x = 5;
|
||||
stand_y = frame_z-25;
|
||||
stand_z = 10;
|
||||
|
||||
// degree to which the extended frame pieces stick out from the end of the frame
|
||||
frame_extension_x = 25;
|
||||
frame_extension_y = 25;
|
||||
|
Loading…
Reference in New Issue
Block a user