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() {
|
module foot() {
|
||||||
color(Couleur1) {
|
color(Couleur1) {
|
||||||
rotate_extrude($fn=100) {
|
rotate_extrude($fn=100) {
|
||||||
!difference() {
|
difference() {
|
||||||
#translate([FootHole/2 + CutoutMargin, 0, 0]) {
|
translate([FootHole/2 + CutoutMargin, 0, 0]) {
|
||||||
square([(FootDia - FootHole)/2 - CutoutMargin + FootFilet, FootHeight]);
|
square([(FootDia - FootHole)/2 - CutoutMargin + FootFilet, FootHeight]);
|
||||||
}
|
}
|
||||||
translate([FootDia/2 + FootFilet, FootFilet, 0]) {
|
translate([FootDia/2 + FootFilet, FootFilet, 0]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user