MountX and MountY shouldn't be arguments, are immediately overwritten

This commit is contained in:
mmcwilliams 2023-04-14 14:49:13 -04:00
parent 8a5fa27ff0
commit 87a68d07fa
1 changed files with 1 additions and 1 deletions

View File

@ -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;