Skip to content

Commit

Permalink
Adds material profiles for ABS and PLA from Cliever and PETG from 3DLab.
Browse files Browse the repository at this point in the history
  • Loading branch information
mabner committed Aug 2, 2023
1 parent a0e7436 commit 978771d
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
28 changes: 28 additions & 0 deletions 3dlab_petg_175.xml.fdm_material
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version='1.0' encoding='utf-8'?>
<fdmmaterial xmlns="http://www.ultimaker.com/material" xmlns:cura="http://www.ultimaker.com/cura" version="1.3">
<metadata>
<name>
<brand>3D Lab</brand>
<material>PETG</material>
<color>Black</color>
<label>Black PETG</label>
</name>
<version>1</version>
<GUID>9dcf7c9b-5636-4ebf-828c-9359cc6b3922</GUID>
<color_code>#000000</color_code>
<description>Initial layer with no cooling and 102% flow.</description>
<adhesion_info />
</metadata>
<properties>
<density>1.26</density>
<diameter>1.75</diameter>
</properties>
<settings>
<setting key="print temperature">245.0</setting>
<setting key="heated bed temperature">85.0</setting>
<setting key="standby temperature">120.0</setting>
<setting key="retraction amount">0.8</setting>
<setting key="retraction speed">45.0</setting>
<setting key="print cooling">40.0</setting>
</settings>
</fdmmaterial>
28 changes: 28 additions & 0 deletions cliever_abs_175.xml.fdm_material
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version='1.0' encoding='utf-8'?>
<fdmmaterial xmlns="http://www.ultimaker.com/material" xmlns:cura="http://www.ultimaker.com/cura" version="1.3">
<metadata>
<name>
<brand>Cliever</brand>
<material>ABS</material>
<color>Black</color>
<label>Black ABS</label>
</name>
<version>1</version>
<GUID>e402bc94-1f3c-4a03-8100-87d8b833ce16</GUID>
<color_code>#000000</color_code>
<description>Initial layer with no cooling, 105% flow and 140% layer line width.</description>
<adhesion_info />
</metadata>
<properties>
<density>0.89</density>
<diameter>1.75</diameter>
</properties>
<settings>
<setting key="print temperature">240.0</setting>
<setting key="heated bed temperature">110.0</setting>
<setting key="standby temperature">240.0</setting>
<setting key="print cooling">20.0</setting>
<setting key="retraction speed">35.0</setting>
<setting key="print cooling">50.0</setting>
</settings>
</fdmmaterial>
26 changes: 26 additions & 0 deletions cliever_pla_175.xml.fdm_material
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version='1.0' encoding='utf-8'?>
<fdmmaterial xmlns="http://www.ultimaker.com/material" xmlns:cura="http://www.ultimaker.com/cura" version="1.3">
<metadata>
<name>
<brand>Cliever</brand>
<material>PLA</material>
<color>Sky Blue</color>
<label>Sky Blue PLA</label>
</name>
<version>1</version>
<GUID>1f37e15d-a6b6-4926-8c7a-9a3caab82e7b</GUID>
<color_code>#87CEEB</color_code>
<description>Initial layer with 102% flow.</description>
<adhesion_info />
</metadata>
<properties>
<density>0.89</density>
<diameter>1.75</diameter>
</properties>
<settings>
<setting key="print temperature">205</setting>
<setting key="standby temperature">205</setting>
<setting key="heated bed temperature">65</setting>
<setting key="print cooling">100</setting>
</settings>
</fdmmaterial>

0 comments on commit 978771d

Please sign in to comment.