Fix clearances after first platform print
This commit is contained in:
+14
-2
@@ -19,5 +19,17 @@ function get_platform_strap_connector_offset() = [
|
||||
];
|
||||
|
||||
function get_platform_lock_pin_size() = [20, 4, 3];
|
||||
function get_platform_lock_arm_size() = [65, 2, 3];
|
||||
function get_platform_lock_pin_pos() = [-20, -get_platform_top_size().y/2 + get_platform_wall()*4 + 1, get_platform_top_size().z/2];
|
||||
function get_platform_lock_arm_size() = [46, 2, 3];
|
||||
function get_platform_lock_pin_pos() = [-get_platform_lock_pin_size().x/2, -get_platform_top_size().y/2 + get_platform_wall()*4 + 1, get_platform_top_size().z/2];
|
||||
function get_platform_lock_button_profile(groove) = groove ? [10, 5] : [7, 4.5];
|
||||
function get_platform_lock_button_size(groove) = [
|
||||
get_platform_lock_button_profile(groove).x,
|
||||
get_platform_size().y * 0.25 + get_platform_lock_pin_size().y + 2,
|
||||
get_platform_lock_button_profile(groove).y
|
||||
];
|
||||
function get_platform_lock_button_pos() = [
|
||||
get_platform_lock_pin_size().x/2 + 5,
|
||||
-get_platform_lock_button_size(false).y/2,
|
||||
-get_platform_size().z/2
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user