Disable support structures by default.
This commit is contained in:
parent
f90ec047a6
commit
b25f0366c0
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Stützstrukturen.
|
// Stützstrukturen.
|
||||||
support = true;
|
support = false;
|
||||||
|
|
||||||
// Abgerundete Kanten (aufwendig).
|
// Abgerundete Kanten (aufwendig).
|
||||||
rounded_corners = true;
|
rounded_corners = true;
|
||||||
|
@ -530,7 +530,7 @@ if (support && !threaded_insert) {
|
||||||
color(color_special)
|
color(color_special)
|
||||||
for (i = [0:3]) {
|
for (i = [0:3]) {
|
||||||
translate([drill_pos[i][0], drill_pos[i][1], 0])
|
translate([drill_pos[i][0], drill_pos[i][1], 0])
|
||||||
support(0.5);
|
support(0.75);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue