From 2a5439aacf114010da0c7923da72ce5ddc080a76 Mon Sep 17 00:00:00 2001 From: Jacky-Bertlich <132373047+Jacky-Bertlich@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:47:46 +0100 Subject: [PATCH 1/7] Update 3dprinting.mdx --- src/pages/en/academy/digitalproduction/3dprinting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/en/academy/digitalproduction/3dprinting.mdx b/src/pages/en/academy/digitalproduction/3dprinting.mdx index fa5c885f..13a8d71f 100644 --- a/src/pages/en/academy/digitalproduction/3dprinting.mdx +++ b/src/pages/en/academy/digitalproduction/3dprinting.mdx @@ -122,7 +122,7 @@ Here is a brief overview of the most common materials for FDM 3D printers and th - **Nylon:** Particularly high mechanical and thermal resistance; difficult to print, more for advanced users; more expensive than other filament types; susceptible to moisture - **TPU:** Flexible, "rubbery" material; can be easily deformed after printing; ideal for small tires, stamps, etc.; relatively difficult to print; more expensive than other types of filaments. -Since every material has a different melting temperature, it is important to set this correctly in the printing process. The 3D printer heats the filament in the so-called extruder to a temperature at which it can be liquefied and printed well, while the heating bed is set to a temperature that ensures that the filament adheres well to it. For example, for PLA, it is common to use an extruder temperature of 200-230 °C and a heating bed temperature of 60 °C. However, these temperature recommendations can also differ depending on the manufacturer. It is best to check the specifications on the filament spool or in the enclosed data sheets and compare them with the settings in the slicer software (more [about slicing later](#slicer-software)). +Since every material has a different melting temperature, it is important to set this correctly in the printing process. The 3D printer heats the filament in the so-called extruder to a temperature at which it can be liquefied and printed well, while the heating bed is set to a temperature that ensures that the filament adheres well to it. For example, for PLA, it is common to use an extruder temperature of 200-230 °C and a heating bed temperature of 60 °C. However, these temperature recommendations can also differ depending on the manufacturer. It is best to check the specifications on the filament spool or in the enclosed data sheets and compare them with the settings in the slicer software (more [about slicing later](#Slicer software)). Filaments are mostly sold in 1.75 mm and 2.85 mm diameter variants, with 1.75 mm being the significantly more common variant. For larger 3D printers or those where the nozzle has been changed accordingly, the thicker 2.85 mm filament is used. From 0e64468408a19d7f3f541ab6b87b54ddd7a450bb Mon Sep 17 00:00:00 2001 From: Jacky-Bertlich <132373047+Jacky-Bertlich@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:50:23 +0100 Subject: [PATCH 2/7] Update 3dprinting.mdx --- src/pages/ua/academy/digitalproduction/3dprinting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ua/academy/digitalproduction/3dprinting.mdx b/src/pages/ua/academy/digitalproduction/3dprinting.mdx index ddf883fa..7eb6c3ff 100644 --- a/src/pages/ua/academy/digitalproduction/3dprinting.mdx +++ b/src/pages/ua/academy/digitalproduction/3dprinting.mdx @@ -120,7 +120,7 @@ teaser: У цьому модулі ми зібрали корисну інфор - **Нейлон:** має надзвичайно високу механічну та термічну стійкість; важко друкувати, більше підходить для досвідчених користувачів; дорожче інших видів нитки; чутливий до вологи - **ТПУ:** гнучкий подібний до ґуми матеріал; може легко деформуватися після друку; ідеально підходить для невеликих шин, штампів тощо; відносно важко друкувати; дорожче, ніж інші типи ниток -Оскільки кожен матеріал має різну температуру плавлення, важливо правильно встановити її в процесі друку. 3D-принтер нагріває в екструдері нитку до температури, за якої її можна легко розрідити та використовувати для друку, тоді як для нагрівальної поверхні встановлюється така температуру, щоб філамент добре до неї прилягав. Наприклад, для PLA зазвичай використовується температура екструдера 200-230 °C, а температура нагрівальної поверхні становить 60 °C. Однак ці рекомендації щодо температури можуть відрізнятися залежно від виробника матеріалу. Слід перевірити інформацію на рулоні філамента або в доданих таблицях даних і порівняти їх із налаштуваннями програмного забезпечення для слайсингу [докладніше про слайсинг див. нижче](#Програмне-забезпечення-для-слайсингу). +Оскільки кожен матеріал має різну температуру плавлення, важливо правильно встановити її в процесі друку. 3D-принтер нагріває в екструдері нитку до температури, за якої її можна легко розрідити та використовувати для друку, тоді як для нагрівальної поверхні встановлюється така температуру, щоб філамент добре до неї прилягав. Наприклад, для PLA зазвичай використовується температура екструдера 200-230 °C, а температура нагрівальної поверхні становить 60 °C. Однак ці рекомендації щодо температури можуть відрізнятися залежно від виробника матеріалу. Слід перевірити інформацію на рулоні філамента або в доданих таблицях даних і порівняти їх із налаштуваннями програмного забезпечення для слайсингу [докладніше про слайсинг див. нижче](#Програмне забезпечення для слайсингу). Філамент в основному продається у діаметрі 1,75 мм та 2,85 мм, причому 1,75 мм є найбільш поширеним. Товстіший філамент діаметром 2,85 мм використовується на більших 3D-принтерах або на тих, у яких сопло було відповідним чином замінено. From 2a951111b18c2fb4ff8ef633c04dc68c90a5c910 Mon Sep 17 00:00:00 2001 From: Jacky-Bertlich <132373047+Jacky-Bertlich@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:52:45 +0100 Subject: [PATCH 3/7] Update 3dprinting.mdx --- src/pages/en/academy/digitalproduction/3dprinting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/en/academy/digitalproduction/3dprinting.mdx b/src/pages/en/academy/digitalproduction/3dprinting.mdx index 13a8d71f..ab4af186 100644 --- a/src/pages/en/academy/digitalproduction/3dprinting.mdx +++ b/src/pages/en/academy/digitalproduction/3dprinting.mdx @@ -126,7 +126,7 @@ Since every material has a different melting temperature, it is important to set Filaments are mostly sold in 1.75 mm and 2.85 mm diameter variants, with 1.75 mm being the significantly more common variant. For larger 3D printers or those where the nozzle has been changed accordingly, the thicker 2.85 mm filament is used. -Ordinary 3D printers can only print with one filament at a time, so if you want to print in a different color or with a different material, you have to change the filament spool. However, there are 3D printers that can print with two or more filaments at once. In this way, multicolored objects or objects made of different materials can be printed, e.g. by printing the support material (see more below, section [support material](#support-material-and-bridges)) from an easily removable material and the actual object from a stable material. +Ordinary 3D printers can only print with one filament at a time, so if you want to print in a different color or with a different material, you have to change the filament spool. However, there are 3D printers that can print with two or more filaments at once. In this way, multicolored objects or objects made of different materials can be printed, e.g. by printing the support material (see more below, section [support material](#Support material and bridges)) from an easily removable material and the actual object from a stable material.

From e70b2e7aa3d60909e5847c9d58dc301798ea15b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20St=C3=BCckler?= Date: Fri, 16 Feb 2024 12:11:45 +0100 Subject: [PATCH 4/7] undo relative links --- src/pages/en/academy/digitalproduction/3dprinting.mdx | 4 ++-- src/pages/ua/academy/digitalproduction/3dprinting.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/en/academy/digitalproduction/3dprinting.mdx b/src/pages/en/academy/digitalproduction/3dprinting.mdx index ab4af186..fa5c885f 100644 --- a/src/pages/en/academy/digitalproduction/3dprinting.mdx +++ b/src/pages/en/academy/digitalproduction/3dprinting.mdx @@ -122,11 +122,11 @@ Here is a brief overview of the most common materials for FDM 3D printers and th - **Nylon:** Particularly high mechanical and thermal resistance; difficult to print, more for advanced users; more expensive than other filament types; susceptible to moisture - **TPU:** Flexible, "rubbery" material; can be easily deformed after printing; ideal for small tires, stamps, etc.; relatively difficult to print; more expensive than other types of filaments. -Since every material has a different melting temperature, it is important to set this correctly in the printing process. The 3D printer heats the filament in the so-called extruder to a temperature at which it can be liquefied and printed well, while the heating bed is set to a temperature that ensures that the filament adheres well to it. For example, for PLA, it is common to use an extruder temperature of 200-230 °C and a heating bed temperature of 60 °C. However, these temperature recommendations can also differ depending on the manufacturer. It is best to check the specifications on the filament spool or in the enclosed data sheets and compare them with the settings in the slicer software (more [about slicing later](#Slicer software)). +Since every material has a different melting temperature, it is important to set this correctly in the printing process. The 3D printer heats the filament in the so-called extruder to a temperature at which it can be liquefied and printed well, while the heating bed is set to a temperature that ensures that the filament adheres well to it. For example, for PLA, it is common to use an extruder temperature of 200-230 °C and a heating bed temperature of 60 °C. However, these temperature recommendations can also differ depending on the manufacturer. It is best to check the specifications on the filament spool or in the enclosed data sheets and compare them with the settings in the slicer software (more [about slicing later](#slicer-software)). Filaments are mostly sold in 1.75 mm and 2.85 mm diameter variants, with 1.75 mm being the significantly more common variant. For larger 3D printers or those where the nozzle has been changed accordingly, the thicker 2.85 mm filament is used. -Ordinary 3D printers can only print with one filament at a time, so if you want to print in a different color or with a different material, you have to change the filament spool. However, there are 3D printers that can print with two or more filaments at once. In this way, multicolored objects or objects made of different materials can be printed, e.g. by printing the support material (see more below, section [support material](#Support material and bridges)) from an easily removable material and the actual object from a stable material. +Ordinary 3D printers can only print with one filament at a time, so if you want to print in a different color or with a different material, you have to change the filament spool. However, there are 3D printers that can print with two or more filaments at once. In this way, multicolored objects or objects made of different materials can be printed, e.g. by printing the support material (see more below, section [support material](#support-material-and-bridges)) from an easily removable material and the actual object from a stable material.

diff --git a/src/pages/ua/academy/digitalproduction/3dprinting.mdx b/src/pages/ua/academy/digitalproduction/3dprinting.mdx index 7eb6c3ff..ddf883fa 100644 --- a/src/pages/ua/academy/digitalproduction/3dprinting.mdx +++ b/src/pages/ua/academy/digitalproduction/3dprinting.mdx @@ -120,7 +120,7 @@ teaser: У цьому модулі ми зібрали корисну інфор - **Нейлон:** має надзвичайно високу механічну та термічну стійкість; важко друкувати, більше підходить для досвідчених користувачів; дорожче інших видів нитки; чутливий до вологи - **ТПУ:** гнучкий подібний до ґуми матеріал; може легко деформуватися після друку; ідеально підходить для невеликих шин, штампів тощо; відносно важко друкувати; дорожче, ніж інші типи ниток -Оскільки кожен матеріал має різну температуру плавлення, важливо правильно встановити її в процесі друку. 3D-принтер нагріває в екструдері нитку до температури, за якої її можна легко розрідити та використовувати для друку, тоді як для нагрівальної поверхні встановлюється така температуру, щоб філамент добре до неї прилягав. Наприклад, для PLA зазвичай використовується температура екструдера 200-230 °C, а температура нагрівальної поверхні становить 60 °C. Однак ці рекомендації щодо температури можуть відрізнятися залежно від виробника матеріалу. Слід перевірити інформацію на рулоні філамента або в доданих таблицях даних і порівняти їх із налаштуваннями програмного забезпечення для слайсингу [докладніше про слайсинг див. нижче](#Програмне забезпечення для слайсингу). +Оскільки кожен матеріал має різну температуру плавлення, важливо правильно встановити її в процесі друку. 3D-принтер нагріває в екструдері нитку до температури, за якої її можна легко розрідити та використовувати для друку, тоді як для нагрівальної поверхні встановлюється така температуру, щоб філамент добре до неї прилягав. Наприклад, для PLA зазвичай використовується температура екструдера 200-230 °C, а температура нагрівальної поверхні становить 60 °C. Однак ці рекомендації щодо температури можуть відрізнятися залежно від виробника матеріалу. Слід перевірити інформацію на рулоні філамента або в доданих таблицях даних і порівняти їх із налаштуваннями програмного забезпечення для слайсингу [докладніше про слайсинг див. нижче](#Програмне-забезпечення-для-слайсингу). Філамент в основному продається у діаметрі 1,75 мм та 2,85 мм, причому 1,75 мм є найбільш поширеним. Товстіший філамент діаметром 2,85 мм використовується на більших 3D-принтерах або на тих, у яких сопло було відповідним чином замінено. From 1596419fd01fcc97255f384e10b6efd48a641283 Mon Sep 17 00:00:00 2001 From: Jacky-Bertlich <132373047+Jacky-Bertlich@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:33:11 +0100 Subject: [PATCH 5/7] Add files via upload --- public/images/logos/AtStake-logo.svg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/images/logos/AtStake-logo.svg diff --git a/public/images/logos/AtStake-logo.svg b/public/images/logos/AtStake-logo.svg new file mode 100644 index 00000000..ad7bcf56 --- /dev/null +++ b/public/images/logos/AtStake-logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file From 04026be43aa26c88373d099891e4b0a07e975e8a Mon Sep 17 00:00:00 2001 From: Jacky-Bertlich <132373047+Jacky-Bertlich@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:36:42 +0100 Subject: [PATCH 6/7] Update index.mdx --- src/pages/en/community/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/en/community/index.mdx b/src/pages/en/community/index.mdx index dc8187b1..965a53b4 100644 --- a/src/pages/en/community/index.mdx +++ b/src/pages/en/community/index.mdx @@ -16,6 +16,7 @@ import WideCard from "@components/WideCardWrapper.astro"

+ From 9c096388121bf14fbfe4f34a7e21d850f614a10e Mon Sep 17 00:00:00 2001 From: Jacky-Bertlich <132373047+Jacky-Bertlich@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:41:03 +0100 Subject: [PATCH 7/7] Update index.mdx --- src/pages/ua/community/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/ua/community/index.mdx b/src/pages/ua/community/index.mdx index b8965c45..fba1e586 100644 --- a/src/pages/ua/community/index.mdx +++ b/src/pages/ua/community/index.mdx @@ -16,6 +16,7 @@ import WideCard from "@components/WideCardWrapper.astro"
+