Make block_inset look similar to the previous version

This commit is contained in:
Arthur Moore 2024-05-06 23:09:57 -04:00
parent 35ee2065db
commit 5a43731728

View file

@ -387,7 +387,7 @@ module block_vase_base() {
module block_inset() {
ixx = (gridx*l_grid-0.5)/2;
iyy = d_height/1.875;
iyy = d_height/2.1;
izz = sqrt(ixx^2+iyy^2)*tan(40);
if (enable_scoop_chamfer && enable_inset)
difference() {