MountX and MountY shouldn't be arguments, are immediately overwritten
This commit is contained in:
parent
8a5fa27ff0
commit
87a68d07fa
|
@ -77,7 +77,7 @@ module geared_motor_mount_pad (pos = [0, 0, 0], D, Z) {
|
|||
}
|
||||
}
|
||||
|
||||
module geared_motor_mounts (pos = [0, 0, 0], MountX, MountY) {
|
||||
module geared_motor_mounts (pos = [0, 0, 0]) {
|
||||
MountX = GearedMotorMountX / 2;
|
||||
MountY = GearedMotorMountY / 2;
|
||||
Z = 1.5;
|
||||
|
|
Loading…
Reference in New Issue