Scale upper cutout cube to thickness
Rather than fixed 100
This commit is contained in:
parent
abbc0a8cec
commit
3b13aafbdd
@ -198,8 +198,8 @@ module Coque() { //Coque - Shell
|
|||||||
}
|
}
|
||||||
} //Fin largeur Rails
|
} //Fin largeur Rails
|
||||||
} //Fin union
|
} //Fin union
|
||||||
translate([-Thick*2, -Thick*2, Height/2]) { // Cube à soustraire
|
translate([-Thick, -Thick, Height/2]) { // Cube à soustraire
|
||||||
cube([Length + 100, Width + 100, Height]);
|
cube([Length + Thick*2, Width + Thick*2, Height]);
|
||||||
}
|
}
|
||||||
} //fin soustraction cube median - End Median cube slicer
|
} //fin soustraction cube median - End Median cube slicer
|
||||||
translate([-Thick, Thick*2, Thick*2]) { // Forme de soustraction centrale
|
translate([-Thick, Thick*2, Thick*2]) { // Forme de soustraction centrale
|
||||||
|
Loading…
Reference in New Issue
Block a user