-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds material profiles for ABS and PLA from Cliever and PETG from 3DLab.
- Loading branch information
Showing
3 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |