Changed stl files from ascii to binary to use the stl preview

This commit is contained in:
2026-04-05 21:19:39 +02:00
parent e024f89222
commit 81a7342a64
22 changed files with 5 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5 -3
View File
@@ -302,12 +302,14 @@ module main() {
basic_block(length=Block_length, pins=Pins, flatblock= Flat_block, bore=Has_bore, squarehole=Is_square);
}
else if (Block_type == 2) {
angle_block(7.5, with_pin=With_pin);
translate ([20, 0, 0]) angle_block(15, with_pin=With_pin);
translate ([40, 0, 0]) angle_block(30, with_pin=With_pin);
angle_block(Angle, with_pin=With_pin);
// translate ([20, 0, 0]) angle_block(15, with_pin=With_pin);
// translate ([40, 0, 0]) angle_block(30, with_pin=With_pin);
}
else if (Block_type == 3) {
symmetrical_angle_block(Angle, pins = Which_pins, grooves = Which_grooves, bottom_groove = Which_bottom_groove, short_grooves=Has_short_grooves);
// translate ([20, 0, 0]) symmetrical_angle_block(45, pins = Which_pins, grooves = Which_grooves, bottom_groove = Which_bottom_groove, short_grooves=Has_short_grooves);
// translate ([40, 0, 0]) symmetrical_angle_block(70, pins = Which_pins, grooves = Which_grooves, bottom_groove = Which_bottom_groove, short_grooves=Has_short_grooves);
}
}