|
|
@@ -1,11 +1,11 @@
|
|
|
platform_height = 70;
|
|
|
platform_width = 70;
|
|
|
-platform_depth = 280;
|
|
|
+platform_depth = 250;
|
|
|
platform_thickness = 3;
|
|
|
platform_side_thickness = 5;
|
|
|
platform_support_depth = 15;
|
|
|
platform_mounting_holes_diameter = 4;
|
|
|
platform_mounting_holes_positions = [
|
|
|
- [20, 0],
|
|
|
- [-20, 0]
|
|
|
+ [platform_depth / 2 - 10, 0],
|
|
|
+ [platform_depth / 2 - 10 - 160, 0]
|
|
|
];
|