-
-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(README): rework README header and content #346
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,38 +1,66 @@ | ||||||
# Fluidd | ||||||
Fluidd is a free and open-source Klipper web interface for managing your 3d printer. | ||||||
<h4 align="center"> | ||||||
<img src="docs\assets\images\fluidd_icon.svg"> | ||||||
</h4> | ||||||
|
||||||
![Fluidd](/.github/images/preview_sliced.png?raw=true "Fluidd") | ||||||
<h4 align="center"> | ||||||
<a href="https://github.com/cadriel/fluidd/releases/latest/download/fluidd.zip">📜 Download</a> | ||||||
| | ||||||
<a href="https://docs.fluidd.xyz/">📖 Docs</a> | ||||||
| | ||||||
<a href="https://docs.fluidd.xyz/faq">💭 FAQ</a> | ||||||
| | ||||||
<a href="https://docs.fluidd.xyz/configuration">⚙️ Configs</a> | ||||||
| | ||||||
<a href="https://github.com/cadriel/fluidd/blob/master/CONTRIBUTING.md">🧱 Contribute</a> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
</h4> | ||||||
|
||||||
## Features | ||||||
- Responsive UI, supports desktop, tablets and mobile | ||||||
- Customizable layouts. Move any panel where YOU want | ||||||
- Built-in color themes | ||||||
- Manage multiple printers from one Fluidd install | ||||||
- [See our docs for more!](https://docs.fluidd.xyz) | ||||||
<h4 align="center"> | ||||||
<a href="" target="__blank"><img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/cadriel/fluidd?label=latest&style=flat-square"></a> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<a href="" target="__blank"><img alt="GitHub downloads" src="https://img.shields.io/github/downloads/cadriel/fluidd/total?style=flat-square"></a> | ||||||
<a href="" target="__blank"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/cadriel/fluidd?style=flat-square"></a> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<a href="" target="__blank"><img alt="GitHub language count" src="https://img.shields.io/github/languages/count/cadriel/fluidd?style=flat-square"></a> | ||||||
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/cadriel/fluidd?style=flat-square"></a> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
</h4> | ||||||
|
||||||
## Support & Documentation | ||||||
See our [Docs](https://docs.fluidd.xyz). | ||||||
Join our [Discord!](https://discord.gg/GZ3D5tqfcF). | ||||||
<img align="right" src=".github\images\community-logos.png" alt="Community Logos" width="250"/> | ||||||
|
||||||
## Where to download? | ||||||
You can download the latest release [here](https://github.com/cadriel/fluidd/releases/latest). | ||||||
## Key Features | ||||||
|
||||||
Older releases can be found [here](https://github.com/cadriel/fluidd/releases). | ||||||
- Responsive UI made for *desktop, tablet & mobile*! | ||||||
- Customize you dashboard! Choose what you want to see and move every panel where YOU want! | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- Built-in color and community themes, pick a logo you like! | ||||||
- Manage multiple printers from one Fluidd install! | ||||||
- Fast development cycle and active devs! | ||||||
- Multi language support! | ||||||
- [See our docs for a lot more!](https://docs.fluidd.xyz) | ||||||
|
||||||
## Docker | ||||||
We have an official docker image. This is updated for each release. | ||||||
https://hub.docker.com/r/cadriel/fluidd | ||||||
# Support & Documentation | ||||||
<p> | ||||||
<a href="" target="__blank"><img alt="GitHub closed issues" src="https://img.shields.io/github/issues-closed/cadriel/fluidd?style=flat-square"></a> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<a href="" target="__blank"><img alt="Discord" src="https://img.shields.io/discord/762863525818662974?label=discord&style=flat-square&logo=discord"></a> | ||||||
</p> | ||||||
|
||||||
Looking for support? [Check out our docs](https://docs.fluidd.xyz) or [open an issue](https://github.com/cadriel/fluidd/issues/new/choose)! | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Have a killer idea you'd like to see implemented? Join our [Discord](https://discord.gg/GZ3D5tqfcF) to discuss bugs, features and share fireside fluidd stories. | ||||||
|
||||||
# Where can I get it? | ||||||
You can get your hands on the latest release of *fluidd* [here](https://github.com/cadriel/fluidd/releases/latest), while older releases can be found [here](https://github.com/cadriel/fluidd/releases). | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
We also have an official docker image! This is updated for each release and can be found [here](https://hub.docker.com/r/cadriel/fluidd). | ||||||
|
||||||
|
||||||
# How do I use it? | ||||||
|
||||||
## How to use? | ||||||
Fluidd is distributed as a RaspbiOS image, with Fluidd pre-installed and setup alongside its dependencies. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
The recommended approach is to flash a fresh image using FluiddPI. | ||||||
|
||||||
Please see the [docs](https://docs.fluidd.xyz) for help with installation and configuration. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
### Credit | ||||||
# Credit | ||||||
A big thank you to; | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- the [Voron Community](http://vorondesign.com/) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we add the other communities here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Great idea, let me add those! |
||||||
- Kevin O'Connor for [Klipper](https://github.com/KevinOConnor/klipper) | ||||||
- Eric Callahan for [Moonraker](https://github.com/Arksine/moonraker) | ||||||
- Ray for [MainsailOS](https://github.com/raymondh2/MainsailOS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.