Unfinished changes.
This commit is contained in:
17
models/glovebox_base/base_plate.scad
Normal file
17
models/glovebox_base/base_plate.scad
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
include <../../config.scad>;
|
||||
|
||||
module base_plate() {
|
||||
color("darkgrey")
|
||||
difference() {
|
||||
// Body
|
||||
cube(R_BASE_PLATE, center = true);
|
||||
// Fastener holes
|
||||
}
|
||||
// Shopping
|
||||
echo(str("Aluminium sheet: Base plate ", R_BASE_PLATE[0], "mm x ", R_BASE_PLATE[1], "mm x ", R_BASE_PLATE[2], "mm - x1"));
|
||||
}
|
||||
|
||||
$fn = 50;
|
||||
// test output
|
||||
base_plate();
|
||||
Reference in New Issue
Block a user