This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
base_height = 5; // Height of the base plate | |
// Corner support parameters | |
corner_size = 20; // Size of corner supports | |
corner_height = base_height+5; // Height of corner supports | |
corner_thickness = 4.5; // Thickness of raised edges | |
// Slope parameters | |
straight_section = base_height + 2; // Height of straight section before slope | |
slope_inset = -2; // How far the top is inset compared to bottom |