mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Adjust Directory Structure.
This commit is contained in:
27
README.md
27
README.md
@@ -247,7 +247,7 @@ PURGE_LINE
|
|||||||
|
|
||||||
Please ⭐ star this repository!
|
Please ⭐ star this repository!
|
||||||
|
|
||||||
If you found my work useful, buy me a [<img src="./images/logo_white_stroke.png" height="20" alt='Ko-fi'/>](https://ko-fi.com/bassamanator).
|
Support [open source](https://en.wikipedia.org/wiki/Open_source), and buy me a [<img src="./images/logo_white_stroke.png" height="20" alt='Ko-fi'/>](https://ko-fi.com/bassamanator).
|
||||||
|
|
||||||
[🔼 Back to top](#outline)
|
[🔼 Back to top](#outline)
|
||||||
|
|
||||||
@@ -256,24 +256,25 @@ If you found my work useful, buy me a [<img src="./images/logo_white_stroke.png"
|
|||||||
This repository contains many files and folders. Some are _necessary_ for this Klipper configuration to work, others are not.
|
This repository contains many files and folders. Some are _necessary_ for this Klipper configuration to work, others are not.
|
||||||
|
|
||||||
- **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 -->
|
<!-- tree -a -C -I '.directory' -L 1 -F -->
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
├── cfgs/ ✅
|
├── cfgs/ ✅
|
||||||
├── CODE_OF_CONDUCT.md ❌
|
├── CODE_OF_CONDUCT.md 💠
|
||||||
├── CONTRIBUTING.md ❌
|
├── CONTRIBUTING.md 💠
|
||||||
├── .github/ ❌
|
├── .git/ ✅❔
|
||||||
├── .gitignore ❌
|
├── .github/ 💠
|
||||||
├── images/ ❌
|
├── .gitignore ✅❔
|
||||||
├── LICENSE ❌
|
├── images/ 💠
|
||||||
├── misc/ ❌
|
├── LICENSE 💠
|
||||||
|
├── misc/ 💠
|
||||||
├── moonraker.conf ✅
|
├── moonraker.conf ✅
|
||||||
├── osskc.cfg ✅
|
├── osskc.cfg ✅
|
||||||
├── printer.cfg ✅
|
├── printer.cfg ✅
|
||||||
├── README.md ❌
|
├── README.md 💠
|
||||||
├── SECURITY.md ❌
|
├── SECURITY.md 💠
|
||||||
└── .vscode/ ❌
|
└── .vscode/ 💠
|
||||||
```
|
```
|
||||||
|
|
||||||
[🔼 Back to top](#outline)
|
[🔼 Back to top](#outline)
|
||||||
|
|||||||
Reference in New Issue
Block a user