Changed stl files from ascii to binary to use the stl preview
This commit is contained in:
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
@@ -302,12 +302,14 @@ module main() {
|
|||||||
basic_block(length=Block_length, pins=Pins, flatblock= Flat_block, bore=Has_bore, squarehole=Is_square);
|
basic_block(length=Block_length, pins=Pins, flatblock= Flat_block, bore=Has_bore, squarehole=Is_square);
|
||||||
}
|
}
|
||||||
else if (Block_type == 2) {
|
else if (Block_type == 2) {
|
||||||
angle_block(7.5, with_pin=With_pin);
|
angle_block(Angle, with_pin=With_pin);
|
||||||
translate ([20, 0, 0]) angle_block(15, 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);
|
// translate ([40, 0, 0]) angle_block(30, with_pin=With_pin);
|
||||||
}
|
}
|
||||||
else if (Block_type == 3) {
|
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);
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user