From dd52e5b472aca3feec4fe03b482d57d9d14c5479 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 27 Jun 2024 20:48:16 -0400 Subject: [PATCH] chore: move backplane step file to CAD folder --- hardware/{backplane => CAD}/backplane.step | 0 hardware/backplane/cad.kibot.yaml | 13 +++++++++++++ 2 files changed, 13 insertions(+) rename hardware/{backplane => CAD}/backplane.step (100%) create mode 100644 hardware/backplane/cad.kibot.yaml diff --git a/hardware/backplane/backplane.step b/hardware/CAD/backplane.step similarity index 100% rename from hardware/backplane/backplane.step rename to hardware/CAD/backplane.step diff --git a/hardware/backplane/cad.kibot.yaml b/hardware/backplane/cad.kibot.yaml new file mode 100644 index 0000000..ab63b72 --- /dev/null +++ b/hardware/backplane/cad.kibot.yaml @@ -0,0 +1,13 @@ +# KiBot STEP file export +kibot: + version: 1 + +global: + output: "%f.%x" + +outputs: + - name: "step_file_export" + comment: "Exports the PCB in STEP format" + type: step + options: + origin: "drill"