Add laserwindow cover
This commit is contained in:
@@ -48,6 +48,12 @@ function get_holodisk_laser_cutout_pos_center() = [
|
||||
|
||||
// -- laser-window --
|
||||
|
||||
function get_holodisk_laserwindow_pos() = [
|
||||
get_holodisk_laserwindow_pos_center().x - get_holodisk_laserwindow_size().x/2,
|
||||
get_holodisk_laserwindow_pos_center().y - get_holodisk_laserwindow_size().y/2,
|
||||
get_holodisk_laserwindow_pos_center().z - get_holodisk_laserwindow_size().z/2,
|
||||
];
|
||||
|
||||
function get_holodisk_laserwindow_pos_center() = [
|
||||
get_holodisk_laser_cutout_pos_center().x,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user