PoC for new README.md format
This commit is contained in:
parent
a46bf445ef
commit
551d9684fe
|
|
@ -1,39 +1,26 @@
|
|||
# Firmware Configurations
|
||||
|
||||
A neatly structured list of all the content in each folder
|
||||
Firmware Configurations for Voron 3D printers, separated by firmware.
|
||||
Remember to update this README when uploading new firmware configurations!
|
||||
|
||||
## List structure
|
||||
## Table structure
|
||||
|
||||
The list should be structured in the following way:
|
||||
Update the following table with the information about your mod:
|
||||
- Your name
|
||||
- A link to your sub-folder
|
||||
- A short description of your firmware
|
||||
- The printer compatibility. Use `:heavy_check_mark:` for :heavy_check_mark: and `:x:` for :x:
|
||||
|
||||
## "Creator of mods"
|
||||
|
||||
"Firmware configuration name"
|
||||
|
||||
- "Small description about the firmware config"
|
||||
|
||||
"Firmware configuration 2 name"
|
||||
|
||||
- "Small description about the firmware config"
|
||||
like so:
|
||||
`
|
||||
| Creator | [Config Title](link) | Description | :x: | :x: | :x: |`
|
||||
|
||||
---
|
||||
|
||||
## Chron
|
||||
[SKR 1.3 TMC2208 UART Config](./klipper/Chron)
|
||||
|
||||
- Configuration for SKR 1.3 TMC2208 UART
|
||||
|
||||
## Danowar
|
||||
|
||||
[FYSETC F6 1.3 Klipper Config](./klipper/Danowar/FYSETC_F6_V1.3_Klipper_Config)
|
||||
|
||||
- Klipper config for a FYSETC F6 350 build.
|
||||
|
||||
## exquyre
|
||||
|
||||
[Einsy + RAMPS Combo](./klipper/exquyre/einsy%2Bramps)
|
||||
|
||||
- Klipper config for 1 einsy and 1 RAMPS
|
||||
| Creator | Config title | Description | V1.6 | V2.1 | V2.2 |
|
||||
|---------|--------------|-------------|------|------|------|
|
||||
| Chron | [SKR 1.3 TMC2208 UART Config](./klipper/Chron) | Configuration for SKR 1.3 TMC2208 UART | :x: | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| Danowar | [FYSETC F6 1.3 Klipper Config](./klipper/Danowar/FYSETC_F6_V1.3_Klipper_Config) | Klipper config for a FYSETC F6 350 build. | :x: | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| exquyre | [Einsy + RAMPS Combo](./klipper/exquyre/einsy%2Bramps) | Klipper config for 1 einsy and 1 RAMPS | :x: | :heavy_check_mark: | :heavy_check_mark: |
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue