Fix dimensions path in rbuild.py (#30)

This commit is contained in:
Ismail D.
2025-02-16 22:30:21 +01:00
committed by GitHub
parent 0bd69808b4
commit 2394d33a16

View File

@ -122,7 +122,7 @@ def main():
default=BuildSizeConfig.MICRO,
choices=[BuildSizeConfig.NANO, BuildSizeConfig.MINI, BuildSizeConfig.MICRO],
help='Build size config profile. This will determine the size of the rack you wish to generate. '
'For actual dimensions, please see profiles.scad.'
'For actual dimensions, please see rackFrame.scad.'
)
parser.add_argument(