| 1234567891011 |
- platform_height = 70;
- platform_width = 70;
- platform_depth = 250;
- platform_thickness = 3;
- platform_side_thickness = 5;
- platform_support_depth = 15;
- platform_mounting_holes_diameter = 4;
- platform_mounting_holes_positions = [
- [platform_depth / 2 - 10, 0],
- [platform_depth / 2 - 10 - 160, 0]
- ];
|