-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
509 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: voronusers_ci_push_main | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
generate_readme: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Perform a sparse checkout, checking out only yaml files and the current README.md | ||
- name: Perform Sparse Checkout ↪️ | ||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | ||
with: | ||
ref: ${{ github.ref }} | ||
sparse-checkout: | | ||
tests/test_repository_root/printer_mods/**/.metadata.yml | ||
tests/test_repository_root/printer_mods/README.md | ||
tests/test_repository_root/printer_mods/mods.json | ||
fetch-depth: 0 | ||
token: ${{ secrets.VORON_BOT_GITHUB_PAT }} | ||
sparse-checkout-cone-mode: false | ||
# Generate the new readme file | ||
- name: Generate README 📒 | ||
uses: docker://ghcr.io/vorondesign/voron_toolkit_docker:latest | ||
env: | ||
VORON_TOOLKIT_OUTPUT_DIR: _out | ||
VORON_TOOLKIT_INPUT_DIR: tests/test_repository_root/printer_mods | ||
VORON_TOOLKIT_VERBOSE: true | ||
README_GENERATOR_MARKDOWN: true | ||
README_GENERATOR_JSON: true | ||
with: | ||
args: generate-readme | ||
# Commit the new readme using the GH bot credentials | ||
- name: Commit files 💾 | ||
run: | | ||
git config user.email "[email protected]" | ||
git config user.name "Voron-GitHub-Bot" | ||
tree -a _out | ||
cp _out/readme_generator/README.md tests/test_repository_root/printer_mods/README.md | ||
cp _out/readme_generator/mods.json tests/test_repository_root/printer_mods/mods.json | ||
git add tests/test_repository_root/printer_mods/README.md tests/test_repository_root/printer_mods/mods.json | ||
git commit -m "Generate VoronUsers printer_mods README.md [skip ci]" || true | ||
# Push the changes | ||
- name: Push changes ⬆️ | ||
uses: ad-m/github-push-action@d9117be7cad08757e9e906a1bcd1716d6b192db5 | ||
with: | ||
github_token: ${{ secrets.VORON_BOT_GITHUB_PAT }} | ||
branch: ${{ github.ref }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Mods | ||
|
||
Printer mods for Voron 3D printers | ||
--- | ||
|
||
|
||
|
||
| Creator | Mod title | Description | Printer compatibility | Last Changed | | ||
| --- | --- | --- | --- | --- | | ||
| 1-0-R | [V2.4 handle](1-0-R/handle) | Handle for Voron 2.4 | V2.4 | 2023-12-10T23:01:31+00:00 | | ||
| 120decibell | [Side entry exhaust housing](120decibell/exhaust_housing_side_entry) | Exhaust housing with dual cover screws and single or dual side... | V1.8, V2.4, VT | 2023-12-10T23:01:31+00:00 | | ||
| | [Huvud Chain Mount](120decibell/huvud_chain_mount) | Huvud rear mount for Clockwork or LGX that supports a cable chain. | V1.8, VT | 2023-12-10T23:01:31+00:00 | | ||
| aeresov | [MeanWell UHP-xxx DIN mount](aeresov/MeanWell_UHP_DIN_mount) | A bracket for MeanWell UHP series PSU (200, 350 and 500) to mount... | V2.4 | 2023-12-10T23:01:31+00:00 | | ||
| | [Raspberry Pi DIN mount](aeresov/Raspberry_Pi_DIN_mount) | A bracket for Raspberry Pi 3/4 to mount it onto DIN rail, along or... | V2.4 | 2023-12-10T23:01:31+00:00 | | ||
| | [SKR 1.3/1.4 DIN mount](aeresov/SKR_DIN_mount) | A bracket for SKR 1.3/1.4 board to mount it onto DIN rail, along or... | V2.4 | 2023-12-10T23:01:31+00:00 | | ||
| | [TL filament sensor bracket](aeresov/TL_filament_sensor_bracket) | A bracket for TL filament sensor to mount near stock spool holder. | V2.4 | 2023-12-10T23:01:31+00:00 | | ||
| | [cable tie DIN mount](aeresov/cable_tie_DIN_mount) | A bracket for cable ties to route cables across DIN rails. | V2.4 | 2023-12-10T23:01:31+00:00 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
[ | ||
{ | ||
"path": "1-0-R/handle", | ||
"title": "V2.4 handle", | ||
"creator": "1-0-R", | ||
"description": "Handle for Voron 2.4", | ||
"printer_compatibility": "V2.4", | ||
"last_changed": "2023-12-10T23:01:31+00:00" | ||
}, | ||
{ | ||
"path": "120decibell/exhaust_housing_side_entry", | ||
"title": "Side entry exhaust housing", | ||
"creator": "120decibell", | ||
"description": "Exhaust housing with dual cover screws and single or dual side entry filament paths.", | ||
"printer_compatibility": "V1.8, V2.4, VT", | ||
"last_changed": "2023-12-10T23:01:31+00:00" | ||
}, | ||
{ | ||
"path": "120decibell/huvud_chain_mount", | ||
"title": "Huvud Chain Mount", | ||
"creator": "120decibell", | ||
"description": "Huvud rear mount for Clockwork or LGX that supports a cable chain.", | ||
"printer_compatibility": "V1.8, VT", | ||
"last_changed": "2023-12-10T23:01:31+00:00" | ||
}, | ||
{ | ||
"path": "aeresov/MeanWell_UHP_DIN_mount", | ||
"title": "MeanWell UHP-xxx DIN mount", | ||
"creator": "aeresov", | ||
"description": "A bracket for MeanWell UHP series PSU (200, 350 and 500) to mount it across 2 DIN rails.", | ||
"printer_compatibility": "V2.4", | ||
"last_changed": "2023-12-10T23:01:31+00:00" | ||
}, | ||
{ | ||
"path": "aeresov/Raspberry_Pi_DIN_mount", | ||
"title": "Raspberry Pi DIN mount", | ||
"creator": "aeresov", | ||
"description": "A bracket for Raspberry Pi 3/4 to mount it onto DIN rail, along or across.", | ||
"printer_compatibility": "V2.4", | ||
"last_changed": "2023-12-10T23:01:31+00:00" | ||
}, | ||
{ | ||
"path": "aeresov/SKR_DIN_mount", | ||
"title": "SKR 1.3/1.4 DIN mount", | ||
"creator": "aeresov", | ||
"description": "A bracket for SKR 1.3/1.4 board to mount it onto DIN rail, along or across.", | ||
"printer_compatibility": "V2.4", | ||
"last_changed": "2023-12-10T23:01:31+00:00" | ||
}, | ||
{ | ||
"path": "aeresov/TL_filament_sensor_bracket", | ||
"title": "TL filament sensor bracket", | ||
"creator": "aeresov", | ||
"description": "A bracket for TL filament sensor to mount near stock spool holder.", | ||
"printer_compatibility": "V2.4", | ||
"last_changed": "2023-12-10T23:01:31+00:00" | ||
}, | ||
{ | ||
"path": "aeresov/cable_tie_DIN_mount", | ||
"title": "cable tie DIN mount", | ||
"creator": "aeresov", | ||
"description": "A bracket for cable ties to route cables across DIN rails.", | ||
"printer_compatibility": "V2.4", | ||
"last_changed": "2023-12-10T23:01:31+00:00" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.