You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
446 B
12 lines
446 B
from print_fixtures import print_fixtures
|
|
|
|
print_fixtures("mechanisms", [
|
|
# "mechanisms/507-movements/092-piston",
|
|
# "mechanisms/507-movements/140-punching-press",
|
|
"mechanisms/507-movements/140-punching-press-loose",
|
|
# "mechanisms/507-movements/227-bike-chain",
|
|
# "mechanisms/507-movements/398-intermitten-motion",
|
|
# "mechanisms/507-movements/493-Lewis",
|
|
# "mechanisms/expanding-lock-box",
|
|
# "mechanisms/bolt",
|
|
])
|
|
|