Adjust readme: directory structure section.

This commit is contained in:
Bassam Husain
2023-11-20 02:08:21 -05:00
parent 051fa0eb39
commit 82bead8996
2 changed files with 11 additions and 30 deletions

View File

@@ -23,6 +23,7 @@
"moonraker", "moonraker",
"normalsize", "normalsize",
"octahedroflake", "octahedroflake",
"osskc",
"PARKBED", "PARKBED",
"PARKCENTER", "PARKCENTER",
"PARKFRONT", "PARKFRONT",

View File

@@ -218,43 +218,23 @@ This repository contains many files and folders. Some are _necessary_ for this K
- **Necessary** items are marked with a ✅. - **Necessary** items are marked with a ✅.
- Items that can _optionally_ be deleted are marked with a ❌. - Items that can _optionally_ be deleted are marked with a ❌.
<!-- tree -a -C -I '.git|.directory' -L 1 -F -->
``` ```sh
├── cfgs ✅ ├── cfgs/
│ ├── adxl-direct.cfg
│ ├── adxl-rp2040.cfg
│ ├── adxl-rpi-pico-2x.cfg
│ ├── MECHANICAL_GANTRY_CALIBRATION.cfg
│ ├── misc-macros.cfg
│ ├── PARKING.cfg
│ └── TEST_SPEED.cfg
├── CODE_OF_CONDUCT.md ❌ ├── CODE_OF_CONDUCT.md ❌
├── CONTRIBUTING.md ❌ ├── CONTRIBUTING.md ❌
├── .github ❌ ├── .github/
│ ├── FUNDING.yml
│ └── ISSUE_TEMPLATE
│ ├── bug_report.md
│ └── feature_request.md
├── .gitignore ❌ ├── .gitignore ❌
├── images ❌ ├── images/
│ ├── cup-border.png ├── LICENSE ❌
│ ├── githubstar.gif ├── misc/ ❌
│ ├── heart.gif
│ ├── logo_white_stroke.png
│ └── party_blob.gif
├── misc ❌
│ ├── klipper-v0.11.0-148-g52f4e20c.bin
│ ├── M503-output.yml
│ ├── marlin-SV06V2.0.0A_2.24.bin
│ ├── SuperSlicer_config_bundle.ini
│ ├── sv06-buildPlate.png
│ ├── SV06-buildPlate.stl
│ └── SV06-texture.svg
├── moonraker.conf ✅ ├── moonraker.conf ✅
├── osskc.cfg ✅
├── printer.cfg ✅ ├── printer.cfg ✅
├── README.md ❌ ├── README.md ❌
── .vscode ── SECURITY.md
└── settings.json └── .vscode/ ❌
``` ```
## FAQ ## FAQ