move fasteners out to their own repo
This commit is contained in:
parent
68151fe7a4
commit
46581a1c65
11 changed files with 3 additions and 2 deletions
1
modular-recipes/repos/fasteners/README.md
Normal file
1
modular-recipes/repos/fasteners/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
This repo contains common fasteners.
|
||||||
|
|
@ -154,8 +154,8 @@ mod test {
|
||||||
"../modular-recipes/recipes/peristaltic-pump/print/bearing_hub.toml",
|
"../modular-recipes/recipes/peristaltic-pump/print/bearing_hub.toml",
|
||||||
false,
|
false,
|
||||||
),
|
),
|
||||||
("../modular-recipes/recipes/purchase/m4_nuts.toml", true),
|
("../modular-recipes/repos/fasteners/m4_nuts.toml", true),
|
||||||
("../modular-recipes/recipes/purchase/filament.toml", true),
|
("../modular-recipes/repos/fasteners/filament.toml", true),
|
||||||
];
|
];
|
||||||
|
|
||||||
for (recipe_filename, is_leaf) in recipes.iter() {
|
for (recipe_filename, is_leaf) in recipes.iter() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue