move fasteners out to their own repo

This commit is contained in:
Sebastian Kuzminsky 2025-02-09 11:42:15 -07:00
parent 68151fe7a4
commit 46581a1c65
11 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
This repo contains common fasteners.

View file

@ -154,8 +154,8 @@ mod test {
"../modular-recipes/recipes/peristaltic-pump/print/bearing_hub.toml",
false,
),
("../modular-recipes/recipes/purchase/m4_nuts.toml", true),
("../modular-recipes/recipes/purchase/filament.toml", true),
("../modular-recipes/repos/fasteners/m4_nuts.toml", true),
("../modular-recipes/repos/fasteners/filament.toml", true),
];
for (recipe_filename, is_leaf) in recipes.iter() {