From 210440eeb42036cffc85e2c6075357dbe22ea2f7 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 18 Mar 2021 06:28:47 +0100 Subject: [PATCH 01/13] Init --- .github/ISSUE_TEMPLATE/community.md | 17 +++++++++++++++++ lang/Community_made_translations.md | 7 +++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/community.md create mode 100644 lang/Community_made_translations.md diff --git a/.github/ISSUE_TEMPLATE/community.md b/.github/ISSUE_TEMPLATE/community.md new file mode 100644 index 00000000..14561c51 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/community.md @@ -0,0 +1,17 @@ +--- +name: Community +about: Related to "Community made" features +title: "[Community made]" +labels: community_made +assignees: '' + +--- + +Prusa Research will NOT follow up these issues! +The maintainers of the "Community made" feature should/will react. + +Please, before you create a new "Community made" ticket, please make sure you searched in open and closed issues and couldn't find anything that matches. + +**Which Community made feature do you want to address?** + +**What is your request/question/suggestion?** diff --git a/lang/Community_made_translations.md b/lang/Community_made_translations.md new file mode 100644 index 00000000..ebbf8753 --- /dev/null +++ b/lang/Community_made_translations.md @@ -0,0 +1,7 @@ +## List of Community made translations + +- Dutch / Nederlands + - Maintainers head: @3d-gussner and @vintagepc + - Co-maintainers: + - [X] Active since March 2021 + - [X] Maintained since September 2019 From 84f4f9fd86999cc3d373ab8a84ef301070b7568e Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 18 Mar 2021 06:33:48 +0100 Subject: [PATCH 02/13] Format --- lang/Community_made_translations.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/Community_made_translations.md b/lang/Community_made_translations.md index ebbf8753..5e2d241f 100644 --- a/lang/Community_made_translations.md +++ b/lang/Community_made_translations.md @@ -1,7 +1,7 @@ ## List of Community made translations -- Dutch / Nederlands - - Maintainers head: @3d-gussner and @vintagepc - - Co-maintainers: - - [X] Active since March 2021 - - [X] Maintained since September 2019 +- **Dutch / Nederlands** + - Maintainers head: **@3d-gussner** and **@vintagepc** + - Co-maintainers: + - [X] **Active** since March 2021 + - [X] **Maintained** since September 2019 From 48163ad5cc3d1218873e0e26f0f2417cb86ae437 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 18 Mar 2021 06:35:03 +0100 Subject: [PATCH 03/13] remove `head` --- lang/Community_made_translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/Community_made_translations.md b/lang/Community_made_translations.md index 5e2d241f..9ffc4b4f 100644 --- a/lang/Community_made_translations.md +++ b/lang/Community_made_translations.md @@ -1,7 +1,7 @@ ## List of Community made translations - **Dutch / Nederlands** - - Maintainers head: **@3d-gussner** and **@vintagepc** + - Maintainers: **@3d-gussner** and **@vintagepc** - Co-maintainers: - [X] **Active** since March 2021 - [X] **Maintained** since September 2019 From 2a6cecbb07b49b44ab0d90293a4564ca62ac3b3e Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 18 Mar 2021 11:17:50 +0100 Subject: [PATCH 04/13] Add Community_made.md --- Community_made.md | 16 ++++++++++++++++ lang/Community_made_translations.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 Community_made.md diff --git a/Community_made.md b/Community_made.md new file mode 100644 index 00000000..e6e054e5 --- /dev/null +++ b/Community_made.md @@ -0,0 +1,16 @@ +# Community made + +## Prusa-Firmware build +- `PF-build.sh` + - Maintainers: **@3d-gussner** + - Co-maintainers: + - Contributors: **@ropaha**, **@deliopoulos**, **@DRracer**, **@leptun** + - [X] **Active** since February 2019 + - [X] **Maintained** since February 2019 + +### How-to use PF-build.sh +Start `./PF-build.sh` and follow the instructions +Help `./PF-build.sh -h` + +## Translations +- see [link to /lang/Community_made_translations.md] \ No newline at end of file diff --git a/lang/Community_made_translations.md b/lang/Community_made_translations.md index 9ffc4b4f..5ba113e9 100644 --- a/lang/Community_made_translations.md +++ b/lang/Community_made_translations.md @@ -3,5 +3,6 @@ - **Dutch / Nederlands** - Maintainers: **@3d-gussner** and **@vintagepc** - Co-maintainers: + - Contributors: - [X] **Active** since March 2021 - [X] **Maintained** since September 2019 From 2ed31ea1eeea85784ad3e0faf66856bb49fb2184 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 18 Mar 2021 11:21:17 +0100 Subject: [PATCH 05/13] Update link --- Community_made.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community_made.md b/Community_made.md index e6e054e5..60f372c1 100644 --- a/Community_made.md +++ b/Community_made.md @@ -13,4 +13,4 @@ Start `./PF-build.sh` and follow the instructions Help `./PF-build.sh -h` ## Translations -- see [link to /lang/Community_made_translations.md] \ No newline at end of file +- see [/lang/Community_made_translations.md](https://github.com/prusa3d/Prusa-Firmware/blob/MK3_Community_issue_template/lang/Community_made_translations.md) From 2851e531eb7d5669f45898dda6ce7da362b3f707 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 18 Mar 2021 11:22:27 +0100 Subject: [PATCH 06/13] Fix link to Prusa MK3 branch --- Community_made.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community_made.md b/Community_made.md index 60f372c1..8572063d 100644 --- a/Community_made.md +++ b/Community_made.md @@ -13,4 +13,4 @@ Start `./PF-build.sh` and follow the instructions Help `./PF-build.sh -h` ## Translations -- see [/lang/Community_made_translations.md](https://github.com/prusa3d/Prusa-Firmware/blob/MK3_Community_issue_template/lang/Community_made_translations.md) +- see [/lang/Community_made_translations.md](https://github.com/prusa3d/Prusa-Firmware/blob/MK3/lang/Community_made_translations.md) From fc30b83b39acb83bfab950a426b5e6a36fb95051 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 18 Mar 2021 11:27:52 +0100 Subject: [PATCH 07/13] Update Contributors --- Community_made.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Community_made.md b/Community_made.md index 8572063d..84a27461 100644 --- a/Community_made.md +++ b/Community_made.md @@ -4,12 +4,13 @@ - `PF-build.sh` - Maintainers: **@3d-gussner** - Co-maintainers: - - Contributors: **@ropaha**, **@deliopoulos**, **@DRracer**, **@leptun** + - Contributors: **@mkbel**, **@ropaha**, **@deliopoulos**, **@DRracer**, **wavexx**, **@leptun**, **@andrewluebke**, **@kuhnmarek** - [X] **Active** since February 2019 - - [X] **Maintained** since February 2019 + - [X] **Maintained** since January 2019 ### How-to use PF-build.sh Start `./PF-build.sh` and follow the instructions + Help `./PF-build.sh -h` ## Translations From 1259e68d110cdc86c1e42047fb1595295eb716fd Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 18 Mar 2021 11:33:15 +0100 Subject: [PATCH 08/13] Add Contributors --- lang/Community_made_translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/Community_made_translations.md b/lang/Community_made_translations.md index 5ba113e9..a713d77e 100644 --- a/lang/Community_made_translations.md +++ b/lang/Community_made_translations.md @@ -3,6 +3,6 @@ - **Dutch / Nederlands** - Maintainers: **@3d-gussner** and **@vintagepc** - Co-maintainers: - - Contributors: + - Contributors: **@stelgenhof** - [X] **Active** since March 2021 - [X] **Maintained** since September 2019 From aeec7236ee371b9c41c31e42c2858a19fbba1f2f Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Mon, 17 Jan 2022 17:09:48 +0200 Subject: [PATCH 09/13] Update Community_made_translations.md --- lang/Community_made_translations.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lang/Community_made_translations.md b/lang/Community_made_translations.md index a713d77e..cd7ecdb3 100644 --- a/lang/Community_made_translations.md +++ b/lang/Community_made_translations.md @@ -6,3 +6,11 @@ - Contributors: **@stelgenhof** - [X] **Active** since March 2021 - [X] **Maintained** since September 2019 + +- **Romanian / Română** + - Maintainers: **@leptun** and **@Hauzman** + - Co-maintainers: **@QuantumRoboticsFTC** + - Contributors: + - [X] **Active** since January 2022 + - [X] **Maintained** since January 2022 + From 113b5ea905f0455b9ed7bd628c8f6fa8b0f97206 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Mon, 17 Jan 2022 16:17:29 +0100 Subject: [PATCH 10/13] Add MK404 --- Community_made.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Community_made.md b/Community_made.md index 84a27461..6ed0ee41 100644 --- a/Community_made.md +++ b/Community_made.md @@ -13,5 +13,24 @@ Start `./PF-build.sh` and follow the instructions Help `./PF-build.sh -h` +# MK404 Simulator + +## MK404-build.sh +**MK404 is a comminuty 3d printer simulator created by @vintagepc** +Please checkout and support his github repository [MK404](https://github.com/vintagepc/MK404) and the [MK404 Wiki](https://github.com/vintagepc/MK404/wiki) + +At this moment the `MK404-build.sh` script is only supported on Linux +- `MK404-build.sh` + - Maintainers: **@3d-gussner** + - Co-maintainers: + - Contributors: + - [X] **Active** since August 2021 + - [X] **Maintained** since August 2022 + +### How-to use MK404-build.sh +After compiling with `PF-build.sh` you get the option to start the `MK404` simulator with the fresh compiled firmware. (Linux only at this moment) + +Help `./MK404-build.sh -h` + ## Translations - see [/lang/Community_made_translations.md](https://github.com/prusa3d/Prusa-Firmware/blob/MK3/lang/Community_made_translations.md) From 81657678f7778dcf5b6f7aebf29b0942681adcb4 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Tue, 18 Jan 2022 07:34:00 +0100 Subject: [PATCH 11/13] Fix Typo --- Community_made.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community_made.md b/Community_made.md index 6ed0ee41..a8265435 100644 --- a/Community_made.md +++ b/Community_made.md @@ -25,7 +25,7 @@ At this moment the `MK404-build.sh` script is only supported on Linux - Co-maintainers: - Contributors: - [X] **Active** since August 2021 - - [X] **Maintained** since August 2022 + - [X] **Maintained** since August 2021 ### How-to use MK404-build.sh After compiling with `PF-build.sh` you get the option to start the `MK404` simulator with the fresh compiled firmware. (Linux only at this moment) From 978b9d5eeb5e41f6dfe1d982edf15832b782273d Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Tue, 18 Jan 2022 07:39:03 +0100 Subject: [PATCH 12/13] Add Hungarian and Swedish maintainers --- lang/Community_made_translations.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lang/Community_made_translations.md b/lang/Community_made_translations.md index cd7ecdb3..dab8a135 100644 --- a/lang/Community_made_translations.md +++ b/lang/Community_made_translations.md @@ -14,3 +14,17 @@ - [X] **Active** since January 2022 - [X] **Maintained** since January 2022 +- **Hungarian / Magyar** + - Maintainers: **@AttilaSVK** + - Co-maintainers: + - Contributors: + - [X] **Active** since January 2022 + - [X] **Maintained** since January 2022 + +- **Swedish / Svenska** + - Maintainers: **@Painkiller56** + - Co-maintainers: + - Contributors: + - [X] **Active** since January 2022 + - [X] **Maintained** since January 2022 + From 025a9e2461245f9ece505ee58b7a200952287c95 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Fri, 21 Jan 2022 08:15:54 +0100 Subject: [PATCH 13/13] Add space Thanks @wavexx --- .github/ISSUE_TEMPLATE/community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/community.md b/.github/ISSUE_TEMPLATE/community.md index 14561c51..a2d69a2d 100644 --- a/.github/ISSUE_TEMPLATE/community.md +++ b/.github/ISSUE_TEMPLATE/community.md @@ -1,7 +1,7 @@ --- name: Community about: Related to "Community made" features -title: "[Community made]" +title: "[Community made] " labels: community_made assignees: ''