From fe5c6fb5f96776a2bd2a590d50315034accadbf1 Mon Sep 17 00:00:00 2001 From: hasecilu Date: Tue, 3 Oct 2023 15:33:08 -0600 Subject: [PATCH 1/5] Add Manufacturing tag (#234) In order to integrate various programs used for diferent manufacturing processes was decided to unify various potential tags (3D Printing & CNC). --- tags/manufacturing.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tags/manufacturing.yml diff --git a/tags/manufacturing.yml b/tags/manufacturing.yml new file mode 100644 index 0000000000..91f2135432 --- /dev/null +++ b/tags/manufacturing.yml @@ -0,0 +1,2 @@ +name: Manufacturing +description: "Software to manage [3D printers](https://en.wikipedia.org/wiki/3D_printing), [CNC machines](https://en.wikipedia.org/wiki/Numerical_control) and other physical manufacturing tools." From 5596efbc069310910708c93a24a3b72dbeb9ac30 Mon Sep 17 00:00:00 2001 From: hasecilu Date: Tue, 3 Oct 2023 15:31:00 -0600 Subject: [PATCH 2/5] Add Octoprint Co-authored-by: Kieran <32241933+KieranRobson@users.noreply.github.com> --- software/octoprint.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/octoprint.yml diff --git a/software/octoprint.yml b/software/octoprint.yml new file mode 100644 index 0000000000..4ec4dca619 --- /dev/null +++ b/software/octoprint.yml @@ -0,0 +1,11 @@ +name: Octoprint +website_url: https://octoprint.org/ +description: A snappy web interface for controlling consumer 3D printers. +licenses: + - AGPL-3.0 +platforms: + - Docker + - Python +tags: + - Manufacturing +source_code_url: https://github.com/OctoPrint/OctoPrint From 31e073b6bfc48f827c7b8bc8858598c380829abb Mon Sep 17 00:00:00 2001 From: Ulices Date: Tue, 3 Oct 2023 23:13:18 +0000 Subject: [PATCH 3/5] Add Fluidd Co-authored-by: nodiscc Co-authored-by: Kieran <32241933+KieranRobson@users.noreply.github.com> --- software/fluidd.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/fluidd.yml diff --git a/software/fluidd.yml b/software/fluidd.yml new file mode 100644 index 0000000000..55462db7cb --- /dev/null +++ b/software/fluidd.yml @@ -0,0 +1,11 @@ +name: Fluidd +website_url: https://docs.fluidd.xyz/ +description: Lightweight & responsive user interface for Klipper, the 3D printer firmware. +licenses: + - GPL-3.0 +platforms: + - Docker + - Nodejs +tags: + - Manufacturing +source_code_url: https://github.com/fluidd-core/fluidd From 04e9137571c0912bf9fc5657671d5d05428475d2 Mon Sep 17 00:00:00 2001 From: hasecilu Date: Tue, 3 Oct 2023 15:39:23 -0600 Subject: [PATCH 4/5] Add Mainsail Co-authored-by: nodiscc --- software/mainsail.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/mainsail.yml diff --git a/software/mainsail.yml b/software/mainsail.yml new file mode 100644 index 0000000000..7395dfd1f4 --- /dev/null +++ b/software/mainsail.yml @@ -0,0 +1,11 @@ +name: Mainsail +website_url: https://docs.mainsail.xyz/ +description: A modern and responsive user interface for the Klipper 3D printer firmware. Control and monitor your printer from everywhere, from any device. +licenses: + - GPL-3.0 +platforms: + - Docker + - Python +tags: + - Manufacturing +source_code_url: https://github.com/mainsail-crew/mainsail From 26e26bbf0b86598f5c354b3542685468b6f69165 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:08:02 +0100 Subject: [PATCH 5/5] Move VanDam to Manufacturing --- software/vandam.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/software/vandam.yml b/software/vandam.yml index 139bfbf95d..3d9d89af7d 100644 --- a/software/vandam.yml +++ b/software/vandam.yml @@ -4,10 +4,9 @@ description: Digital asset manager for 3d print files; STL, OBJ, 3MF and more. licenses: - MIT platforms: - - Ruby - Docker tags: - - Miscellaneous + - Manufacturing source_code_url: https://github.com/Floppy/van_dam stargazers_count: 291 updated_at: '2023-10-10'