Disable support structures by default.

This commit is contained in:
Shy 2022-06-02 21:30:35 +02:00
parent f90ec047a6
commit b25f0366c0

View file

@ -59,7 +59,7 @@
*/
// Stützstrukturen.
support = true;
support = false;
// Abgerundete Kanten (aufwendig).
rounded_corners = true;
@ -530,7 +530,7 @@ if (support && !threaded_insert) {
color(color_special)
for (i = [0:3]) {
translate([drill_pos[i][0], drill_pos[i][1], 0])
support(0.5);
support(0.75);
}
}