mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-11-02 23:56:45 -08:00
There's 3 motor mount plates, not 2.
This commit is contained in:
@@ -29,8 +29,9 @@ module motor_mount_plate(thick=4, l=15)
|
||||
|
||||
|
||||
module motor_mount_plate_parts() { // make me
|
||||
n = 3;
|
||||
spacing = 55;
|
||||
grid_of(ya=[-spacing/2, spacing/2])
|
||||
grid_of(ya=[-((n-1)*spacing)/2 : spacing : ((n-1)*spacing)/2])
|
||||
yrot(180) motor_mount_plate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user