diff --git a/modular-recipes/peristaltic-pump/bearing_roller.toml b/modular-recipes/recipes/peristaltic-pump/bearing_roller.toml similarity index 100% rename from modular-recipes/peristaltic-pump/bearing_roller.toml rename to modular-recipes/recipes/peristaltic-pump/bearing_roller.toml diff --git a/modular-recipes/peristaltic-pump/peristaltic_pump.toml b/modular-recipes/recipes/peristaltic-pump/peristaltic_pump.toml similarity index 100% rename from modular-recipes/peristaltic-pump/peristaltic_pump.toml rename to modular-recipes/recipes/peristaltic-pump/peristaltic_pump.toml diff --git a/modular-recipes/peristaltic-pump/print/bearing_hub.toml b/modular-recipes/recipes/peristaltic-pump/print/bearing_hub.toml similarity index 100% rename from modular-recipes/peristaltic-pump/print/bearing_hub.toml rename to modular-recipes/recipes/peristaltic-pump/print/bearing_hub.toml diff --git a/modular-recipes/peristaltic-pump/print/bearing_hub_top.toml b/modular-recipes/recipes/peristaltic-pump/print/bearing_hub_top.toml similarity index 100% rename from modular-recipes/peristaltic-pump/print/bearing_hub_top.toml rename to modular-recipes/recipes/peristaltic-pump/print/bearing_hub_top.toml diff --git a/modular-recipes/peristaltic-pump/print/pump_housing_front_untapped.toml b/modular-recipes/recipes/peristaltic-pump/print/pump_housing_front_untapped.toml similarity index 100% rename from modular-recipes/peristaltic-pump/print/pump_housing_front_untapped.toml rename to modular-recipes/recipes/peristaltic-pump/print/pump_housing_front_untapped.toml diff --git a/modular-recipes/peristaltic-pump/print/tube_support.toml b/modular-recipes/recipes/peristaltic-pump/print/tube_support.toml similarity index 100% rename from modular-recipes/peristaltic-pump/print/tube_support.toml rename to modular-recipes/recipes/peristaltic-pump/print/tube_support.toml diff --git a/modular-recipes/peristaltic-pump/pump_housing_front.toml b/modular-recipes/recipes/peristaltic-pump/pump_housing_front.toml similarity index 100% rename from modular-recipes/peristaltic-pump/pump_housing_front.toml rename to modular-recipes/recipes/peristaltic-pump/pump_housing_front.toml diff --git a/modular-recipes/peristaltic-pump/pump_housing_front_with_stepper.toml b/modular-recipes/recipes/peristaltic-pump/pump_housing_front_with_stepper.toml similarity index 100% rename from modular-recipes/peristaltic-pump/pump_housing_front_with_stepper.toml rename to modular-recipes/recipes/peristaltic-pump/pump_housing_front_with_stepper.toml diff --git a/modular-recipes/peristaltic-pump/pump_housing_rear.toml b/modular-recipes/recipes/peristaltic-pump/pump_housing_rear.toml similarity index 100% rename from modular-recipes/peristaltic-pump/pump_housing_rear.toml rename to modular-recipes/recipes/peristaltic-pump/pump_housing_rear.toml diff --git a/modular-recipes/peristaltic-pump/pump_housing_rear_with_stepper.toml.toml b/modular-recipes/recipes/peristaltic-pump/pump_housing_rear_with_stepper.toml.toml similarity index 100% rename from modular-recipes/peristaltic-pump/pump_housing_rear_with_stepper.toml.toml rename to modular-recipes/recipes/peristaltic-pump/pump_housing_rear_with_stepper.toml.toml diff --git a/modular-recipes/purchase/purchase_stepper.toml b/modular-recipes/recipes/purchase/purchase_stepper.toml similarity index 100% rename from modular-recipes/purchase/purchase_stepper.toml rename to modular-recipes/recipes/purchase/purchase_stepper.toml diff --git a/modular-recipes/recipes/test/r1.toml b/modular-recipes/recipes/test/r1.toml new file mode 100644 index 0000000..c91894b --- /dev/null +++ b/modular-recipes/recipes/test/r1.toml @@ -0,0 +1,11 @@ +name = "r1" + +[inputs] + +[outputs] +r1_output = {} + +[dependencies] +dep_1 = {} + +[config] \ No newline at end of file diff --git a/modular-recipes/recipes/test/r2.toml b/modular-recipes/recipes/test/r2.toml new file mode 100644 index 0000000..ca94f33 --- /dev/null +++ b/modular-recipes/recipes/test/r2.toml @@ -0,0 +1,10 @@ +name = "r2" + +[inputs] +r1_output = {} + +[outputs] + +[dependencies] + +[config] \ No newline at end of file