mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-12-22 14:53:25 +00:00
Make block_inset look similar to the previous version
This commit is contained in:
parent
35ee2065db
commit
5a43731728
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ module block_vase_base() {
|
||||||
|
|
||||||
module block_inset() {
|
module block_inset() {
|
||||||
ixx = (gridx*l_grid-0.5)/2;
|
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);
|
izz = sqrt(ixx^2+iyy^2)*tan(40);
|
||||||
if (enable_scoop_chamfer && enable_inset)
|
if (enable_scoop_chamfer && enable_inset)
|
||||||
difference() {
|
difference() {
|
||||||
|
|
Loading…
Reference in a new issue