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.
14 lines
517 B
14 lines
517 B
2 years ago
|
from print_fixtures import print_fixtures
|
||
|
|
||
|
print_fixtures("friction", [
|
||
|
# "mechanisms/507-movements/493-Lewis",
|
||
|
# "friction/arch/arch-25-stones",
|
||
|
# "friction/arch/arch-101-stones",
|
||
|
# "friction/card-house/card-house-3-levels",
|
||
|
"friction/card-house/card-house-3-levels-falling-blocks",
|
||
|
# "friction/incline-plane/slopeTest_highSchoolPhysics_mu=0.49",
|
||
|
# "friction/incline-plane/slopeTest_highSchoolPhysics_mu=0.5",
|
||
|
# "friction/spolling-coin",
|
||
|
# "friction/turntable/turntable-mu=*",
|
||
|
])
|