tweak corner rounding and size on mt3

This commit is contained in:
Bob 2022-02-22 20:58:10 -05:00
parent 263bd8ebbf
commit f0e339966f
2 changed files with 67 additions and 73 deletions

View file

@ -13,7 +13,9 @@ module mt3_row(row=3, column=0, deep_dish=false) {
$dish_skew_y = 0;
$top_skew = 0;
$height_slices = 10;
$corner_radius = 1;
$corner_sculpting_factor = 2;
$corner_radius = 0.0125;
$more_side_sculpting_factor = 0.75;