Remove some debugging accidentally left in.
This commit is contained in:
parent
03173ffb87
commit
8b0e6c4d67
@ -504,8 +504,8 @@ module Holes(top=0) {
|
||||
module foot() {
|
||||
color(Couleur1) {
|
||||
rotate_extrude($fn=100) {
|
||||
!difference() {
|
||||
#translate([FootHole/2 + CutoutMargin, 0, 0]) {
|
||||
difference() {
|
||||
translate([FootHole/2 + CutoutMargin, 0, 0]) {
|
||||
square([(FootDia - FootHole)/2 - CutoutMargin + FootFilet, FootHeight]);
|
||||
}
|
||||
translate([FootDia/2 + FootFilet, FootFilet, 0]) {
|
||||
|
Loading…
Reference in New Issue
Block a user